[PHP-CVS] svn: /SVNROOT/ global_avail

2011-09-01 Thread Hannes Magnusson
bjoriThu, 01 Sep 2011 07:25:31 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315955 Log: Russian karma for.. Boris Changed paths: U SVNROOT/global_avail Modified: SVNROOT/global_avail

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

2011-09-01 Thread Pierre Joye
pajoye Thu, 01 Sep 2011 09:33:43 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315958 Log: - force LF eol style as this test depends on it Changed paths: _U php/php-src/branches/PHP_5_3/Zend/tests/heredoc_013.phpt _U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/run-tests.php branches/PHP_5_4/run-tests.php trunk/run-tests.php

2011-09-01 Thread Hannes Magnusson
bjoriThu, 01 Sep 2011 11:00:51 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315967 Log: Seeing thousands of PASS tests flying by is meaningless. Add an option to only print certain result groups. Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/run-tests.php branches/PHP_5_4/run-tests.php trunk/run-tests.php

2011-09-01 Thread Pierre Joye
good idea! please add it as a command line option as well, maybe using a verbose option On Thu, Sep 1, 2011 at 1:00 PM, Hannes Magnusson bj...@php.net wrote: bjori                                    Thu, 01 Sep 2011 11:00:51 + Revision:

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/run-tests.php branches/PHP_5_4/run-tests.php trunk/run-tests.php

2011-09-01 Thread Hannes Magnusson
It is, -g so, you can either do $ SHOW_ONLY_GROUPS=FAIL,WARN make test or via run-tets, $ TEST_PHP_EXECUTABLE=auto php run-tests.php -g XFAIL,SKIP -Hannes On Thu, Sep 1, 2011 at 13:06, Pierre Joye pierre@gmail.com wrote: good idea! please add it as a command line option as well, maybe

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/run-tests.php branches/PHP_5_4/run-tests.php trunk/run-tests.php

2011-09-01 Thread Pierre Joye
ah right, I miss this part of the patch. I would suggest -v instead and add a level of verbosity (less means no output but failed tests for example). On Thu, Sep 1, 2011 at 1:13 PM, Hannes Magnusson bj...@php.net wrote: It is, -g so, you can either do $ SHOW_ONLY_GROUPS=FAIL,WARN make test or

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

2011-09-01 Thread Ulf Wendel
uw Thu, 01 Sep 2011 11:27:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315969 Log: Hack around http://bugs.mysql.com/62320 Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/mysqli_last_insert_id.phpt U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/run-tests.php branches/PHP_5_4/run-tests.php trunk/run-tests.php

2011-09-01 Thread Hannes Magnusson
I did want to use -v at first, but that has a completely different meaning already. Its really only useful when looking at what is going on in a single testcase to debug run-tests :] -Hannes On Thu, Sep 1, 2011 at 13:26, Pierre Joye pierre@gmail.com wrote: ah right, I miss this part of the

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/tests/basic/bug51709_1.phpt branches/PHP_5_4/tests/basic/bug51709_1.phpt trunk/tests/basic/bug51709_1.phpt

2011-09-01 Thread Pierre Joye
pajoye Thu, 01 Sep 2011 11:40:23 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315970 Log: - consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4 Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/tests/basic/bug51709_2.phpt branches/PHP_5_4/tests/basic/bug51709_2.phpt trunk/tests/basic/bug51709_2.phpt

2011-09-01 Thread Pierre Joye
pajoye Thu, 01 Sep 2011 11:40:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315971 Log: - consider that bison 2.x is used. updated our ci boxes accordingly (windows too), which were using 1.4 Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_next_result.phpt branches/PHP_5_3/ext/mysqli/tests/mysqli_stmt_execute_stored_proc_out.phpt branches/PHP_

2011-09-01 Thread Ulf Wendel
uw Thu, 01 Sep 2011 11:48:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315972 Log: Simplify mysqlnd debug trace marginally for debugging Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/mysql/php_mysql.c branches/PHP_5_4/ext/mysqli/mysqli.c branches/PHP_5_4/ext/mysqlnd/mysqlnd.c branches/PHP_5_4/ext/mysqlnd/mysqlnd.h branches/PHP_5_4/

