tony2001                Mon May  7 12:09:50 2007 UTC

  Modified files:              
    /php-src/ext/oci8/tests     pecl_bug10194_blob.phpt pecl_bug10194.phpt 
  Log:
  fix tests
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/pecl_bug10194_blob.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/oci8/tests/pecl_bug10194_blob.phpt
diff -u php-src/ext/oci8/tests/pecl_bug10194_blob.phpt:1.1 
php-src/ext/oci8/tests/pecl_bug10194_blob.phpt:1.2
--- php-src/ext/oci8/tests/pecl_bug10194_blob.phpt:1.1  Thu Mar 29 09:30:25 2007
+++ php-src/ext/oci8/tests/pecl_bug10194_blob.phpt      Mon May  7 12:09:50 2007
@@ -44,4 +44,4 @@
 echo "Done\n";
 ?>
 --EXPECTF--    
-Fatal error: Allowed memory size of %d bytes exhausted at %s:%d (tried to 
allocate %d bytes) in %s on line %d
+Fatal error: Allowed memory size of %d bytes exhausted%s(tried to allocate %d 
bytes) in %s on line %d
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/tests/pecl_bug10194.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/oci8/tests/pecl_bug10194.phpt
diff -u php-src/ext/oci8/tests/pecl_bug10194.phpt:1.1 
php-src/ext/oci8/tests/pecl_bug10194.phpt:1.2
--- php-src/ext/oci8/tests/pecl_bug10194.phpt:1.1       Thu Mar 29 09:30:25 2007
+++ php-src/ext/oci8/tests/pecl_bug10194.phpt   Mon May  7 12:09:50 2007
@@ -44,4 +44,4 @@
 echo "Done\n";
 ?>
 --EXPECTF--    
-Fatal error: Allowed memory size of 10485760 bytes exhausted at %s:%d (tried 
to allocate %d bytes) in %s on line %d
+Fatal error: Allowed memory size of 10485760 bytes exhausted%s(tried to 
allocate %d bytes) in %s on line %d

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

Reply via email to