ZF-2407: PHP Warning within Zend_Db_Statement
Description
Under windows there is an PHP Warning raised when initiating Zend_Db (trunk) under Windows (PHP5.2.3)...
PHP Warning: preg_replace() .... Compilation failed: missing terminating ] for character class at offset 7 in ....Statement.php on line 187
This line reads within Statement.php reads:
$sql = preg_replace("/$q($qe|[^$q])*$q/", '', $sql);
Comments
Posted by Thomas Weidner (thomas) on 2008-01-11T16:21:57.000+0000
Fixed with SVN-7396