tony2001                Thu Aug 24 11:30:35 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /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.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/zlib/tests/005.phpt
diff -u php-src/ext/zlib/tests/005.phpt:1.1.2.1 
php-src/ext/zlib/tests/005.phpt:1.1.2.2
--- php-src/ext/zlib/tests/005.phpt:1.1.2.1     Mon Jun 26 23:35:22 2006
+++ php-src/ext/zlib/tests/005.phpt     Thu Aug 24 11:30:35 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

Reply via email to