diff --git a/appendices/migration5.xml b/appendices/migration5.xml index 6161abc4a1..621bdb41f0 100755 --- a/appendices/migration5.xml +++ b/appendices/migration5.xml @@ -1,5 +1,5 @@ - + Migrating from PHP 4 to PHP 5 @@ -563,7 +563,8 @@ Action application/x-httpd-php "/php/php-cgi.exe" binary hash data to something readable (from 4 to 6) - zend.ze1_compatibility_mode - Enable compatibility mode with Zend Engine 1 (PHP 4) + zend.ze1_compatibility_mode + - Enable compatibility mode with Zend Engine 1 (PHP 4) @@ -609,6 +610,11 @@ Action application/x-httpd-php "/php/php-cgi.exe" object model and, therefore, the majority of PHP applications will work out of the box, or with very few modifications. + + See also the + zend.ze1_compatibility_mode directive for compatability with + PHP 4. +
Private and Protected Members