[PHP-CVS] svn: /php/php-src/trunk/ext/pdo_firebird/ EXPERIMENTAL

2011-12-28 Thread Popa Adrian Marius
mariuz Wed, 28 Dec 2011 09:31:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=321460 Log: remove experimental status for pdo_Firebird , see the general status http://www.firebirdnews.org/?p=6619 Changed paths: D php/php-src/trunk/ext/p

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_firebird/tests/bug_48877.phpt branches/PHP_5_4/ext/pdo_firebird/tests/bug_48877.phpt trunk/ext/pdo_firebird/tests/bug_48877.phpt

2011-12-28 Thread Popa Adrian Marius
mariuz Wed, 28 Dec 2011 09:41:02 + Revision: http://svn.php.net/viewvc?view=revision&revision=321461 Log: cleanup for bug 48877 test, add description Bug: https://bugs.php.net/48877 (Closed) "bindValue" and "bindParam" do not work for PDO Firebird Ch

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_firebird/tests/bug_47415.phpt branches/PHP_5_4/ext/pdo_firebird/tests/bug_47415.phpt trunk/ext/pdo_firebird/tests/bug_47415.phpt

2011-12-28 Thread Popa Adrian Marius
mariuz Wed, 28 Dec 2011 09:53:15 + Revision: http://svn.php.net/viewvc?view=revision&revision=321462 Log: added testcase for Bug 47415 Bug: https://bugs.php.net/47415 (Assigned) PDO_Firebird segfaults when passing lowercased column name to bindColumn()

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/Zend/tests/bug60613.phpt branches/PHP_5_4/Zend/zend_compile.c trunk/Zend/tests/bug60613.phpt trunk/Zend/zend_compile.c

2011-12-28 Thread Dmitry Stogov
dmitry Wed, 28 Dec 2011 09:59:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=321463 Log: Fixed bug #60613 (Segmentation fault with $cls->{expr}() syntax) Bug: https://bugs.php.net/60613 (Closed) Segmentation fault with $cls->{expr}() syntax

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_firebird/tests/bug_47415.phpt branches/PHP_5_4/ext/pdo_firebird/tests/bug_47415.phpt trunk/ext/pdo_firebird/tests/bug_47415.phpt

2011-12-28 Thread Popa Adrian Marius
mariuz Wed, 28 Dec 2011 09:59:53 + Revision: http://svn.php.net/viewvc?view=revision&revision=321464 Log: fix table name in testcase Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_firebird/tests/bug_47415.phpt U php/php-src/branches/PHP_5_

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_firebird/tests/bug_47415.phpt branches/PHP_5_4/ext/pdo_firebird/tests/bug_47415.phpt trunk/ext/pdo_firebird/tests/bug_47415.phpt

2011-12-28 Thread Popa Adrian Marius
mariuz Wed, 28 Dec 2011 10:04:25 + Revision: http://svn.php.net/viewvc?view=revision&revision=321465 Log: one more error to fix Table unknown TEST , it should be TESTZ Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_firebird/tests/bug_47415.phpt

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/Zend/tests/bug60613.phpt trunk/Zend/tests/bug60613.phpt

2011-12-28 Thread Dmitry Stogov
dmitry Wed, 28 Dec 2011 10:12:43 + Revision: http://svn.php.net/viewvc?view=revision&revision=321466 Log: Fixed tests Changed paths: U php/php-src/branches/PHP_5_4/Zend/tests/bug60613.phpt U php/php-src/trunk/Zend/tests/bug60613.phpt Modified: p

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

2011-12-28 Thread Popa Adrian Marius
mariuz Wed, 28 Dec 2011 10:17:17 + Revision: http://svn.php.net/viewvc?view=revision&revision=321467 Log: fix Bug #47415 PDO_Firebird segfaults when passing lowercased column name to bindColumn() Bug: https://bugs.php.net/47415 (Assigned) PDO_Firebird segf

[PHP-CVS] svn: /SVNROOT/ global_avail

2011-12-28 Thread David Soria Parra
dsp Wed, 28 Dec 2011 18:09:26 + Revision: http://svn.php.net/viewvc?view=revision&revision=321483 Log: Test karma updates and hooks on y3.php.net Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail =

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_firebird/tests/bug_53280.phpt branches/PHP_5_4/ext/pdo_firebird/tests/bug_53280.phpt trunk/ext/pdo_firebird/tests/bug_53280.phpt

2011-12-28 Thread Popa Adrian Marius
mariuz Wed, 28 Dec 2011 18:52:39 + Revision: http://svn.php.net/viewvc?view=revision&revision=321484 Log: Added test case for PDO_Firebird: bug 53280 segfaults if query column count is less than param count Bug: https://bugs.php.net/53280 (Assigned) PDO_Fir

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/pdo_firebird/tests/bug_53280.phpt branches/PHP_5_4/ext/pdo_firebird/tests/bug_53280.phpt trunk/ext/pdo_firebird/tests/bug_53280.phpt

2011-12-28 Thread Popa Adrian Marius
mariuz Wed, 28 Dec 2011 19:09:41 + Revision: http://svn.php.net/viewvc?view=revision&revision=321486 Log: fix tablename in testcase test->testz Changed paths: U php/php-src/branches/PHP_5_3/ext/pdo_firebird/tests/bug_53280.phpt U php/php-src/bran

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

2011-12-28 Thread Popa Adrian Marius
mariuz Wed, 28 Dec 2011 19:58:37 + Revision: http://svn.php.net/viewvc?view=revision&revision=321487 Log: Fixed PDO_Firebird: bug 53280 segfaults if query column count is less than param count Bug: https://bugs.php.net/53280 (Assigned) PDO_Firebird segfaul