felipe          Mon Nov 10 22:33:01 2008 UTC

  Modified files:              
    /php-src/ext/interbase/tests        ibase_affected_rows_001.phpt 
                                        ibase_errmsg_001.phpt 
                                        ibase_num_params_001.phpt 
  Log:
  - Make expected result compatible with recent Firebird version
  
http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/tests/ibase_affected_rows_001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/interbase/tests/ibase_affected_rows_001.phpt
diff -u php-src/ext/interbase/tests/ibase_affected_rows_001.phpt:1.1 
php-src/ext/interbase/tests/ibase_affected_rows_001.phpt:1.2
--- php-src/ext/interbase/tests/ibase_affected_rows_001.phpt:1.1        Mon Nov 
10 18:01:36 2008
+++ php-src/ext/interbase/tests/ibase_affected_rows_001.phpt    Mon Nov 10 
22:33:00 2008
@@ -28,5 +28,5 @@
 int(3)
 int(0)
 
-Warning: ibase_query(): Dynamic SQL Error SQL error code = -104 Unexpected end 
of command  in %s on line %d
+Warning: ibase_query(): Dynamic SQL Error SQL error code = -104 Unexpected end 
of command %s on line %d
 int(0)
http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/tests/ibase_errmsg_001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/interbase/tests/ibase_errmsg_001.phpt
diff -u php-src/ext/interbase/tests/ibase_errmsg_001.phpt:1.1 
php-src/ext/interbase/tests/ibase_errmsg_001.phpt:1.2
--- php-src/ext/interbase/tests/ibase_errmsg_001.phpt:1.1       Mon Nov 10 
18:01:36 2008
+++ php-src/ext/interbase/tests/ibase_errmsg_001.phpt   Mon Nov 10 22:33:00 2008
@@ -17,6 +17,6 @@
 
 ?>
 --EXPECTF--
-Warning: ibase_query(): Dynamic SQL Error SQL error code = -104 Unexpected end 
of command  in %s on line %d
-string(66) "Dynamic SQL Error SQL error code = -104 Unexpected end of command "
+Warning: ibase_query(): Dynamic SQL Error SQL error code = -104 Unexpected end 
of command %s on line %d
+string(%d) "Dynamic SQL Error SQL error code = -104 Unexpected end of command 
%s"
 bool(false)
http://cvs.php.net/viewvc.cgi/php-src/ext/interbase/tests/ibase_num_params_001.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/interbase/tests/ibase_num_params_001.phpt
diff -u php-src/ext/interbase/tests/ibase_num_params_001.phpt:1.1 
php-src/ext/interbase/tests/ibase_num_params_001.phpt:1.2
--- php-src/ext/interbase/tests/ibase_num_params_001.phpt:1.1   Mon Nov 10 
18:01:36 2008
+++ php-src/ext/interbase/tests/ibase_num_params_001.phpt       Mon Nov 10 
22:33:00 2008
@@ -26,7 +26,7 @@
 Warning: Wrong parameter count for ibase_num_params() in %s on line %d
 NULL
 
-Warning: ibase_prepare(): Dynamic SQL Error SQL error code = -206 Column 
unknown X At line 1, column 52.  in %s on line %d
+Warning: ibase_prepare(): Dynamic SQL Error SQL error code = -206 Column 
unknown X At line 1, column 52%s in %s on line %d
 
 Warning: ibase_num_params(): supplied argument is not a valid 
Firebird/InterBase query resource in %s on line %d
 bool(false)



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

Reply via email to