]> granicus.if.org Git - php/commitdiff
Modified the error message a bit. Happy now Andi? :)
authorfoobar <sniper@php.net>
Sat, 27 Oct 2001 10:14:14 +0000 (10:14 +0000)
committerfoobar <sniper@php.net>
Sat, 27 Oct 2001 10:14:14 +0000 (10:14 +0000)
ext/zlib/zlib.c

index 941d9f0da55c126f4fa7fdfd3957be06c5d0f0fa..292ca1e781aa04b68511e64a877aef7b6a4ae4a4 100644 (file)
@@ -139,7 +139,7 @@ static PHP_INI_MH(OnUpdate_zlib_output_compression)
        ini_value = php_ini_string("output_handler", sizeof("output_handler"), 0); 
 
        if (new_value != NULL && strlen(ini_value) != 0) {
-               php_error(E_CORE_ERROR,"Cannot use both zlib.output_compression and output_handler!!");
+               php_error(E_CORE_ERROR,"Cannot use both zlib.output_compression and output_handler together!!");
                return FAILURE;
        }