[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS

2011-12-27 Thread Popa Adrian Marius
mariuz Tue, 27 Dec 2011 11:05:58 + Revision: http://svn.php.net/viewvc?view=revision&revision=321434 Log: Forgot to add the Pdo Firebird related bug to the News Changed paths: U php/php-src/branches/PHP_5_3/NEWS Modified: php/php-src/branches/PHP_5_3/

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

2011-12-27 Thread Popa Adrian Marius
mariuz Tue, 27 Dec 2011 10:49:03 + Revision: http://svn.php.net/viewvc?view=revision&revision=321432 Log: added test for PDO_Firebird: bug 48877 Bug: https://bugs.php.net/48877 (Closed) "bindValue" and "bindParam" do not work for PDO Firebird Changed

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/date/tests/ DateTime_add-fall-type2-type2.phpt

2011-12-27 Thread Derick Rethans
On Tue, 27 Dec 2011, Daniel Convissor wrote: > > Why are you only changing this in the 5.4 branch? > > There are still more changes to be made and I'll merge them all to > trunk and 5.3. Please make those changes in *one* commit in the future. Right now there are inconsistencies between tests

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/date/tests/ DateTime_add-fall-type2-type2.phpt

2011-12-27 Thread Derick Rethans
On Tue, 27 Dec 2011, Daniel Convissor wrote: > danielc Tue, 27 Dec 2011 02:13:55 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=321419 > > Log: > One less xfail since Bug 55253 was fixed. > > Bug: https://bugs.php.net/55253 (Closed) DateTim

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

2011-12-27 Thread Popa Adrian Marius
mariuz Tue, 27 Dec 2011 16:49:00 + Revision: http://svn.php.net/viewvc?view=revision&revision=321439 Log: http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Fpdo_firebird%2Ftests%2Fbug_43130.phpt fix failure for bug 43130 Bug: https://bugs.p

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/date/tests/ DateTime_add-spring-type2-type2.phpt

2011-12-27 Thread Daniel Convissor
danielc Tue, 27 Dec 2011 16:50:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=321441 Log: Another xfail resolved since Bug 55253 was fixed. Bug: https://bugs.php.net/55253 (Closed) DateTime::add() and sub() result -1 hour on objects with tim

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/DateTime_add-fall-type2-type2.phpt branches/PHP_5_3/ext/date/tests/DateTime_add-spring-type2-type2.phpt branches/PHP_5_3/ext/date/tests/Dat

2011-12-27 Thread Daniel Convissor
danielc Tue, 27 Dec 2011 16:57:36 + Revision: http://svn.php.net/viewvc?view=revision&revision=321442 Log: Resolve some xfails due to Bug 55253 being fixed. (merged from 54) Bug: https://bugs.php.net/55253 (Closed) DateTime::add() and sub() result -1 hour on

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/acinclude.m4 trunk/acinclude.m4

2011-12-27 Thread Hannes Magnusson
bjoriTue, 27 Dec 2011 13:53:11 + Revision: http://svn.php.net/viewvc?view=revision&revision=321435 Log: Looks like we need to explicity add libstdc++ on recent linux' too, like fedora 14 and ubuntu 11 This fixes build failures for ext/intl and several pecl

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/date/tests/ DateTime_add-fall-type2-type2.phpt

2011-12-27 Thread Daniel Convissor
Hi Derick: > Why are you only changing this in the 5.4 branch? There are still more changes to be made and I'll merge them all to trunk and 5.3. Thanks, --Dan -- T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y data intensive web and database programming

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/acinclude.m4 trunk/acinclude.m4

2011-12-27 Thread Nuno Lopes
Uhm, I don't think this change makes much sense (nor does the previous behaviour on Mac).. Extensions that use C++ should pull in the required libraries themselves. We shouldn't be linking PHP everytime with libstdc++ if that is not needed. Nuno - Original Message - bjori

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

2011-12-27 Thread Xinchen Hui
laruence Tue, 27 Dec 2011 08:38:18 + Revision: http://svn.php.net/viewvc?view=revision&revision=321429 Log: Fix bug #60611 (Segmentation fault with Cls::{expr}() syntax) Bug: https://bugs.php.net/60611 (Open) Segmentation fault with Cls::{expr}() syntax

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ext/pdo_firebird/ firebird_driver.c

2011-12-27 Thread marius adrian popa
On Tue, Dec 13, 2011 at 11:22 PM, Pierre Joye wrote: > do a sparse checkout and commit all branches at once from php-src, see > https://wiki.php.net/vcs/svnfaq :) > > 2011/12/13 marius adrian popa : >> 2011/12/13 Johannes Schlüter : >>> Hi. >>> >>> Is there a test? >> I will add one to the tree >>

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

2011-12-27 Thread Popa Adrian Marius
mariuz Tue, 27 Dec 2011 10:54:47 + Revision: http://svn.php.net/viewvc?view=revision&revision=321433 Log: PDO_Firebird: bug 48877 test Bug: https://bugs.php.net/48877 (Closed) "bindValue" and "bindParam" do not work for PDO Firebird Changed paths:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/DateTime_sub-spring-type2-type2.phpt branches/PHP_5_4/ext/date/tests/DateTime_sub-spring-type2-type2.phpt trunk/ext/date/tests/DateTime_sub

2011-12-27 Thread Daniel Convissor
danielc Tue, 27 Dec 2011 19:44:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=321447 Log: Resolve more xfails due to Bug 55253 being fixed. Bug: https://bugs.php.net/55253 (Closed) DateTime::add() and sub() result -1 hour on objects with tim

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/acinclude.m4 trunk/acinclude.m4

2011-12-27 Thread Hannes Magnusson
On Tue, Dec 27, 2011 at 18:02, Nuno Lopes wrote: > Uhm, I don't think this change makes much sense (nor does the previous > behaviour on Mac).. > Extensions that use C++ should pull in the required libraries themselves. We > shouldn't be linking PHP everytime with libstdc++ if that is not needed.

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/NEWS branches/PHP_5_4/acinclude.m4 trunk/acinclude.m4

2011-12-27 Thread Nuno Lopes
On Tue, Dec 27, 2011 at 18:02, Nuno Lopes wrote: Uhm, I don't think this change makes much sense (nor does the previous behaviour on Mac).. Extensions that use C++ should pull in the required libraries themselves. We shouldn't be linking PHP everytime with libstdc++ if that is not needed. Th

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/date/tests/DateTime_diff-fall-type2-type2.phpt branches/PHP_5_3/ext/date/tests/DateTime_diff-spring-type2-type2.phpt branches/PHP_5_4/ext/date/tests/D

2011-12-27 Thread Daniel Convissor
danielc Wed, 28 Dec 2011 01:13:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=321456 Log: Resolve the last of the xfails from Bug 55253. Bug: https://bugs.php.net/55253 (Closed) DateTime::add() and sub() result -1 hour on objects with time z

[PHP-CVS] svn: /php/php-src/branches/PHP_5_4/ext/date/tests/ DateTime_sub-fall-type2-type2.phpt

2011-12-27 Thread Daniel Convissor
danielc Tue, 27 Dec 2011 15:20:16 + Revision: http://svn.php.net/viewvc?view=revision&revision=321437 Log: Another xfail resolved since Bug 55253 was fixed. Bug: https://bugs.php.net/55253 (Closed) DateTime::add() and sub() result -1 hour on objects with tim

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

2011-12-27 Thread Xinchen Hui
laruence Wed, 28 Dec 2011 06:46:12 + Revision: http://svn.php.net/viewvc?view=revision&revision=321458 Log: Fix #60613 (Segmentation fault with $cls->{expr}() syntax) #now the behavior is like 5.3, a COMPILER_ERROR will be triggered Bug: https://bugs.php.net/6