mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
change zend.ze2_compatibility_mode to zend.ze1_compatibility_mode (noticed by Andi)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153866 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8a1cb6379d
commit
20a729bdf3
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.11 $ -->
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<appendix id="migration5">
|
||||
<title>Migrating from PHP 4 to PHP 5</title>
|
||||
|
||||
|
@ -533,7 +533,7 @@ Action application/x-httpd-php "/php/php-cgi.exe"
|
|||
binary hash data to something readable (from 4 to 6)
|
||||
</simpara></listitem>
|
||||
<listitem><simpara>
|
||||
zend.ze2_compatibility_mode - Enable compatibility mode with Zend Engine 1 (PHP 4)
|
||||
zend.ze1_compatibility_mode - Enable compatibility mode with Zend Engine 1 (PHP 4)
|
||||
</simpara></listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
|
Loading…
Reference in a new issue