ID: 33717
Updated by: [EMAIL PROTECTED]
Reported By: fhenninot at freesurf dot fr
-Status: Open
+Status: Assigned
Bug Type: PDO related
Operating System: Linux
-PHP Version: 5.1.0b2
+PHP Version: 5.1.0b3
-Assigned To:
+Assigned To: wez
New Comment:
Sounds like a pretty nasty problem to me.
Previous Comments:
------------------------------------------------------------------------
[2005-07-15 23:01:05] fhenninot at freesurf dot fr
Description:
------------
This is a bug, i think, in PHP-5.1B3
When i search a string named ':memory:' into a database field, this
crash apache with the message : [Fri Jul 15 20:17:11 2005] [notice]
child pid 11338 exit signal Segmentation fault (11)
I can test it on linux only! and with some apache version.
Reproduce code:
---------------
<?php
$PDO_DB = new
PDO('sqlite:/usr/local/apache2/htdocs/SQLiteManager-1.1.2CVS/include/config3.db',
'', '');
$res = $PDO_DB->query("SELECT * FROM database WHERE location like
':memory:'");
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=33717&edit=1