ID:               35671
 Updated by:       [EMAIL PROTECTED]
 Reported By:      mknobloch at midstate dot edu
-Status:           Assigned
+Status:           Closed
 Bug Type:         PDO related
 Operating System: Windows 2003 SP1
 PHP Version:      5.1.2
 Assigned To:      wez
 New Comment:

This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

See also http://pecl.php.net/bugs/bug.php?id=6504.



Previous Comments:
------------------------------------------------------------------------

[2006-03-09 10:09:39] alien at mosfasad dot ru

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);

------------------------------------------------------------------------

[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.

------------------------------------------------------------------------

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

Reply via email to