andrey Thu Oct 3 09:03:22 2002 EDT Modified files: /php4 php.ini-recommended Log: colon written instead of semi-colon. Index: php4/php.ini-recommended diff -u php4/php.ini-recommended:1.110 php4/php.ini-recommended:1.111 --- php4/php.ini-recommended:1.110 Thu Oct 3 02:51:38 2002 +++ php4/php.ini-recommended Thu Oct 3 09:03:21 2002 @@ -108,7 +108,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_inconv_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