Browse Source

Removed ze1_compatibility_mode INI options

PECL
Ilia Alshanetsky 18 years ago
parent
commit
6bb865ff04
  1. 3
      php.ini-dist
  2. 3
      php.ini-recommended

3
php.ini-dist

@ -82,9 +82,6 @@
; Enable the PHP scripting language engine under Apache.
engine = On
; Enable compatibility mode with Zend Engine 1 (PHP 4.x)
zend.ze1_compatibility_mode = Off
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
; NOTE: Using short tags should be avoided when developing applications or
; libraries that are meant for redistribution, or deployment on PHP

3
php.ini-recommended

@ -131,9 +131,6 @@
; Enable the PHP scripting language engine under Apache.
engine = On
; Enable compatibility mode with Zend Engine 1 (PHP 4.x)
zend.ze1_compatibility_mode = Off
; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
; NOTE: Using short tags should be avoided when developing applications or
; libraries that are meant for redistribution, or deployment on PHP

Loading…
Cancel
Save