2011-09-01 Thread Johannes Schlüter
johannes Thu, 01 Sep 2011 12:04:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315975 Log: - Fix TSRM build Changed paths: U php/php-src/branches/PHP_5_4/ext/mysql/php_mysql.c U php/php-src/branches/PHP_5_4/ext/mysqli/mysqli.c

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/tests/run-test/test010.phpt branches/PHP_5_4/tests/run-test/test010.phpt trunk/tests/run-test/test010.phpt

2011-09-01 Thread Pierre Joye
pajoye Thu, 01 Sep 2011 12:35:41 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315978 Log: - force LF eol style as this test depends on it Changed paths: _U php/php-src/branches/PHP_5_3/tests/run-test/test010.phpt _U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/tests/security/open_basedir_glob.phpt branches/PHP_5_4/tests/security/open_basedir_glob-win32.phpt branches/PHP_5_4/tests/security/open_basedir_glob.phpt

2011-09-01 Thread Pierre Joye
pajoye Thu, 01 Sep 2011 12:42:54 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315979 Log: - win and nux work the same way Changed paths: U php/php-src/branches/PHP_5_3/tests/security/open_basedir_glob.phpt D

[PHP-CVS] svn: /php/php-src/trunk/tests/security/ open_basedir_glob-win32.phpt

2011-09-01 Thread Pierre Joye
pajoye Thu, 01 Sep 2011 12:43:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315980 Log: - win and nux work the same way Changed paths: D php/php-src/trunk/tests/security/open_basedir_glob-win32.phpt Deleted:

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

2011-09-01 Thread Pierre Joye
pajoye Thu, 01 Sep 2011 12:49:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315981 Log: - fix test Changed paths: U php/php-src/branches/PHP_5_4/tests/security/open_basedir_parse_ini_file.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/run-tests.php branches/PHP_5_4/run-tests.php trunk/run-tests.php

2011-09-01 Thread Hannes Magnusson
bjoriThu, 01 Sep 2011 13:06:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315984 Log: Move the XFAILED printout way up the list so we can actually notice the really failing ones Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/tests/security/open_basedir_parse_ini_file.phpt trunk/tests/security/open_basedir_parse_ini_file.phpt

2011-09-01 Thread Hannes Magnusson
On Thu, Sep 1, 2011 at 14:49, Pierre Joye paj...@php.net wrote: pajoye                                   Thu, 01 Sep 2011 12:49:26 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315981 Log: - fix test Changed paths:    U  

Re: [PHP-CVS] svn: /php/php-src/trunk/tests/security/ open_basedir_glob-win32.phpt

2011-09-01 Thread Hannes Magnusson
On Thu, Sep 1, 2011 at 14:43, Pierre Joye paj...@php.net wrote: pajoye                                   Thu, 01 Sep 2011 12:43:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315980 Log: - win and nux work the same way Changed paths:    D  

Re: [PHP-CVS] svn: /php/php-src/trunk/tests/security/ open_basedir_glob-win32.phpt

2011-09-01 Thread Hannes Magnusson
On Thu, Sep 1, 2011 at 15:14, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Thu, Sep 1, 2011 at 14:43, Pierre Joye paj...@php.net wrote: pajoye                                   Thu, 01 Sep 2011 12:43:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315980 Log: -

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/mysqli/tests/bug51647.phpt branches/PHP_5_3/ext/mysqli/tests/bug55283.phpt branches/PHP_5_4/ext/mysqli/tests/bug51647.phpt branches/PHP_5_4/ext/mysqli

2011-09-01 Thread Ulf Wendel
uw Thu, 01 Sep 2011 13:17:16 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315985 Log: Check if MySQL server supports SSL and, if using mysqlnd, check if PHP streams will support SSL Changed paths: U

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

2011-09-01 Thread Pierre Joye
pajoye Thu, 01 Sep 2011 13:28:00 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315987 Log: - use %s, bad c/p Changed paths: U php/php-src/branches/PHP_5_4/tests/security/open_basedir_parse_ini_file.phpt U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/security/ open_basedir_glob-win32.phpt open_basedir_parse_ini_file.phpt

2011-09-01 Thread Pierre Joye
pajoye Thu, 01 Sep 2011 13:28:12 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315988 Log: - use %s, bad c/p Changed paths: D php/php-src/branches/PHP_5_3/tests/security/open_basedir_glob-win32.phpt U

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

2011-09-01 Thread Ulf Wendel
uw Thu, 01 Sep 2011 13:37:49 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315989 Log: Fixing tests debug output Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/004.phpt U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/ NEWS ext/simplexml/simplexml.c ext/simplexml/tests/008.phpt

