[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2002-09-04 Thread Sebastian Bergmann
"Marcus Börger" wrote: > helly Wed Sep 4 11:30:59 2002 EDT > > Modified files: > /php4/sapi/cgi cgi_main.c > Log: > Fix headers when default content type is used. > #THIS fixes the problems with error_log() Thank you! -- Sebastian Bergmann http://sebastian-berg

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-11 Thread Markus Fischer
Hi, that's even better! :) - Markus On Sat, May 11, 2002 at 03:42:00PM +0200, Stig S. Bakken wrote : > "php-config" is for displaying information like this without the need > for further parsing. Why not just add --zend-module-api > --php-module-api and --zend-ext-api flags to php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-11 Thread Stig S. Bakken
"php-config" is for displaying information like this without the need for further parsing. Why not just add --zend-module-api --php-module-api and --zend-ext-api flags to php-config outputting the number and nothing else? - Stig On Sat, 2002-05-11 at 04:00, Markus Fischer wrote: > Hi, > >

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-11 Thread Edin Kadribasic
> > A "de facto" standard stating -v is for version information. And please > > PLEASE don't use RPM as a model for software development. > > It is NOT a model for me. It was just the quickest thing I > could find. I've seen numerous apps using switches this way > in the past years, t

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-11 Thread Markus Fischer
On Sat, May 11, 2002 at 06:43:54AM -0400, Dan Kalowsky wrote : > On Sat, 11 May 2002, Markus Fischer wrote: > > > > Someone came up that it may be a use for PECL modules (or any > > C extension) which relies on a certain API number. Maybe Stig > > can see a use for it? Blame Derick wh

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cliphp_cli.c

2002-05-11 Thread Dan Kalowsky
On Sat, 11 May 2002, Markus Fischer wrote: > > Someone came up that it may be a use for PECL modules (or any > C extension) which relies on a certain API number. Maybe Stig > can see a use for it? Blame Derick who came up with the idea > (I think ? :-) *hides*. I'm still not buyin

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cliphp_cli.c

2002-05-10 Thread derick
On Sat, 11 May 2002, Edin Kadribasic wrote: > > $ php -vv > > PHP 4.3.0-dev (cli), Copyright (c) 1997-2002 The PHP Group > > Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies > > PHP_VERSION_API 20020510 > > ZEND_EXTENSION_API_NO 20020510 > > ZEND_MODULE_API_NO

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-10 Thread Markus Fischer
On Sat, May 11, 2002 at 12:33:21AM -0400, Dan Kalowsky wrote : > On Sat, 11 May 2002, Markus Fischer wrote: > > > > $ php -v > > PHP 4.3.0-dev (cli) > > Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies > > PHP_VERSION_API 20020510 > > ZEND_EXTENSION_API_NO 2002051

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cliphp_cli.c

2002-05-10 Thread Dan Kalowsky
On Sat, 11 May 2002, Markus Fischer wrote: > > $ php -v > PHP 4.3.0-dev (cli) > Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies > PHP_VERSION_API 20020510 > ZEND_EXTENSION_API_NO 20020510 > ZEND_MODULE_API_NO 20020510 While this may look ugly, I'd say stick w

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cliphp_cli.c

2002-05-10 Thread Yasuo Ohgaki
Edin Kadribasic wrote: >>$ php -vv >>PHP 4.3.0-dev (cli), Copyright (c) 1997-2002 The PHP Group >>Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies >>PHP_VERSION_API 20020510 >>ZEND_EXTENSION_API_NO 20020510 >>ZEND_MODULE_API_NO 20020510 > > > On second though

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-10 Thread Edin Kadribasic
> $ php -vv > PHP 4.3.0-dev (cli), Copyright (c) 1997-2002 The PHP Group > Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies > PHP_VERSION_API 20020510 > ZEND_EXTENSION_API_NO 20020510 > ZEND_MODULE_API_NO 20020510 On second thought, do we really need this. Can

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-10 Thread Markus Fischer
On Sat, May 11, 2002 at 04:22:48AM +0200, Edin Kadribasic wrote : > > $ php -v > > PHP 4.3.0-dev (cli) > > Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies > > PHP_VERSION_API 20020510 > > ZEND_EXTENSION_API_NO 20020510 > > ZEND_MODULE_API_NO 20020510 > > > >

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-10 Thread Edin Kadribasic
> $ php -v > PHP 4.3.0-dev (cli) > Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies > PHP_VERSION_API 20020510 > ZEND_EXTENSION_API_NO 20020510 > ZEND_MODULE_API_NO 20020510 > > ? > > Hmm, now looking again, this looks ugly :) Would it make > sens

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cliphp_cli.c

