|
About:
The upgrade.php script provides PHP backwards compatibility. It does so by automatically defining workalikes for more recently introduced PHP 5.2 or 6.0 core functions when run in an older interpreter version (like 4.1). This allows developers or projects to safely use the more advanced features of PHP while still supporting most applications that run on outdated servers. It emulates over 100 core functions and the complete FTP, ctype, GETTEXT, and mime_magic extensions, and comes with reasonable emulations for PDO, bcmath, ODBC, and the FILTER extension.
Release focus: Major feature enhancements
Changes:
This release includes PDO emulation for PHP 4.x. This new unified PHP5 standard database interface prevents SQL injection exploits if you use its prepared statements instead of error-prone string concatenation and manual escaping. Other changes include more detailed phpDoc-style comments in the main script, and file_put_contents() support for the file locking flag. The emulated json_decode() function now supports Unicode escapes and still remains five times faster than JSON.php or the Zend_Framework decoder.
Author:
milky [contact developer]
Homepage:
http://upgradephp.berlios.de/
Tar/GZ:
http://download.berlios.de/upgradephp/upgradephp-15.tgz
Mirror site:
https://developer.berlios.de/project/filelist.php?group_id=3997
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|