Re: [PHP-DEV] sapi/cli broken in HEAD?

2002-03-27 Thread derick
On Wed, 27 Mar 2002, Wez Furlong wrote: > Hi Derick, > > If you can run "make test", then it's OK. Make test runs the cgi in the release branch, so 'make test' wont show problems. Any other testing method? Derick -- PHP Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] sapi/cli broken in HEAD?

2002-03-27 Thread Marcus Börger
As far as i can see now cli in 4.2.0 is o.k. The patch is only needed for HEAD. There are points to discuss but at current time the developing group is a bit uncertain. For me both 4.2.0 and HEAD should set safe_mode to off by default. Currently i cannot check with 4.2.0 tried to update and no

Re: [PHP-DEV] sapi/cli broken in HEAD?

2002-03-27 Thread Wez Furlong
Hi Marcus, That patch does allow make test to run again; thanks. I don't want to sound angry, or like I "own" php-dev or php CVS or anything, but we should all be doing each other the favour of at least trying everything that we can to check that our submissions don't break too much. It's under

Re: [PHP-DEV] sapi/cli broken in HEAD?

2002-03-27 Thread Wez Furlong
Hi Derick, If you can run "make test", then it's OK. --Wez. On 28/03/02, [EMAIL PROTECTED] wrote: > Hello, > > is there something broken in the release branch too? > > Derick -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] sapi/cli broken in HEAD?

2002-03-27 Thread derick
Hello, is there something broken in the release branch too? Derick On Wed, 27 Mar 2002, Marcus Börger wrote: > So one problem is my last 'fix' : i commited the older version ***sorry on > that*** > before realising that one of its reasons was wrong (See Kristians mail > http://lists.php.net/

Re: [PHP-DEV] sapi/cli broken in HEAD?

2002-03-27 Thread Marcus Börger
So one problem is my last 'fix' : i commited the older version ***sorry on that*** before realising that one of its reasons was wrong (See Kristians mail http://lists.php.net/article.php?group=php.dev&article=81817): The file must start like this: #!/usr/bin/php -f and not #!/usr/bin/php -- cvs -

Re: [PHP-DEV] sapi/cli broken in HEAD?

2002-03-27 Thread Wez Furlong
Actually, I'm getting a bit tired of things breaking so much recently; (the multiple function declaration in class thing and now this cli thing) can people checking code into CVS try to make sure that it compiles and that "make test" runs without too much trouble? It really is there for a purpose

Re: [PHP-DEV] sapi/cli broken in HEAD?

2002-03-27 Thread Wez Furlong
Rolling back to php_cli.c revision 1.10 fixes this for me. On 27/03/02, "Wez Furlong" <[EMAIL PROTECTED]> wrote: > Hey, > > "make test" does not work for me anymore. > It seems that "./sapi/cli/php run-tests.php" goes into an infinite wait while > parsing the script, whereas "./sapi/cli/php < ru

[PHP-DEV] sapi/cli broken in HEAD?

2002-03-27 Thread Wez Furlong
Hey, "make test" does not work for me anymore. It seems that "./sapi/cli/php run-tests.php" goes into an infinite wait while parsing the script, whereas "./sapi/cli/php < run-tests.php" will run, but none of the tests will succeed. Can anyone else confirm this? --Wez. -- PHP Development Ma