Toggle navigation
Servers
Web server packages
Web servers
Database servers
Frameworks
Javascript Frameworks
PHP Frameworks
Front End Frameworks
Applications
Browsers
File archivers
PHP
PHP
5.4.12
Released on 21 Feb 2013
Project description.
PHP is a popular general-purpose scripting language that is especially suited to web development
PHP 5.4.12 Changelog
Core:
Fixed bug
#64099
(Wrong TSRM usage in zend_register_class alias).
Fixed bug
#64011
(get_html_translation_table() output incomplete with HTML_ENTITIES and ISO-8859-1).
Fixed bug
#63982
(isset() inconsistently produces a fatal error on protected property).
Fixed bug
#63943
(Bad warning text from strpos() on empty needle).
Fixed bug
#63899
(Use after scope error in zend_compile).
Fixed bug
#63893
(Poor efficiency of strtr() using array with keys of very different length).
Fixed bug
#63882
(zend_std_compare_objects crash on recursion).
Fixed bug
#63462
(Magic methods called twice for unset protected properties).
Fixed bug
#62524
(fopen follows redirects for non-3xx statuses).
Support BITMAPV5HEADER in getimagesize().