PHP Release 5.4.14


PHP 5.4.14 Release Announcement

The PHP development team announces the immediate availability of PHP 5.4.14. About 15 bugs were fixed. All users of PHP are encouraged to upgrade to this release.

For source downloads of PHP 5.4.14 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
core
  • Fixed bug #64529 (Ran out of opcode space).
  • Fixed bug #64515 (Memoryleak when using the same variablename two times in function declaration).
  • Fixed bug #64432 (more empty delimiter warning in strX methods).
  • Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error).
  • Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']).
  • Fixed bug #64239 (Debug backtrace changed behavior since 5.4.10 or 5.4.11).
  • Fixed bug #63976 (Parent class incorrectly using child constant in class property).
  • Fixed bug #63914 (zend_do_fcall_common_helper_SPEC does not handle exceptions properly).
  • Fixed bug #62343 (Show class_alias In get_declared_classes())
pcre
  • Merged PCRE 8.32.
snmp
  • Fixed bug #61981 (OO API, walk: $suffix_as_key is not working correctly).
zip
  • Bug #64452 (Zip crash intermittently).
To Top