2011-09-01 Thread Christian Stocker
chregu Thu, 01 Sep 2011 13:42:45 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315990 Log: Merge from Trunk simplexml-query returns empty array if no nodes were found and false if libxml thinks the xpath-expression was invalid. Behaves now the

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

2011-09-01 Thread Christian Stocker
chregu Thu, 01 Sep 2011 13:43:38 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315991 Log: added a NEWS entry about the change in XSL Changed paths: U php/php-src/branches/PHP_5_4/NEWS Modified: php/php-src/branches/PHP_5_4/NEWS

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

2011-09-01 Thread Ulf Wendel
uw Thu, 01 Sep 2011 14:04:52 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315992 Log: Fix test. First element within the parantheses is a SQL status code. Should please gcov Changed paths: U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/run-tests.php branches/PHP_5_4/run-tests.php trunk/run-tests.php

2011-09-01 Thread Johannes Schlüter
johannes Thu, 01 Sep 2011 14:52:55 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315995 Log: Improve speed of finding tests (no more CVS, we're on svn now) Changed paths: U php/php-src/branches/PHP_5_3/run-tests.php U

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

2011-09-01 Thread Ulf Wendel
uw Thu, 01 Sep 2011 15:25:15 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315996 Log: Can't reproduce the server has gone away messages, Andrey. Please, have a look. I tried MySQL 5.1, 5.5 and 5.6. Changed paths: U

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

2011-09-01 Thread Ulf Wendel
uw Thu, 01 Sep 2011 15:45:47 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315998 Log: Fixing error handling. Skip if load data is not allowed Changed paths: U php/php-src/branches/PHP_5_3/ext/mysql/tests/bug53649.phpt U

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

2011-09-01 Thread Ulf Wendel
uw Thu, 01 Sep 2011 16:35:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=315999 Log: Check for LOAD DATA support during SKIPIF Changed paths: U php/php-src/branches/PHP_5_3/ext/mysqli/tests/bug53503.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/dba/tests/dba_cdb_make.phpt trunk/ext/dba/tests/dba_cdb_make.phpt

2011-09-01 Thread Christopher Jones
sixd Thu, 01 Sep 2011 19:01:37 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316006 Log: Prevent the magic quotes fatal error causing a diff Changed paths: U php/php-src/branches/PHP_5_4/ext/dba/tests/dba_cdb_make.phpt U

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

2011-09-01 Thread Daniel Convissor
danielc Thu, 01 Sep 2011 19:07:13 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316007 Log: Make test work with database other than test. Changed paths: U php/php-src/branches/PHP_5_4/ext/mysqli/tests/mysqli_free_result.phpt Modified:

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

2011-09-01 Thread Christopher Jones
sixd Thu, 01 Sep 2011 19:27:14 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316009 Log: Unmatched %s was still diffing on Linux. Now it matches the whitespace at a minimum Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/basic/ bug51709_1.phpt bug51709_2.phpt

2011-09-01 Thread Ferenc Kovacs
tyrael Thu, 01 Sep 2011 22:42:35 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316013 Log: revert to the previous good revision, as the new improved parse error syntax only used in version = 5.4 Changed paths: U

[PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/lang/ bug21820.phpt

2011-09-01 Thread Ferenc Kovacs
tyrael Thu, 01 Sep 2011 22:45:18 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316015 Log: revert to the previous good revision, as the new improved parse error syntax only used in version = 5.4 Changed paths: U

Re: [PHP-CVS] svn: /php/php-src/branches/PHP_5_3/tests/lang/ bug21820.phpt

2011-09-01 Thread Pierre Joye
You just made the exact opposite of what you wanted to achieve. If you can't test with both versions then please don't touch that part... On Sep 2, 2011 12:45 AM, Ferenc Kovacs tyr...@php.net wrote: tyrael Thu, 01 Sep 2011 22:45:18 + Revision:

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

2011-09-01 Thread Gustavo André dos Santos Lopes
cataphract Fri, 02 Sep 2011 05:14:32 + Revision: http://svn.php.net/viewvc?view=revisionrevision=316019 Log: - Use our external entity loader only in the context of a PHP request. Changed paths: U php/php-src/branches/PHP_5_4/ext/libxml/libxml.c U