[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_3/ext/pdo/pdo_sql_parser.c branches/PHP_5_3/ext/pdo/pdo_sql_parser.re branches/PHP_5_3/ext/pdo_mysql/tests/bug54929.phpt branches/PHP_

2011-06-04 Thread Felipe Pena
felipe Sat, 04 Jun 2011 22:54:40 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311812 Log: - Fixed bug #54929 (Parse error with single quote in sql comment) Bug: http://bugs.php.net/54929 (Closed) Parse error with single quote in sql comment

[PHP-CVS] svn: /php/php-src/trunk/Zend/ zend_signal.c

2011-06-04 Thread Felipe Pena
felipe Sun, 05 Jun 2011 01:15:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311816 Log: - Fixed wrong sigaction() call passing signal number 65 (invalid) Changed paths: U php/php-src/trunk/Zend/zend_signal.c Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/spl_fixedarray.c branches/PHP_5_4/ext/spl/spl_fixedarray.c trunk/ext/spl/spl_fixedarray.c

2011-06-04 Thread Felipe Pena
felipe Sun, 05 Jun 2011 01:38:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=311817 Log: - Possible fix for bug #54609 (Certain implementation(s) of SplFixedArray cause hard crash) Bug: http://bugs.php.net/54609 (Open) Certain