cvs: pear-core /tests/PEAR_Installer setup.php.inc
[email protected] ("Greg Beaver")
| Newsgroups | php.pear.cvs,php.pear.core |
|---|---|
| Message-ID | <cvscellog1210656073@cvsserver> |
cellog Tue May 13 05:21:13 2008 UTC
Modified files:
/pear-core/tests/PEAR_Installer setup.php.inc
Log:
kill E_DEPRECATED/E_STRICT
http://cvs.php.net/viewvc.cgi/pear-core/tests/PEAR_Installer/setup.php.inc?r1=1.14&r2=1.15&diff_format=u
Index: pear-core/tests/PEAR_Installer/setup.php.inc
diff -u pear-core/tests/PEAR_Installer/setup.php.inc:1.14 pear-core/tests/PEAR_Installer/setup.php.inc:1.15
--- pear-core/tests/PEAR_Installer/setup.php.inc:1.14 Mon Oct 29 06:24:56 2007
+++ pear-core/tests/PEAR_Installer/setup.php.inc Tue May 13 05:21:13 2008
@@ -1,4 +1,5 @@
<?php
+error_reporting(E_ERROR|E_NOTICE|E_WARNING|E_USER_ERROR|E_USER_NOTICE|E_USER_WARNING);
set_include_path(get_include_path().PATH_SEPARATOR.getcwd()); // allows chdir
$server = 'pear.Chiara';