Rilasciato PHP 5.2.10
Annunciato nei giorni scorsi il rilascio della versione 5.2.10 di Php.
Sono oltre 100 i bug corretti, uno dei quali riguarda la sicurezza. Il Changelog è disponibile a questa pagina. Per l’upgrade da Php 5.0 o Php 5.1 è disponibile una guida a questa pagina.
Il download è possibile da questa pagina, o direttamente da questi link:
Source code
php-5.2.10.tar.gz, (11,166Kb)
php-5.2.10.tar.bz2, (8,602Kb).
Windows Binaries
php-5.2.10-Win32.zip, (10,242Kb)
php-5.2.10-win32-installer.msi, (19,098Kb)
Key enhancements in PHP 5.2.10 include:
- Added “ignore_errors” option to http fopen wrapper. (David Zulke, Sara)
- Fixed memory corruptions while reading properties of zip files. (Ilia)
- Fixed memory leak in ob_get_clean/ob_get_flush. (Christian)
- Fixed segfault on invalid session.save_path. (Hannes)
- Fixed leaks in imap when a mail_criteria is used. (Pierre)
- Changed default value of array_unique()’s optional sorting type parameter back to SORT_STRING to fix backwards compatibility breakage introduced in PHP 5.2.9. (Moriyoshi)
- Fixed bug #47940 (memory leaks in imap_body). (Pierre, Jake Levitt)
- Fixed bug #47903 (“@” operator does not work with string offsets). (Felipe)
- Fixed bug #47644 (Valid integers are truncated with json_decode()). (Scott)
- Fixed bug #47564 (unpacking unsigned long 32bit big endian returns wrong result). (Ilia)
- Fixed bug #47365 (ip2long() may allow some invalid values on certain 64bit systems).
Pubblicato nella Categoria: PHP, Programmazione.
Tags: PHP, php5.
Commenti