From: n dot escuder at intra-links dot com Operating system: Linux PHP version: 5.1.2 PHP Bug Type: PDO related Bug description: PDO find Parameter but there's no parameter
Description: ------------ PDO Found some parameter / value. Reproduce code: --------------- $pdo = new PDO('mysql:host=192.168.69.20;dbname=Released', 'Web', 'Master99'); $query = "update Test set value='"; $var = "enabled=boolean:true description=string:\"Test\" type=integer? "; $query .= mysql_escape_string($var); $query .= "', where id='2'"; $statement = $pdo->prepare($query); $statement->execute(); Expected result: ---------------- No warning / error and the update of the database with the real content of $var. Actual result: -------------- Actually no update if $var is = "enabled=boolean:true description=string:\"Test\" type=integer? "; but if $var is = "enabled=boolean:true description=string:\"Test\" type=integer?"; in the database we found : enabled=boolean? description=string:"Test" type=integer? -- Edit bug report at http://bugs.php.net/?id=36760&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=36760&r=trysnapshot44 Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=36760&r=trysnapshot51 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=36760&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=36760&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=36760&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=36760&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=36760&r=needscript Try newer version: http://bugs.php.net/fix.php?id=36760&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=36760&r=support Expected behavior: http://bugs.php.net/fix.php?id=36760&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=36760&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=36760&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=36760&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=36760&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=36760&r=dst IIS Stability: http://bugs.php.net/fix.php?id=36760&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=36760&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=36760&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=36760&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=36760&r=mysqlcfg