sniper Sun Nov 24 00:14:17 2002 EDT
Modified files: (Branch: PHP_4_3)
/php4 php.ini-dist
Log:
fix typo (; instead of :)
Index: php4/php.ini-dist
diff -u php4/php.ini-dist:1.171.2.1 php4/php.ini-dist:1.171.2.2
--- php4/php.ini-dist:1.171.2.1 Fri Nov 22 05:16:36 2002
+++ php4/php.ini-dist Sun Nov 24 00:14:17 2002
@@ -100,7 +100,7 @@
; Note: People who wrote portable scripts should not depend on this ini
; directive. Instead, explicitly set the output handler using ob_start().
; Using this ini directive may cause problems unless you know what script
-: is doing.
+; is doing.
; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
;output_handler =
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php