dmitry          Tue Nov 15 08:29:39 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/pear       Makefile.frag 
  Log:
  Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)
  
  
http://cvs.php.net/diff.php/php-src/pear/Makefile.frag?r1=1.35.6.7&r2=1.35.6.8&ty=u
Index: php-src/pear/Makefile.frag
diff -u php-src/pear/Makefile.frag:1.35.6.7 php-src/pear/Makefile.frag:1.35.6.8
--- php-src/pear/Makefile.frag:1.35.6.7 Fri Oct 14 11:35:56 2005
+++ php-src/pear/Makefile.frag  Tue Nov 15 08:29:39 2005
@@ -3,7 +3,7 @@
 peardir=$(PEAR_INSTALLDIR)
 
 # Skip all php.ini files altogether
-PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 
-derror_reporting=E_ALL
+PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 
-derror_reporting=E_ALL -ddetect_unicode=0
 
 install-pear-installer: $(top_builddir)/sapi/cli/php
        @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) 
$(srcdir)/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

Reply via email to