PHP Release 5.3.19


PHP 5.3.19 Release Announcement

The PHP development team announces the immediate availability of PHP 5.3.19. About 10 bugs were fixed. All users of PHP are encouraged to upgrade to PHP 5.4.9. Alternatively, PHP 5.3.19 is recommended for those wishing to remain on the 5.3 series.

For source downloads of PHP 5.3.19 please visit our downloads page, Windows binaries can be found on windows.php.net/download/. The list of changes is recorded in the ChangeLog.

Source Code
Change Logs
mbstring
  • Fixed bug #63389 (Missing context check on libxml_set_streams_context() causes memleak).
  • Fixed bug #63447 (max_input_vars doesn't filter variables when mbstring.encoding_translation = On).
mysql
  • Fixed compilation failure on mixed 32/64 bit systems.
oci8
  • Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)
pcre
  • Fixed bug #63055 (Segfault in zend_gc with SF2 testsuite).
  • Fixed bug #63284 (Upgrade PCRE to 8.31).
pdo
  • Fixed bug #63235 (buffer overflow in use of SQLGetDiagRec).
pdo_pgsql
  • Fixed bug #62593 (Emulate prepares behave strangely with PARAM_BOOL).
streams
  • Fixed bug #63240 (stream_get_line() return contains delimiter string).
phar
  • Fixed bug #63297 (Phar fails to write an openssl based signature).
To Top