Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Pierre Joye
Again the change is win only. It does not affect other platforms at all. Also see stas reply, we should really do that :) On Dec 5, 2012 11:25 PM, "Christopher Jones" wrote:

Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Adam Harvey
On 6 December 2012 06:24, Christopher Jones wrote: > On 12/05/2012 01:40 AM, Anatoliy Belsky wrote: >> >> That's a windows specific fail, the tests still pass on linux. XFAIL >> would mark that wrong on linux, that's why. >> >> Regards >> >> Anatoliy > > > Please leave them enabled in the meantime

Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Christopher Jones
On 12/05/2012 01:40 AM, Anatoliy Belsky wrote: That's a windows specific fail, the tests still pass on linux. XFAIL would mark that wrong on linux, that's why. Regards Anatoliy Please leave them enabled in the meantime. Otherwise we have 0 coverage. Chris -- christopher.jo...@oracle.com

Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Stas Malyshev
Hi! >> Why removing tests and not putting them as XFAIL? > > There is no platfrom specific XFAIL. I asked if we could add that to > run-tests some time ago, that would be very handy. Yes, looks like it. I'll try to look into in on the weekend and see if I can figure out how to add it. Maybe we s

[PHP-CVS] tag php-src: create tag php-5.3.20RC1

2012-12-05 Thread Johannes Schlüter
Tag php-5.3.20RC1 in php-src.git was created Tag: 12070197112944b3a82d2874d78125d6b094daa5 Tagger: Johannes Schlüter Wed Dec 5 18:51:32 2012 +0100 Log: PHP 5.3.20RC1 -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.17 (SunOS) iQEcBAABAgAGBQJQv4mxAAoJEH3sTmn8nIPXQYEIAOQB+IZgt

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/spl/spl_fixedarray.c

2012-12-05 Thread Dmitry Stogov
Commit:274ceb3d8de122e05910b1c9906634be8495beb4 Author:Dmitry Stogov Wed, 5 Dec 2012 17:55:21 +0400 Parents: 27528b601f4a290ba50b202376a0064f17348027 881416cda670a7ddb94db11a41d4929425da7d61 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;

[PHP-CVS] com php-src: Fixed bug #63680 (Memleak in splfixedarray with cycle reference): NEWS ext/spl/spl_fixedarray.c ext/spl/tests/bug63680.phpt

2012-12-05 Thread Dmitry Stogov
Commit:881416cda670a7ddb94db11a41d4929425da7d61 Author:Dmitry Stogov Wed, 5 Dec 2012 17:53:26 +0400 Parents: 73e66ff1bd9b0e79f766c144dacd2dbab6b960b7 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=881416cda670a7ddb94db11a41d49294

[PHP-CVS] com php-src: Merge branch 'PHP-5.4' into PHP-5.5: ext/date/php_date.c

2012-12-05 Thread Dmitry Stogov
Commit:bc7857169a57e1e104c390972fe206c504f601d9 Author:Dmitry Stogov Wed, 5 Dec 2012 17:59:46 +0400 Parents: 274ceb3d8de122e05910b1c9906634be8495beb4 df97c3aa0d331be668bd5d8f27fff96d4e3ac1d7 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;

[PHP-CVS] com php-src: Use get_gc instead of hacks of get_properties: ext/date/php_date.c ext/simplexml/simplexml.c ext/spl/spl_observer.c

2012-12-05 Thread Dmitry Stogov
Commit:df97c3aa0d331be668bd5d8f27fff96d4e3ac1d7 Author:Dmitry Stogov Wed, 5 Dec 2012 17:58:36 +0400 Parents: 881416cda670a7ddb94db11a41d4929425da7d61 Branches: PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=df97c3aa0d331be668bd5d8f27fff96d

[PHP-CVS] com php-src: Fixed comments: Zend/zend_execute.c

2012-12-05 Thread Dmitry Stogov
Commit:27528b601f4a290ba50b202376a0064f17348027 Author:Dmitry Stogov Wed, 5 Dec 2012 16:02:47 +0400 Parents: 26c165cc03267969ac313f2fd9a1fcb48435215d Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=27528b601f4a290ba50b202376a0064f17348027

Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Anatoliy Belsky
That's a windows specific fail, the tests still pass on linux. XFAIL would mark that wrong on linux, that's why. Regards Anatoliy On Wed, 2012-12-05 at 01:25 -0800, Stas Malyshev wrote: > Hi! > > > Commit:94cbd6374adcb3e2ac15303dd47a212953f93e98 > > Author:Anatoliy Belsky Wed,

[PHP-CVS] com php-src: Slight performance improvement: UPGRADING Zend/zend_execute.c Zend/zend_vm_def.h Zend/zend_vm_execute.h Zend/zend_vm_execute.skl Zend/zend_vm_gen.php

2012-12-05 Thread Dmitry Stogov
Commit:fa30e4754bea0d0c6a048ca029c543ddcaf3b84f Author:Dmitry Stogov Wed, 5 Dec 2012 13:23:37 +0400 Parents: 16b1d45e6935faef042c73439497b481db2307c6 Branches: PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=fa30e4754bea0d0c6a048ca029c543ddcaf3b84f

Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Pierre Joye
On Wed, Dec 5, 2012 at 10:25 AM, Stas Malyshev wrote: > Why removing tests and not putting them as XFAIL? There is no platfrom specific XFAIL. I asked if we could add that to run-tests some time ago, that would be very handy. -- Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.o

Re: [PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Stas Malyshev
Hi! > Commit:94cbd6374adcb3e2ac15303dd47a212953f93e98 > Author:Anatoliy Belsky Wed, 5 Dec 2012 09:55:49 > +0100 > Parents: 31ab57e052925305008c20e787f514c159d3469d > Branches: PHP-5.3 PHP-5.4 PHP-5.5 master > > Link: > http://git.php.net/?p=php-src.git;a=commitdiff;h=9

[PHP-CVS] com php-src: Two tests deactivated until #63688 was fixed: tests/lang/034.phpt tests/lang/bug30638.phpt

2012-12-05 Thread Anatoliy Belsky
Commit:94cbd6374adcb3e2ac15303dd47a212953f93e98 Author:Anatoliy Belsky Wed, 5 Dec 2012 09:55:49 +0100 Parents: 31ab57e052925305008c20e787f514c159d3469d Branches: PHP-5.3 PHP-5.4 PHP-5.5 master Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=94cbd6374adcb3e2ac15303