mike            Sat May  5 15:16:49 2007 UTC

  Modified files:              
    /php-src/tests/func 006.phpt 
  Log:
  - output handler buffers are always binary, thanks Johannes
  
http://cvs.php.net/viewvc.cgi/php-src/tests/func/006.phpt?r1=1.5&r2=1.6&diff_format=u
Index: php-src/tests/func/006.phpt
diff -u php-src/tests/func/006.phpt:1.5 php-src/tests/func/006.phpt:1.6
--- php-src/tests/func/006.phpt:1.5     Tue Jan 17 12:18:53 2006
+++ php-src/tests/func/006.phpt Sat May  5 15:16:48 2007
@@ -25,5 +25,5 @@
 string(2) "2B"
 string(2) "1A"
 --UEXPECT--
-unicode(2) "2B"
-unicode(2) "1A"
+string(2) "2B"
+string(2) "1A"

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

Reply via email to