ID: 35671 Comment by: alien at mosfasad dot ru Reported By: mknobloch at midstate dot edu Status: Assigned Bug Type: PDO related Operating System: Windows 2003 SP1 PHP Version: 5.1.2 Assigned To: wez New Comment:
No bug in sqlite2 and sqlite Driver. $oPdo = new PDO('sqlite:test.lite'); $oStat = $oPdo->prepare("INSERT INTO php_qqq (name, value) VALUES (?, ?)"); $oStat->execute(array('1','444')); ____ in table php_qqq have values (1 and 444); Previous Comments: ------------------------------------------------------------------------ [2006-03-09 09:54:45] alien at mosfasad dot ru bug exists in snapshot of 09 Mar 2006 04:32:09 +0100 ------------------------------------------------------------------------ [2006-03-02 18:32:00] bubblenut at gmail dot com I'm getting this problem with all parameters (named and otherwise) with PDO_MYSQL 1.0.1 with both php-5.1.2 and php-5.1.3-dev on Linux (Kubuntu Breezy) ------------------------------------------------------------------------ [2006-02-17 19:02:14] dkrook at hotmail dot com I've encountered the same problem with DB2 and '?' parameter markers. http://marc.theaimsgroup.com/?l=php-db&m=114014376609292&w=2 ------------------------------------------------------------------------ [2006-02-16 00:20:43] stoens at activegrid dot com I am seeing the same thing with the OCI and the ODBC drivers on Windows and Linux (FC4). Same PHP version. ------------------------------------------------------------------------ [2006-01-12 17:32:07] mknobloch at midstate dot edu This bug still exists in 5.1.2. It can be worked around by replacing php_pdo.dll and php_pdo_odbc.dll with their counterparts from 5.1.0, but it would be nice to have it fixed. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/35671 -- Edit this bug report at http://bugs.php.net/?id=35671&edit=1