Re: [PHP-CVS] cvs: php4 / run-tests.php

2003-02-18 Thread Derick Rethans
On Wed, 19 Feb 2003, Jani Taskinen wrote: > > Which php.ini option controls this..? > (AFAICS, this is available always, if the configure check > succeeds) disable_functions=proc_open and I appeared to have that one here and so I got weird errors. Derick --

Re: [PHP-CVS] cvs: php4 / run-tests.php

2003-02-18 Thread Jani Taskinen
Which php.ini option controls this..? (AFAICS, this is available always, if the configure check succeeds) --Jani On Tue, 18 Feb 2003, Derick Rethans wrote: >derick Tue Feb 18 15:07:59 2003 EDT > > Modified files: >/php4 run-tests.php

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-23 Thread Derick Rethans
On Sat, 23 Nov 2002, Marcus Boerger wrote: > helly Sat Nov 23 11:57:25 2002 EDT > > Modified files: > /php4 run-tests.php > Log: > Move up general tests > # if MFH is needed should be decided by QA team: because the output # sequence >changes Order doesnt

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-21 Thread Sander Roobol
On Thu, Nov 21, 2002 at 03:09:46PM -, Marcus Boerger wrote: > helly Thu Nov 21 10:09:46 2002 EDT > > Modified files: > /php4 run-tests.php > Log: > Force showing the question MFH? > -$test_dirs = array('tests', 'pear', 'ext'); > +$test_dirs = array('tests

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-15 Thread Marcus Börger
Ok that would have been easier perhaps :-) At 17:23 15.11.2002, Jon Parise wrote: On Fri, Nov 15, 2002 at 03:57:00PM -, Marcus Boerger wrote: > helly Fri Nov 15 10:57:00 2002 EDT > > Modified files: > /php4 run-tests.php > Log: > -Allow skip in upper letters. [...] >

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-15 Thread Jon Parise
On Fri, Nov 15, 2002 at 03:57:00PM -, Marcus Boerger wrote: > helly Fri Nov 15 10:57:00 2002 EDT > > Modified files: > /php4 run-tests.php > Log: > -Allow skip in upper letters. [...] > - if (ereg("^skip", trim($output))){ > +

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-07 Thread Derick Rethans
On Fri, 8 Nov 2002, Marcus Boerger wrote: > Never used it to try older versions? Say 4.2.3, 4.2.3-dev? > > marcus > > I saw your email problem is still there. How do i change my > email adress for the cvs commits from Marcus Börger to > Marcus Boerger? See: http://master.php.net/manage/users.ph

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-07 Thread Marcus Boerger
Never used it to try older versions? Say 4.2.3, 4.2.3-dev? marcus I saw your email problem is still there. How do i change my email adress for the cvs commits from Marcus Börger to Marcus Boerger? At 01:06 08.11.2002, Jani Taskinen wrote: Exactly what older versions do you mean here? I

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-11-07 Thread Jani Taskinen
Exactly what older versions do you mean here? It exists in 4.3.0-dev..so..? --Jani On Sat, 2 Nov 2002, Marcus Börger wrote: >helly Sat Nov 2 07:55:07 2002 EDT > > Modified files: >/php4 run-tests.php > Log: > older versions do not ha

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-28 Thread Marcus Börger
At 19:53 28.10.2002, Derick Rethans wrote: On Mon, 28 Oct 2002, Marcus Börger wrote: > At 19:29 28.10.2002, Derick Rethans wrote: > >On Mon, 28 Oct 2002, Marcus Börger wrote: > > > > > helly Mon Oct 28 13:19:38 2002 EDT > > > > > > Modified files: > > > /php4 run-tests.php > > >

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-28 Thread Derick Rethans
On Mon, 28 Oct 2002, Marcus Börger wrote: > At 19:29 28.10.2002, Derick Rethans wrote: > >On Mon, 28 Oct 2002, Marcus Börger wrote: > > > > > helly Mon Oct 28 13:19:38 2002 EDT > > > > > > Modified files: > > > /php4 run-tests.php > > > Log: > > > forgot 'error_log=' and 'rep

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-28 Thread Marcus Börger
At 19:29 28.10.2002, Derick Rethans wrote: On Mon, 28 Oct 2002, Marcus Börger wrote: > helly Mon Oct 28 13:19:38 2002 EDT > > Modified files: > /php4 run-tests.php > Log: > forgot 'error_log=' and 'report_memleaks=1' > #commenting on php-dev Please test! It now spits out

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-28 Thread Marcus Börger
Sorry for the mistake in the message and the additional line. I forgot to save first marcus At 19:19 28.10.2002, Marcus Börger wrote: helly Mon Oct 28 13:19:38 2002 EDT Modified files: /php4 run-tests.php Log: forgot 'error_log=' and 'report_memleaks=1' #commenti

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-28 Thread Derick Rethans
On Mon, 28 Oct 2002, Marcus Börger wrote: > helly Mon Oct 28 13:19:38 2002 EDT > > Modified files: > /php4 run-tests.php > Log: > forgot 'error_log=' and 'report_memleaks=1' > #commenting on php-dev Please test! It now spits out lots of debug info. This is

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-28 Thread Derick Rethans
On Mon, 28 Oct 2002, Marcus Börger wrote: > helly Mon Oct 28 12:17:50 2002 EDT > > Modified files: > /php4 run-tests.php > Log: > forgot 'error_log=' and 'report_memleaks=1' > #commenting on php-dev First commenting, then committing. Please revert, then we

[PHP-CVS] Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-28 Thread Ilia A.
On October 28, 2002 12:24 pm, you wrote: > First of all only some tests in ext/xslt were designed to present a > warning. I suggest this can be fixed by adding a --INI-- section disabling > the error messages. Sounds to me like you are adding hacks just for the sake of keeping that option. > > S

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-27 Thread Shane Caraveo
Forgot one other comment. bug 20127: fwrite to stdin does not work on windows. Shane Caraveo wrote: shane Sun Oct 27 20:43:54 2002 EDT Modified files: /php4 run-tests.php Log: fix getting ini values that contain the char = fix command line quoting. windows requires

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-25 Thread Melvyn Sopacua
At 21:27 25-10-2002, Marcus Börger wrote: It should not break any test...please send a list of those failed. ext/xslt/xslt-001.phpt (used to be 009.phpt). log_errors=1 on cli, is /dev/stderr. Ilia: Could you take a look at the message I sent regarding your fix of that test? There are other p

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-25 Thread Ilia A.
On October 25, 2002 03:27 pm, Marcus Börger wrote: > It should not break any test...please send a list of those failed. This particular option broke the tests where an error message was being generate by PHP as part of the test and then it's output compared as part of the PASS/FAIL check. It is

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-25 Thread Marcus Börger
It should not break any test...please send a list of those failed. marcus At 19:24 25.10.2002, Ilia Alshanetsky wrote: iliaa Fri Oct 25 13:24:10 2002 EDT Modified files: /php4 run-tests.php Log: The log_errors=1 breaks a number of tests and is useless for our purposes,

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-23 Thread Jan Lehnardt
Hi, On Wed, Oct 23, 2002 at 12:18:06PM +0200, Melvyn Sopacua wrote: > Ah - now I get why posting to QA gives me 'cc: command not found'. > > Any objections to using getenv('CC') and default to 'cc' when undefined? > > I for one don't have cc in my path and have set the CC=gcc in my profile, > fur

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-23 Thread Melvyn Sopacua
Ah - now I get why posting to QA gives me 'cc: command not found'. Any objections to using getenv('CC') and default to 'cc' when undefined? I for one don't have cc in my path and have set the CC=gcc in my profile, further more 'cc' may not be the compiler used. At 10:51 23-10-2002, Jan Lehnar

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-21 Thread Melvyn Sopacua
Good call on \s, but what's with the \$ ? Haven't used ereg functions in ages, but why should the $ be escaped? If this is mandatory, we should update the examples at: http://www.php.net/manual/en/ref.regex.php At 10:23 10/21/2002 +, Moriyoshi Koizumi wrote: moriyoshi Mon Oct

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-21 Thread Moriyoshi Koizumi
> Good call on \s, but what's with the \$ ? > Haven't used ereg functions in ages, but why should the $ be escaped? > > If this is mandatory, we should update the examples at: > http://www.php.net/manual/en/ref.regex.php Ah, that's not about regex. I suppose double quoted $ signs should always i

Re: [PHP-CVS] cvs: php4 / run-tests.php /ext/bz2/tests .cvsignore /ext/crack/tests .cvsignore /ext/ctype/tests .cvsignore /ext/cybermut/tests .cvsignore /ext/db/tests .cvsignore /ext/dbx/tests .cvsignore /ext/dio/tests .cvsignore /ext/domxml/tests .cvsignore /ext/exif/tests .cvsignore /ext/gmp/tests .cvsignore /ext/iconv/tests .cvsignore /ext/interbase/tests .cvsignore /ext/mbstring/tests .cvsignore /ext/mcrypt/tests .cvsignore /ext/mcve/tests .cvsignore /ext/ncurses/tests .cvsignore /ext/openssl/tests .cvsignore /ext/pcntl/tests .cvsignore /ext/pgsql/tests .cvsignore /ext/pspell/tests .cvsignore /ext/session/tests .cvsignore /ext/skeleton/tests .cvsignore /ext/standard/tests .cvsignore /ext/standard/tests/aggregation .cvsignore /ext/standard/tests/array .cvsignore /ext/standard/tests/assert .cvsignore /ext/standard/tests/file .cvsignore /ext/standard/tests/general_functions .cvsignore /ext/standard/tests/math .cvsignore /ext/standard/tests/reg .cvsignore /ext/standard/tests/serialize .cvsignore /ext/standard/tests/strings .cvsignore /ext/standard/tests/time .cvsignore /ext/standard/tests/versioning .cvsignore /ext/sysvmsg/tests .cvsignore /ext/xml/tests .cvsignore /ext/xslt/tests .cvsignore /ext/zip/tests .cvsignore /ext/zlib/tests .cvsignore /pear/Console/tests .cvsignore /pear/tests .cvsignore /tests .cvsignore /tests/basic .cvsignore /tests/classes .cvsignore /tests/func .cvsignore /tests/lang .cvsignore /tests/strings .cvsignore

2002-10-03 Thread Marcus Börger
Oh thanks, seems like i have forgotten that. marcus At 00:31 03.10.2002, Jani Taskinen wrote: >sniper Wed Oct 2 18:31:38 2002 EDT > > Modified files: > /php4 run-tests.php > /php4/ext/bz2/tests .cvsignore > /php4/ext/crack/tests .cvsignore > /php4/ext/ctyp

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-01 Thread Marcus Börger
I was working on this one too and thought about listing all skipped directories. I also thought about a special skip file that allows to skip all tests in a directory by one file. This came to my mind when seeing many extensions having an include file that is used for the skip section. Will we re