On Tue, 2 Sep 2003, Stanislav Malyshev wrote:

> @@ -2462,19 +2462,23 @@
>               /* BC with older php scripts and zlib wrapper */
>               protocol = "compress.zlib";
>               n = 13;
> -             php_error_docref(NULL TSRMLS_CC, E_WARNING, "Use of \"zlib:\" wrapper 
> is deprecated; please use \"compress.zlib://\" instead.");
> +             if(options & REPORT_ERRRORS) {

                if (options & REPORT_ERRORS) {

(see the 2 differences? :)

Derick

-- 
"Interpreting what the GPL actually means is a job best left to those
                    that read the future by examining animal entrails."
-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 International PHP Magazine                          http://php-mag.net/
-------------------------------------------------------------------------


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to