[PHP-CVS] svn: /SVNROOT/ global_avail

2012-01-08 Thread Hannes Magnusson
bjoriSun, 08 Jan 2012 11:53:10 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321925 Log: Give irker english doc karma Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/standard/tests/general_functions/bug39322.phpt branches/PHP_5_4/ext/standard/tests/general_functions/bug39322.phpt trunk/ext/standard/tests/general_fu

2012-01-08 Thread Nuno Lopes
nlopess Sun, 08 Jan 2012 18:03:56 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321933 Log: do kill 9 to fix a race condition in this test. (should fix the debian 32-bit buildbot) Changed paths: U

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

2012-01-08 Thread Rasmus Lerdorf
rasmus Sun, 08 Jan 2012 18:21:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321934 Log: This test only works if gc is enabled Changed paths: U php/php-src/branches/PHP_5_4/ext/spl/tests/bug53071.phpt Modified:

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/tests/bug53071.phpt trunk/ext/spl/tests/bug53071.phpt

2012-01-08 Thread Rasmus Lerdorf
rasmus Sun, 08 Jan 2012 18:22:50 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321935 Log: Make sure gc is enabled Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/tests/bug53071.phpt U

[PHP-CVS] svn: /php/php-src/trunk/ext/intl/ intl_error.c intl_error.h php_intl.c php_intl.h tests/ini_use_exceptions_basic.phpt

2012-01-08 Thread Gustavo André dos Santos Lopes
cataphract Sun, 08 Jan 2012 18:41:53 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321936 Log: - Added the ability for the intl exception to throw exceptions when a global error is set. Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/tests/DirectoryIterator_getGroup_basic.phpt branches/PHP_5_3/ext/spl/tests/DirectoryIterator_getOwner_basic.phpt branches/PHP_5_4/ext/spl/tests/Di

2012-01-08 Thread Rasmus Lerdorf
rasmus Sun, 08 Jan 2012 18:43:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321937 Log: These tests don't work if run as root Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/tests/DirectoryIterator_getGroup_basic.phpt U

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetGroup=5Fbasic.phpt_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetOwner=5Fbasic.phpt_bra

2012-01-08 Thread Stas Malyshev
Hi! rasmus Sun, 08 Jan 2012 18:43:30 + Revision: http://svn.php.net/viewvc?view=revisionrevision=321937 Log: These tests don't work if run as root Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/tests/DirectoryIterator_getGroup_basic.phpt

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetGroup=5Fbasic.phpt_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetOwner=5Fbasic.phpt_bra

2012-01-08 Thread Rasmus Lerdorf
On 01/08/2012 12:36 PM, Stas Malyshev wrote: +if (posix_geteuid() == 0) die('SKIP Cannot run test as root.'); Does this work on Windows? Dunno, but we have 22 tests using that same check and none of them check for Windows, so I assume it does. -Rasmus -- PHP CVS Mailing List

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetGroup=5Fbasic.phpt_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetOwner=5Fbasic.phpt_bra

2012-01-08 Thread Pierre Joye
Buggy skipif code simply does not work, and as posix does not exist on windows On Sun, Jan 8, 2012 at 9:42 PM, Rasmus Lerdorf ras...@php.net wrote: On 01/08/2012 12:36 PM, Stas Malyshev wrote: +if (posix_geteuid() == 0) die('SKIP Cannot run test as root.'); Does this work on Windows?

Re: [PHP-CVS] =?utf-8?q?svn:_/php/php-src/_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetGroup=5Fbasic.phpt_branches/PHP=5F5=5F3/ext/spl/tests/DirectoryIterator=5FgetOwner=5Fbasic.phpt_bra

2012-01-08 Thread Rasmus Lerdorf
On 01/08/2012 12:42 PM, Rasmus Lerdorf wrote: On 01/08/2012 12:36 PM, Stas Malyshev wrote: +if (posix_geteuid() == 0) die('SKIP Cannot run test as root.'); Does this work on Windows? Dunno, but we have 22 tests using that same check and none of them check for Windows, so I assume it does.