cellog Mon May 19 15:20:55 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-src/pear Makefile.frag
Log:
partial fix for Bug #44939, E_DEPRECATED warnings on pear install
http://cvs.php.net/viewvc.cgi/php-src/pear/Makefile.frag?r1=1.35.6.10.2.2.2.1&r2=1.35.6.10.2.2.2.2&diff_format=u
Index: php-src/pear/Makefile.frag
diff -u php-src/pear/Makefile.frag:1.35.6.10.2.2.2.1
php-src/pear/Makefile.frag:1.35.6.10.2.2.2.2
--- php-src/pear/Makefile.frag:1.35.6.10.2.2.2.1 Mon Apr 14 16:56:50 2008
+++ php-src/pear/Makefile.frag Mon May 19 15:20:55 2008
@@ -3,7 +3,7 @@
peardir=$(PEAR_INSTALLDIR)
# Skip all php.ini files altogether
-PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -dopen_basedir=
-derror_reporting=E_ALL -dmemory_limit=-1 -ddetect_unicode=0
+PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -dopen_basedir=
-derror_reporting=1803 -dmemory_limit=-1 -ddetect_unicode=0
install-pear-installer: $(SAPI_CLI_PATH)
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS)
$(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php