[PHP-CVS] cvs: php4 / README.TESTING

2003-03-19 Thread David Hill
ddhill Wed Mar 19 13:04:18 2003 EDT Modified files: /php4 README.TESTING Log: Correcting example to use proper variable - NO_INTERACTION Index: php4/README.TESTING diff -u php4/README.TESTING:1.20 php4/README.TESTING:1.21 --- php4/README.TESTING:1.20

[PHP-CVS] cvs: php4 / README.TESTING

2003-01-20 Thread Sascha Schumann
sas Mon Jan 20 10:07:20 2003 EDT Modified files: /php4 README.TESTING Log: test commit Index: php4/README.TESTING diff -u php4/README.TESTING:1.19 php4/README.TESTING:1.20 --- php4/README.TESTING:1.19Sun Jan 19 09:22:19 2003 +++ php4/README.TESTING

[PHP-CVS] cvs: php4 / README.TESTING

2003-01-19 Thread Derick Rethans
derick Sun Jan 19 09:22:19 2003 EDT Modified files: /php4 README.TESTING Log: - Moved to http://qa.php.net/write-test.php Index: php4/README.TESTING diff -u php4/README.TESTING:1.18 php4/README.TESTING:1.19 --- php4/README.TESTING:1.18Wed Oct 30 07

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

2002-10-30 Thread Marcus Börger
helly Wed Oct 30 07:18:48 2002 EDT Modified files: /php4 README.TESTING run-tests.php Log: Enough discussion on display_erros it seems Index: php4/README.TESTING diff -u php4/README.TESTING:1.17 php4/README.TESTING:1.18 --- php4/README.TESTING:1.17

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

2002-10-26 Thread Derick Rethans
On Sun, 27 Oct 2002, Marcus Börger wrote: > At 21:39 26.10.2002, Derick Rethans wrote: > >On Sat, 26 Oct 2002, Marcus Börger wrote: > > > > > helly Sat Oct 26 12:54:30 2002 EDT > > > > > > Modified files: > > > /php4 README.TESTING run-tests.php > > > Log: > > > -introduce EX

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 19:49:25 2002 EDT Modified files: /php4 README.TESTING Log: Only in EXPECTREGEX Index: php4/README.TESTING diff -u php4/README.TESTING:1.16 php4/README.TESTING:1.17 --- php4/README.TESTING:1.16Sat Oct 26 12:54:30 2002 +++ php4/REA

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

2002-10-26 Thread Marcus Börger
At 21:39 26.10.2002, Derick Rethans wrote: On Sat, 26 Oct 2002, Marcus Börger wrote: > helly Sat Oct 26 12:54:30 2002 EDT > > Modified files: > /php4 README.TESTING run-tests.php > Log: > -introduce EXPECTREGEX > -add %c for EXPECTF > #i think we must escape the special

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

2002-10-26 Thread Derick Rethans
On Sat, 26 Oct 2002, Marcus Börger wrote: > helly Sat Oct 26 12:54:30 2002 EDT > > Modified files: > /php4 README.TESTING run-tests.php > Log: > -introduce EXPECTREGEX > -add %c for EXPECTF > #i think we must escape the special characters for EXPECTF: ".()

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

2002-10-26 Thread Melvyn Sopacua
At 18:54 26-10-2002, Marcus Börger wrote: helly Sat Oct 26 12:54:30 2002 EDT Modified files: /php4 README.TESTING run-tests.php Log: -introduce EXPECTREGEX -add %c for EXPECTF #i think we must escape the special characters for EXPECTF: ".()" and such The line belo

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

2002-10-26 Thread Marcus Börger
helly Sat Oct 26 12:54:30 2002 EDT Modified files: /php4 README.TESTING run-tests.php Log: -introduce EXPECTREGEX -add %c for EXPECTF #i think we must escape the special characters for EXPECTF: ".()" and such Index: php4/README.TESTING diff -u php

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-25 Thread Ilia Alshanetsky
iliaa Fri Oct 25 14:09:55 2002 EDT Modified files: /php4 README.TESTING Log: Added note about error reporting in tests. Index: php4/README.TESTING diff -u php4/README.TESTING:1.14 php4/README.TESTING:1.15 --- php4/README.TESTING:1.14Fri Oct 25 07:

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 07:17:45 2002 EDT Modified files: /php4 README.TESTING Log: update Index: php4/README.TESTING diff -u php4/README.TESTING:1.13 php4/README.TESTING:1.14 --- php4/README.TESTING:1.13Wed Oct 23 20:00:26 2002 +++ php4/README.TESTING F

Re: [PHP-CVS] cvs: php4 / README.TESTING

2002-10-24 Thread Melvyn Sopacua
At 01:26 24-10-2002, Marcus Börger wrote: Shouldn't we allow "-" in %i, too? I would like the following: %i = [+\-]?[0-9]+ %d = [0-9]+ %f = [+\-]?\.?[0-9]+\.?[0-9]* +1 on that. Met vriendelijke groeten / With kind regards, Webmaster IDG.nl Melvyn Sopacua -- PHP CVS Mailing List (http://ww

