From f8f96acab777f0b69176b63ffb8eabe9da89ca29 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 19 Jul 2004 01:36:13 +0000 Subject: [PATCH] Link to, and see also zend.ze1_compatibility_mode. Closes bug #28453 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163600 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/migration5.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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