List:Commits« Previous MessageNext Message »
From:uwendel Date:April 8 2008 3:29pm
Subject:PHP mysqlnd svn commit: r1402 - trunk/tests/ext/pdo_mysql
View as plain text  
Author: uwendel
Date: 2008-04-08 15:29:09 +0200 (Tue, 08 Apr 2008)
New Revision: 1402

Modified:
   trunk/tests/ext/pdo_mysql/pdo_mysql_mantis_371.phpt
Log:
Possible error message which would match the hack solution suggested in Mantis


Modified: trunk/tests/ext/pdo_mysql/pdo_mysql_mantis_371.phpt
===================================================================
--- trunk/tests/ext/pdo_mysql/pdo_mysql_mantis_371.phpt	2008-04-08 10:09:14 UTC (rev 1401)
+++ trunk/tests/ext/pdo_mysql/pdo_mysql_mantis_371.phpt	2008-04-08 13:29:09 UTC (rev 1402)
@@ -28,10 +28,10 @@
 	print "done!";
 ?>
 --EXPECTF--
-NOTE: libmysql should give warning and set an error code but for now fixing the crash is
the #1 prio
+Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number in %s on line
%d
 array(1) {
   [0]=>
-  string(5) "00000"
+  string(5) "HY093"
 }
 array(0) {
 }

Thread
PHP mysqlnd svn commit: r1402 - trunk/tests/ext/pdo_mysqluwendel8 Apr