Re: [PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Derick Rethans
On Thu, 24 Oct 2002, Marcus Börger wrote: > Shouldn't we allow "-" in %i, too? > I would like the following: > > %i = [+\-]?[0-9]+ > %d = [0-9]+ > %f = [+\-]?\.?[0-9]+\.?[0-9]* +1 on that... good thinking :)... but -.0.3 is also possible with the "%f" case now ... regards, Derick -- ---

Re: [PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Adam Maccabee Trachtenberg
On Thu, 24 Oct 2002, Marcus Börger wrote: > Shouldn't we allow "-" in %i, too? > I would like the following: > > %i = [+\-]?[0-9]+ > %d = [0-9]+ > %f = [+\-]?\.?[0-9]+\.?[0-9]* Isn't there a spec for printf() style options? These may be good settings, but I think it's much better to follow the s

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 20:00:26 2002 EDT Modified files: /php4 README.TESTING Log: additions Index: php4/README.TESTING diff -u php4/README.TESTING:1.12 php4/README.TESTING:1.13 --- php4/README.TESTING:1.12Wed Oct 23 17:44:43 2002 +++ php4/README.TESTIN

Re: [PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Marcus Börger
Shouldn't we allow "-" in %i, too? I would like the following: %i = [+\-]?[0-9]+ %d = [0-9]+ %f = [+\-]?\.?[0-9]+\.?[0-9]* marcus At 15:08 23.10.2002, Derick Rethans wrote: On Wed, 23 Oct 2002, Marcus Börger wrote: > helly Wed Oct 23 08:59:18 2002 EDT > > Modified files: > /php4

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Jon Parise
jon Wed Oct 23 17:44:43 2002 EDT Modified files: /php4 README.TESTING Log: Correct mispellings and some word misuse. Index: php4/README.TESTING diff -u php4/README.TESTING:1.11 php4/README.TESTING:1.12 --- php4/README.TESTING:1.11Wed Oct 23 17:3

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 17:32:09 2002 EDT Modified files: /php4 README.TESTING Log: Provide an example cron script, to invite people to test. Index: php4/README.TESTING diff -u php4/README.TESTING:1.10 php4/README.TESTING:1.11 --- php4/README.TESTING

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 17:21:08 2002 EDT Modified files: /php4 README.TESTING Log: no more looking Index: php4/README.TESTING diff -u php4/README.TESTING:1.9 php4/README.TESTING:1.10 --- php4/README.TESTING:1.9 Wed Oct 23 17:15:08 2002 +++ php4/

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 17:15:08 2002 EDT Modified files: /php4 README.TESTING Log: statis->status clarity on the exit status Index: php4/README.TESTING diff -u php4/README.TESTING:1.8 php4/README.TESTING:1.9 --- php4/README.TESTING:1.8 Wed Oct

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 16:56:09 2002 EDT Modified files: /php4 README.TESTING Log: Some english fixes Added docs for automated testing. Now telling the current version of the truth about ini settings :) Be more verbose about QA goals intentions and

Re: [PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Andrey Hristov
- Original Message - From: "Marcus Börger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 23, 2002 3:59 PM Subject: [PHP-CVS] cvs: php4 / README.TESTING > + > +/ext/standard/tests/strings 003.phpt is a good example for using EXPECTF >

Re: [PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Derick Rethans
On Wed, 23 Oct 2002, Marcus Börger wrote: > helly Wed Oct 23 08:59:18 2002 EDT > > Modified files: > /php4 README.TESTING > Log: > update and correct > > > +/ext/standard/tests/strings 003.phpt is a good example for using EXPECTF > +instead of EXPECT. F

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 08:59:18 2002 EDT Modified files: /php4 README.TESTING Log: update and correct Index: php4/README.TESTING diff -u php4/README.TESTING:1.6 php4/README.TESTING:1.7 --- php4/README.TESTING:1.6 Tue Oct 22 05:00:51 2002 +++ php4/README

Re: [PHP-CVS] cvs: php4 / README.TESTING /ext/skeleton/tests 001.phpt

2002-10-22 Thread Andi Gutmans
At 09:00 AM 10/22/2002 +, Marcus Börger wrote: +The php file will be generated allways. You've got a typo in always. Andi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 / README.TESTING /ext/skeleton/tests 001.phpt

2002-10-22 Thread Marcus Börger
helly Tue Oct 22 05:00:53 2002 EDT Modified files: /php4 README.TESTING /php4/ext/skeleton/tests001.phpt Log: Update documentation Index: php4/README.TESTING diff -u php4/README.TESTING:1.5 php4/README.TESTING:1.6 --- php4/README.TESTING:1.5

[PHP-CVS] cvs: php4 / README.TESTING

2002-09-12 Thread Marcus Börger
helly Thu Sep 12 10:25:30 2002 EDT Modified files: /php4 README.TESTING Log: Update info and synch example test. Index: php4/README.TESTING diff -u php4/README.TESTING:1.4 php4/README.TESTING:1.5 --- php4/README.TESTING:1.4 Mon Mar 18 01:06:00 20