tony2001 Thu Aug 24 11:30:29 2006 UTC
Modified files:
/php-src/ext/zlib/tests 005.phpt
Log:
the error message is different on different OSes and zlib versions
http://cvs.php.net/viewvc.cgi/php-src/ext/zlib/tests/005.phpt?r1=1.3&r2=1.4&diff_format=u
Index: php-src/ext/zlib/tests/005.phpt
diff -u php-src/ext/zlib/tests/005.phpt:1.3 php-src/ext/zlib/tests/005.phpt:1.4
--- php-src/ext/zlib/tests/005.phpt:1.3 Thu Jul 27 16:31:07 2006
+++ php-src/ext/zlib/tests/005.phpt Thu Aug 24 11:30:28 2006
@@ -49,16 +49,16 @@
Warning: gzuncompress() expects at least 1 parameter, 0 given in %s on line %d
NULL
-Warning: gzuncompress(): data error in %s on line %d
+Warning: gzuncompress(): %s error in %s on line %d
bool(false)
Warning: gzuncompress(): length (-1) must be greater or equal zero in %s on
line %d
bool(false)
-Warning: gzuncompress(): data error in %s on line %d
+Warning: gzuncompress(): %s error in %s on line %d
bool(false)
-Warning: gzuncompress(): data error in %s on line %d
+Warning: gzuncompress(): %s error in %s on line %d
bool(false)
string(94) "Answer me, it can't be so hard
Cry to relieve what's in your heart
@@ -67,6 +67,6 @@
Cry to relieve what's in your heart
Desolation, grief and agony"
-Warning: gzuncompress(): data error in %s on line %d
+Warning: gzuncompress(): %s error in %s on line %d
bool(false)
Done
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php