Forum Moderators: coopster

Message Too Old, No Replies

PHP 5.1.3 Released

Significant Bug and Security issues resolved

         

coopster

3:50 pm on May 2, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



PHP 5.1.3 Released

[01-May-2006] The PHP development team is proud to announce the release of PHP 5.1.3 [php.net]. This release combines small number of feature enhancements with a significant amount of bug fixes and resolves a number of security issues. All PHP users are encouraged to upgrade to this release as soon as possible. Some of the key changes of PHP 5.1.3 include:

  • Disallow certain characters in session names.
  • Fixed a buffer overflow inside the wordwrap() function.
  • Prevent jumps to parent directory via the 2nd parameter of the tempnam() function.
  • Enforce safe_mode for the source parameter of the copy() function.
  • Fixed cross-site scripting inside the phpinfo() function.
  • Fixed offset/length parameter validation inside the substr_compare() function.
  • Fixed a heap corruption inside the session extension.
  • Fixed a bug that would allow variable to survive unset().
  • Fixed a number of crashes in the DOM, SOAP and PDO extensions.
  • Upgraded bunbled PCRE library to version 6.6
  • The use of the var keyword to declare properties no longer raises a deprecation E_STRICT.
  • FastCGI interface was completely reimplemented.
  • Multitude of improvements to the SPL, SimpleXML, GD, CURL and Reflection extensions.
  • Over 120 various bug fixes.

Further details about this release can be found in the release announcement [php.net] and the full list of changes is available in the PHP 5 ChangeLog [php.net].

jatar_k

10:04 pm on May 2, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



those are some nasty ones. It didn't show the release this morning when I was on the site

beat me, grumble, grumble ;)

jatar_k

8:15 pm on May 8, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



and now

PHP 5.1.4 released

A critical bug with $_POST array handling as well as the FastCGI sapi have been discovered in PHP 5.1.3.

ChangeLog [php.net]

mcavic

9:46 pm on May 8, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



*Taps fingers, waiting for a new PHP RPM to show up in the Fedora 4 updates*

jatar_k

4:07 pm on May 17, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



there seems to have been a new message added about the 5.1.4 release

The tarballs were updated to include the PEAR's phar file, previously missing from the release.