[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-07-07 Thread David Soria Parra
dsp Tue Jul 7 23:05:33 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: Reset TZ environment variable. Some tests assume that it's not set.

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-05-20 Thread Arnaud Le Blanc
lbarnaudWed May 20 09:23:15 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: set default value of precision ini setting, many tests depend on this

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-04-26 Thread Jani Taskinen
Hannes Magnusson kirjoitti: -// __DIR__ and FILE_BINARY is available from 5.3.0 +// __DIR__ is available from 5.3.0 if (PHP_VERSION_ID 50300) { define('__DIR__', realpath(dirname(__FILE__))); - define('FILE_BINARY', 0); + // FILE_BINARY is available from 5.2.7 Greeaat. I

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-04-25 Thread Jani Taskinen
janiSat Apr 25 16:54:50 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: - Fix bad check (Hannes, please test stuff you commit..) http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.61r2=1.226.2.37.2.62diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-04-25 Thread Jani Taskinen
janiSat Apr 25 17:12:12 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: Sync http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.62r2=1.226.2.37.2.63diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-04-16 Thread Hannes Magnusson
bjori Thu Apr 16 13:41:50 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: make it possible to run on 5.2.7 http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.59r2=1.226.2.37.2.60diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-04-16 Thread Hannes Magnusson
bjori Thu Apr 16 13:43:28 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: sync WS http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.60r2=1.226.2.37.2.61diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-03-12 Thread Zoe Slattery
zoe Thu Mar 12 20:45:43 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: refixing %r in run-tests.php (thanks iain lewis for the fix)

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2009-03-03 Thread Zoe Slattery
zoe Tue Mar 3 10:54:16 2009 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Added %r section http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.57r2=1.226.2.37.2.58diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-12-31 Thread Zoe Slattery
zoe Wed Dec 31 17:37:21 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Fixed bug #46845 Test expected to fail, but pass, don't cause error

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-12-10 Thread Lars Strojny
lstrojnyThu Dec 11 02:38:45 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFB: Fixing strict warning http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.54r2=1.226.2.37.2.55diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-12-09 Thread Jani Taskinen
janiTue Dec 9 15:21:33 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.53r2=1.226.2.37.2.54diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-12-08 Thread Jani Taskinen
janiMon Dec 8 12:35:54 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: - Sync with HEAD http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.52r2=1.226.2.37.2.53diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-12-06 Thread Zoe Slattery
zoe Sat Dec 6 12:02:24 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: More changes to allow the same tests to be used with PHP5 and PHP6

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-12-03 Thread Robin Fernandes
robinf Wed Dec 3 14:27:43 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Add support for %u|b% and %unicode_string_optional% to facilitate writing tests compatible with both 5_2 and HEAD.

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-11-07 Thread Scott MacVicar
scottmacSat Nov 8 02:05:04 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: Support versions of valgrind from SVN. The version is shown as 3.4.0.SVN Save the bunnies

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-10-19 Thread Johannes Schlüter
johannesSun Oct 19 18:07:04 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Add %S and %A to EXPECTF, they work like %s and %a but match empty strings, too

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-08-14 Thread Jani Taskinen
janiThu Aug 14 20:53:00 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: - Nuke annoying errors already silenced elsewhere too http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.46r2=1.226.2.37.2.47diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-07-23 Thread Jani Taskinen
janiWed Jul 23 13:43:05 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: some fixes to allow certain tests to pass regardless of system php.ini settins

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-03-13 Thread Felipe Pena
felipe Thu Mar 13 13:51:40 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Fix valgrind version validation (accepting valgrind-3.2.1-Debian)

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-01-13 Thread Greg Beaver
cellog Mon Jan 14 04:34:18 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: merge in cgi fixes from PHP_5_3 http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.43r2=1.226.2.37.2.44diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-01-09 Thread Antony Dovgal
Hello Greg. tests/basic/026.phpt fails after these patches. Either the test is wrong or the patches have b0rked it. Please take a look. --- 003+ string(9) a=1b=ZYX 003- string(10) a=1b=ZYX 004- --- -- Wbr, Antony Dovgal -- PHP CVS Mailing List

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-01-09 Thread Gregory Beaver
Antony Dovgal wrote: Hello Greg. tests/basic/026.phpt fails after these patches. Either the test is wrong or the patches have b0rked it. Please take a look. --- 003+ string(9) a=1b=ZYX 003- string(10) a=1b=ZYX 004- --- Hi Tony, The

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-01-05 Thread Greg Beaver
cellog Sat Jan 5 21:05:14 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: implement --FILE_EXTERNAL-- section for using an external file as --FILE--, use CGI for --EXPECTHEADERS--, fix --POST_RAW--

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2008-01-05 Thread Greg Beaver
cellog Sat Jan 5 21:39:47 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: remove potential preg warnings if --EXPECTHEADERS-- is combined with --EXPECTF-- or --EXPECTRE--

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php server-tests.php /sapi/cli php.1.in

2007-12-31 Thread Sebastian Bergmann
sebastian Tue Jan 1 06:15:49 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php server-tests.php /php-src/sapi/cli php.1.in Log: MFB: Leftover: Bump copyright year.

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-12-25 Thread Dmitry Stogov
dmitry Tue Dec 25 12:06:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Fixed %f regex http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.39r2=1.226.2.37.2.40diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-12-23 Thread Raghubansh Kumar
kraghubaMon Dec 24 04:24:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Changing the regex for %f so the it will match e-, e+ and e.

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-12-12 Thread Antony Dovgal
tony2001Wed Dec 12 20:21:57 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: add valgrind 3.3.0 support http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.37r2=1.226.2.37.2.38diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-11-21 Thread Jani Taskinen
janiWed Nov 21 08:20:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH:- Fixed bug #43035: ignore_repeated_errors=On causes lot of tests to fail

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-11-12 Thread Zoe Slattery
zoe Mon Nov 12 21:16:27 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: Changing the regex for %f so the it will match E-, E+ and E.

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php /ext/bz2/tests 005.phpt /ext/standard/tests/general_functions phpcredits.phpt phpinfo.phpt /ext/standard/tests/strings sha1.phpt /ext/zlib/tests 005

2007-09-14 Thread Nuno Lopes
nlopess Fri Sep 14 15:28:04 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php /php-src/ext/bz2/tests 005.phpt /php-src/ext/standard/tests/general_functions phpcredits.phpt

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-07-31 Thread Jani Taskinen
janiTue Jul 31 21:29:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH:- Allow using * in test filenames to match pattern http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.33r2=1.226.2.37.2.34diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-07-04 Thread Dmitry Stogov
dmitry Wed Jul 4 10:16:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Fixed make test http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.31r2=1.226.2.37.2.32diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-06-29 Thread Dmitry Stogov
dmitry Fri Jun 29 09:49:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Fixed CGI tests http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.30r2=1.226.2.37.2.31diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php /tests/basic 025.phpt

2007-06-05 Thread Antony Dovgal
tony2001Tue Jun 5 10:59:25 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php /php-src/tests/basic025.phpt Log: enable display_startup_errors, fix test

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php /sapi/cgi/tests include.inc

2007-05-27 Thread Antony Dovgal
tony2001Sun May 27 19:23:09 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php /php-src/sapi/cgi/tests include.inc Log: MFH

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-05-07 Thread Ilia Alshanetsky
iliaa Mon May 7 18:40:33 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Added support for --GZIP_POST-- and --DEFLATE_POST-- that allows emulation of compressed POST input

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-05-02 Thread Antony Dovgal
tony2001Wed May 2 15:41:06 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: add USE_ZEND_ALLOC env var http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.26r2=1.226.2.37.2.27diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-04-23 Thread Antony Dovgal
tony2001Mon Apr 23 11:19:15 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.25r2=1.226.2.37.2.26diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php /sapi/cgi/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt include.inc skipif.inc

2007-04-17 Thread Antony Dovgal
tony2001Tue Apr 17 19:49:26 2007 UTC Added files: (Branch: PHP_5_2) /php-src/sapi/cgi/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt include.inc skipif.inc

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-03-27 Thread Marcus Boerger
helly Tue Mar 27 20:28:06 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: - MFH Allow to load multipe extensions via -d http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.23r2=1.226.2.37.2.24diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-02-08 Thread Nuno Lopes
nlopess Thu Feb 8 15:22:03 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: convert all ereg*() calls to preg_match(), so that we become future-proof (ereg is scheduled for removal in PHP 6)

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2007-02-07 Thread Nuno Lopes
nlopess Wed Feb 7 11:31:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: use getenv() instead of _ENV enable multiple error reporting on the same test

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-12-28 Thread Nuno Lopes
nlopess Thu Dec 28 15:07:45 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: force tidy.clean_output=0 http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.19r2=1.226.2.37.2.20diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php /ext/filter filter.c /ext/filter/tests 041.phpt

2006-12-09 Thread Ilia Alshanetsky
iliaa Sat Dec 9 14:14:29 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/filter/tests 041.phpt Modified files: /php-src/ext/filter filter.c /php-srcrun-tests.php Log: Fixed handling of multiple cookies with the same name.

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-12-04 Thread Antony Dovgal
tony2001Mon Dec 4 13:07:26 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: look for tests in sapi/cli http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.17r2=1.226.2.37.2.18diff_format=u Index:

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-11-23 Thread Michael Wallner
Marcus Boerger wrote: Hello Michael, can you please also MFH to 4.4 - thanks Hi Marcus, PHP4's run-test doesn't support ENV sections. Regards, -- Michael -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-11-23 Thread Antony Dovgal
tony2001Thu Nov 23 20:06:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: do not set an env variable without a name and a value

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-11-22 Thread Michael Wallner
mikeWed Nov 22 10:45:06 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: - fix ENV section handling http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.15r2=1.226.2.37.2.16diff_format=u Index: php-src/run-tests.php

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-11-22 Thread Marcus Boerger
Hello Michael, can you please also MFH to 4.4 - thanks best regards marcus Wednesday, November 22, 2006, 11:45:06 AM, you wrote: mikeWed Nov 22 10:45:06 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: - fix ENV section

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php /tests/run-test test010.phpt

2006-09-14 Thread Nuno Lopes
nlopess Thu Sep 14 16:58:52 2006 UTC Added files: (Branch: PHP_5_2) /php-src/tests/run-test test010.phpt Modified files: /php-srcrun-tests.php Log: add --STDIN-- support

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-08-23 Thread Antony Dovgal
tony2001Wed Aug 23 07:03:00 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: make run-tests to work with directories containing spaces (bug #38558) Patch by danielc at analysisandsolutions dot com

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-08-21 Thread Dmitry Stogov
dmitry Tue Aug 22 05:00:52 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Fix make test on win32 http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.12r2=1.226.2.37.2.13diff_format=u Index: php-src/run-tests.php

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 10:29:20 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: make sure USE_ZEND_ALLOC is always 1 http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.10r2=1.226.2.37.2.11diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-08-14 Thread Antony Dovgal
tony2001Mon Aug 14 21:08:16 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: fix previous patch http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.11r2=1.226.2.37.2.12diff_format=u Index: php-src/run-tests.php

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-08-07 Thread Antony Dovgal
tony2001Mon Aug 7 21:27:41 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: suppress errors from date() if no date.timezone set don't try to look for libtool if $sys_libtool_path is empty

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-07-28 Thread Antony Dovgal
tony2001Fri Jul 28 12:58:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: MFH: disable --leak-check http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.8r2=1.226.2.37.2.9diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-07-26 Thread Antony Dovgal
tony2001Wed Jul 26 11:11:12 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: turn Off Zend MM and check for leaks when running tests through valgrind

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 10:48:11 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: now they are really equivalent.. http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.5r2=1.226.2.37.2.6diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-07-17 Thread Nuno Lopes
nlopess Mon Jul 17 11:43:48 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: make valgrind trace child processes. useful for the PCNTL extension (fork()), for example

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-07-16 Thread Ilia Alshanetsky
iliaa Mon Jul 17 03:57:31 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Don't use regex where none is needed. http://cvs.php.net/viewvc.cgi/php-src/run-tests.php?r1=1.226.2.37.2.4r2=1.226.2.37.2.5diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-05-24 Thread Dmitry Stogov
dmitry Wed May 24 13:28:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: Fixed CGI tests. http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.226.2.37.2.3r2=1.226.2.37.2.4diff_format=u Index: php-src/run-tests.php diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-05-16 Thread Marcus Boerger
helly Tue May 16 23:05:49 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: - MFH '_' is valid in test blocks http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.226.2.37.2.2r2=1.226.2.37.2.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) / run-tests.php

2006-05-10 Thread Marcus Boerger
helly Wed May 10 20:00:26 2006 UTC Modified files: (Branch: PHP_5_2) /php-srcrun-tests.php Log: - MFH add E_RECOVERABLE as default http://cvs.php.net/viewcvs.cgi/php-src/run-tests.php?r1=1.226.2.37r2=1.226.2.37.2.1diff_format=u Index: php-src/run-tests.php