Afgelopen maandag heeft het Quality Assurance Team van PHP de derde, en hopelijk laatste, release candidate van de 4.3.5-branche uitgebracht. Zoals we gewend zijn is een nieuwe release beschikbaar voor Windows en Linux. Met behulp van de source is het mogelijk om een eigen versie van PHP te compileren. Het changelog geeft de volgende veranderingen weer:
Version 4.3.5RC3[break]PHP gaat gebukt onder een eigen licentie. Voor meer informatie over PHP License kan je terecht op deze pagina.
- Fixed zero bytes memory allocation when no extra ini files are found in the --with-config-file-scan-dir specified directory. (Eric Colinet, Derick)
- Fixed bug #27235 (Interbase NUMERIC x.0 field returns empty string on 0). (Ard)
- Fixed bug #27196 (Missing content_length initialization in apache 2 sapis). (Ilia, pdoru at kappa dot ro)
- Fixed bug #27183 (userland stream wrapper segfaults on stream_write). (Moriyoshi)
- Fixed bug #27175 (tzset() is not being called by PHP on startup). (Ilia, sagawa at sohgoh dot net)
- Fixed bug #27172 (Possible floating point exception in gmp_powm()). (Ilia)
- Fixed bug #27171 (crash inside gmp_hamdist()). (Jani)
- Fixed bug #27157 (Compile Failure on Solaris 8). (Timm)
- Fixed bug #27149 (broken CLOB support in oci8 extension). (Antony)
- Fixed bug #27135 (Possible crash inside mb_strlen()). (Moriyoshi)
- Fixed bug #27104 (CLI/CGI SAPI module variable name conflict). (Marcus)
- Fixed bug #27026 (Added "cgi.nph" php.ini option to allow forcing of the 'Status: 200' header that is not normally needed). (Ilia)
- Fixed bug #26862 (ob_flush() followed by output_reset_rewrite_vars() may result in data loss). (Ilia, scottmacvicar at ntlworld dot com)
- Fixed bug #26758 (FastCGI exits immediately with status 255). (Ilia, tcarter at noggin dot com dot au)
- Fixed bug #26653 (open_basedir incorrectly resolved on win32). (Ilia, scottmacvicar at ntlworld dot com)
- Fixed bug #26407 (Result set fetching broken around transactions). (Timm)
- Fixed bug #24773 (unsetting string as array causes a crash). (Sara)
- Fixed bug #23467 (date('T') outputs incorrect Time Zone). (Jani, scottmacvicar at ntlworld dot com)