Nevermind, I'm blind.
--Jani
On Tue, 15 Nov 2005, Jani Taskinen wrote:
What option is 'detect_unicode' ??? There is no such ini option?
--Jani
On Tue, 15 Nov 2005, Dmitry Stogov wrote:
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)"
--
Give me your money at @ <http://pecl.php.net/wishlist.php/sniper>
Donating money may make me happier and friendlier for a limited period!
Death to all 4 letter abbreviations starting with P!
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php