Home

>

Tools

>

Drupal

>

Releases

>

5.19

Drupal Release: 5.19

Tag Name: 5.19

Release Date: 7/1/2009

Drupal LogoDrupal

Highly flexible, open-source content management system known for complex, scalable web applications. Preferred by government, educational, and large enterprise websites requiring advanced customization and security features. Robust module ecosystem.

TL;DR

Drupal 5.19 is a minor update that addresses two specific issues: ensuring proper handling of HR tags as block-level elements and fixing session cookie handling when PHP's session.use_cookies setting is disabled. This maintenance release improves HTML rendering consistency and session management reliability.

Highlight of the Release

    • Fixed HR tag handling to properly treat it as a block-level element
    • Improved session management to ensure cookies are enabled regardless of PHP settings

Migration Guide

No migration steps are required for this update. This is a maintenance release that can be applied through the standard Drupal update process without any special migration considerations.

Upgrade Recommendations

This is a recommended upgrade for all Drupal 5.x sites, especially those that:

  • Use HR tags in content
  • Run on servers with custom PHP configurations that might modify session cookie settings
  • Have experienced issues with session handling

The update addresses specific bugs without introducing breaking changes, making it a low-risk upgrade that improves system stability.

Bug Fixes

HTML Rendering Fix

  • Fixed an issue where HR (horizontal rule) tags were not being properly treated as block-level elements, which could cause inconsistent rendering in content. This fix ensures proper HTML output formatting when horizontal rules are used.

Session Management Fix

  • Addressed a critical issue where Drupal's session handling could fail when the PHP session.use_cookies setting was disabled. The fix ensures that cookies are properly enabled for Drupal sessions regardless of the server's PHP configuration, improving reliability of user sessions.

New Features

No new features were introduced in this maintenance release. Drupal 5.19 focuses on bug fixes and compatibility improvements.

Security Updates

No security fixes were explicitly mentioned in this release. The changes appear to be focused on functionality and compatibility rather than security issues.

Performance Improvements

No specific performance improvements were included in this release. The changes focus on bug fixes and compatibility improvements rather than performance enhancements.

Impact Summary

Drupal 5.19 is a targeted maintenance release that addresses two specific issues affecting HTML rendering and session management. The HR tag fix ensures more consistent content rendering, particularly for pages that use horizontal rules as part of their layout. The session cookie handling improvement provides better compatibility with various PHP configurations, reducing the likelihood of session-related problems on servers where the session.use_cookies setting might be disabled.

While these changes are relatively minor in scope, they contribute to the overall stability and reliability of Drupal 5.x installations. Site administrators should apply this update as part of regular maintenance to ensure optimal functionality, especially in environments with custom PHP configurations.

Statistics:

File Changed7
Line Additions16
Line Deletions4
Line Changes20
Total Commits3

User Affected:

  • More reliable session handling when PHP settings are modified
  • Reduced risk of session-related issues on servers with custom PHP configurations

Contributors:

drumm