]> granicus.if.org Git - php/commitdiff
Make sure E_STRICT is set always
authorfoobar <sniper@php.net>
Fri, 29 Apr 2005 08:54:16 +0000 (08:54 +0000)
committerfoobar <sniper@php.net>
Fri, 29 Apr 2005 08:54:16 +0000 (08:54 +0000)
Zend/tests/bug30332.phpt
Zend/tests/bug32852.phpt

index 83e78e29bb22a893a67c5d319327db0262f8f23e..e2478498cdb5046f4ade31ddefd86944c0294eae 100644 (file)
@@ -2,6 +2,7 @@
 Bug #30332 (zend.ze1_compatibility_mode isnt fully compatable with array_push())
 --INI--
 zend.ze1_compatibility_mode=on
+error_reporting=4095
 --FILE--
 <?php
 class x { };
index 7f2b14df21e32f21da6d6264aa8183208a5792a8..38cea6f145d953dd5752ad2b077ae6d9fa1b09f4 100644 (file)
@@ -2,6 +2,7 @@
 Bug #32852 (Crash with singleton and __destruct when zend.ze1_compatibility_mode = On)
 --INI--
 zend.ze1_compatibility_mode=on
+error_reporting=4095
 --FILE--
 <?php
 class crashme {