2002-05-10 Thread Yasuo Ohgaki
Markus Fischer wrote: > Hmm, now looking again, this looks ugly :) Would it make > sense to have > > $ php -v > PHP 4.3.0-dev (cli) > Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies > > and > > $ php -vv > PHP 4.3.0-dev (cli) > Zend Engine v1.2.

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-10 Thread Markus Fischer
Hi, On Sat, May 11, 2002 at 10:45:12AM +0900, Yasuo Ohgaki wrote : > Markus Fischer wrote: > >Hi, > > > >I've modified the out now to look something like > > > >$ php -v > >PHP 4.3.0-dev (cli) > >Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies > > > >Der

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cliphp_cli.c

2002-05-10 Thread Yasuo Ohgaki
Markus Fischer wrote: > Hi, > > I've modified the out now to look something like > > $ php -v > PHP 4.3.0-dev (cli) > Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies > > Derick suggested also to add some other internal version > numbers like module abou

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-10 Thread Markus Fischer
Hi, I've modified the out now to look something like $ php -v PHP 4.3.0-dev (cli) Zend Engine v1.2.1, Copyright (c) 1998-2002 Zend Technologies Derick suggested also to add some other internal version numbers like module about for both PHP and Zend. We just need

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cliphp_cli.c

2002-05-10 Thread derick
On Fri, 10 May 2002, Markus Fischer wrote: [...] > Shouldn't we move the Zend Engine version output to php -v > too and let -m only list the modules -v only all the version > numbers ? Sounds like a good idea to me, and then we can also output the 3 different kidns of API NOs to ph

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c /sapi/cli php_cli.c

2002-05-10 Thread Markus Fischer
Hi, $ php -v 4.3.0-dev (cli) but $ php -m Running PHP 4.3.0-dev Zend Engine v2.0.0-dev, Copyright (c) 1998-2002 Zend Technologies [PHP Modules] xml tokenizer standard session posix pcre overload mysql mbstring ctype

RE: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2002-03-06 Thread James Cox
> Derick Rethans wrote: > > derick Wed Mar 6 06:31:56 2002 EDT > > > > Modified files: > > /php4/sapi/cgi cgi_main.c > > Log: > > - Remove unused variables > > cgi_main.c please put these back :) -- PHP Development Mailing List To unsubscribe, vi

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2002-03-06 Thread Sebastian Bergmann
Derick Rethans wrote: > derick Wed Mar 6 06:31:56 2002 EDT > > Modified files: > /php4/sapi/cgi cgi_main.c > Log: > - Remove unused variables cgi_main.c \home\php\php4\sapi\cgi\cgi_main.c(475): error C2065: 'force_redirect': undeclared identifier \home\php\php4\sapi\cgi\c

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-05-23 Thread Stig Sæther Bakken
Yes I think it should. - Stig ["Shane Caraveo" <[EMAIL PROTECTED]>] > Can this be put into the 4.0.6 tree? > > - Original Message - > From: "Shane Caraveo" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, May 22, 2001 4:05 PM > Subject: [PHP-CVS] cvs: php4 /sapi/cgi cgi_

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-05-23 Thread Shane Caraveo
Can this be put into the 4.0.6 tree? - Original Message - From: "Shane Caraveo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 22, 2001 4:05 PM Subject: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c > shane Tue May 22 16:05:09 2001 EDT > > Modified files: >

[PHP-DEV] Re: [PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2001-04-30 Thread Andi Gutmans
At 09:14 AM 5/1/2001 +0200, Sebastian Bergmann wrote: >Sterling Hughes wrote: > > sterlingMon Apr 30 20:48:27 2001 EDT > > > > Modified files: > > /php4/sapi/cgi cgi_main.c > > Log: > > fix for bug 6491, http://www.php.net/bugs.php?id=6491, removes a > > bit of (wh