Em Sáb, 2008-10-11 às 00:22 +0400, Antony Dovgal escreveu:
> On 10.10.2008 16:11, Felipe Pena wrote:
> > felipe              Fri Oct 10 12:11:36 2008 UTC
> > 
> >   Added files:                 (Branch: PHP_5_2)
> >     /php-src/ext/pdo_mysql/tests    bug41125.phpt 
> > 
> >   Modified files:              
> >     /php-src/ext/pdo        pdo_sql_parser.c pdo_sql_parser.re 
> >   Log:
> >   MFH:
> >   - Fixed bug #44251 (Question mark and an escaped singel quote lead to an 
> > exception)
> >   - Fixed bug #41125 (PDO mysql + quote() + prepare() can result in seg 
> > fault)
> >     Patch by: tsteiner at nerdclub dot net
> >   
> >   
> > 
> 
> Did you forget to commit that .inc file?
> 
> # cat /local/qa/5_2/ext/pdo_mysql/tests/bug41125.diff
> 001+ Warning: 
> require_once(/local/qa/5_2/ext/pdo_mysql/tests/mysql_pdo_test.inc): failed to 
> open stream: No such file or directory in 
> /local/qa/5_2/ext/pdo_mysql/tests/bug41125.php on line 3
> 001- 1
> 002- 00000
> 003- -------------------------------------------------------
> 004- [1] Query: [[SELECT 1 FROM DUAL WHERE 1 = '?\'\'']]
> 003+ Fatal error: require_once(): Failed opening required 
> '/local/qa/5_2/ext/pdo_mysql/tests/mysql_pdo_test.inc' 
> (include_path='.:/usr/local/lib/php') in 
> /local/qa/5_2/ext/pdo_mysql/tests/bug41125.php on line 3
> 

Fixed, thanks!

-- 
Regards,
Felipe Pena


-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to