[PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c

2003-01-21 Thread Sascha Schumann
sas Tue Jan 21 06:03:59 2003 EDT Modified files: /php4/main SAPI.h SAPI.c /php4/sapi/apache mod_php4.c Log: add sapi_get_target_uid/_gid for obtaining information about the non-privileged user the web server is running as. this is useful for creati

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c

2002-11-30 Thread Andi Gutmans
It'd probably be clearer to call the function sapi_force_http_1_0 (I just added an underscore). Andi At 03:28 AM 12/1/2002 +, Sascha Schumann wrote: sas Sat Nov 30 22:28:22 2002 EDT Modified files: /php4/main SAPI.c SAPI.h /php4/sapi/apache mod_php4.c Log: add a

[PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c

2002-11-30 Thread Sascha Schumann
sas Sat Nov 30 22:28:22 2002 EDT Modified files: /php4/main SAPI.c SAPI.h /php4/sapi/apache mod_php4.c Log: add a "force HTTP/1.0 response" facility to the SAPI layer this is necessary, when you want to take over control of a connection and the w

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c /sapi/thttpd thttpd.c

2002-11-29 Thread Sterling Hughes
> > And what if we want to change the initialization? I think it's nice the way > > it was and gives us a chance to change defaults. I don't see any good > > reason for nuking this. > > > struct { > "apache", > "Apache", > php_apache_register_hooks >

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-29 Thread Sascha Schumann
> And what if we want to change the initialization? I think it's nice the way > it was and gives us a chance to change defaults. I don't see any good > reason for nuking this. A value of zero means "this field is uninitialized - do whatever you think is the default". You can still change

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-29 Thread Andi Gutmans
At 08:07 PM 11/27/2002 +0100, Sascha Schumann wrote: On Wed, 27 Nov 2002, Andi Gutmans wrote: > At 07:57 PM 11/27/2002 +0100, Sascha Schumann wrote: > >On Wed, 27 Nov 2002, Andi Gutmans wrote: > > > > > Default initializations? > > > > The compiler does that just fine. > > Hmm, I'm either ver

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Sascha Schumann
On Wed, 27 Nov 2002, Andi Gutmans wrote: > At 07:57 PM 11/27/2002 +0100, Sascha Schumann wrote: > >On Wed, 27 Nov 2002, Andi Gutmans wrote: > > > > > Default initializations? > > > > The compiler does that just fine. > > Hmm, I'm either very tired or I completely misunderstood something. Since

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Andi Gutmans
At 07:57 PM 11/27/2002 +0100, Sascha Schumann wrote: On Wed, 27 Nov 2002, Andi Gutmans wrote: > Default initializations? The compiler does that just fine. Hmm, I'm either very tired or I completely misunderstood something. Since when does the compiler initialize struct's? (I know it does

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Sascha Schumann
On Wed, 27 Nov 2002, Andi Gutmans wrote: > Default initializations? The compiler does that just fine. - Sascha -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Andi Gutmans
Default initializations? Andi At 07:42 PM 11/27/2002 +0100, Sascha Schumann wrote: On Wed, 27 Nov 2002, Andi Gutmans wrote: > I would have prefered you to leave STANDARD_SAPI_MODULE_PROPERTIES. Why > didn't you put fd earlier? I don't think BC is much of an issue here. Or am > I missing somethi

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Sascha Schumann
On Wed, 27 Nov 2002, Andi Gutmans wrote: > I would have prefered you to leave STANDARD_SAPI_MODULE_PROPERTIES. Why > didn't you put fd earlier? I don't think BC is much of an issue here. Or am > I missing something? Can you explain to me what rational purpose that macro serves? - Sascha

Re: [PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c/sapi/thttpd thttpd.c

2002-11-27 Thread Andi Gutmans
I would have prefered you to leave STANDARD_SAPI_MODULE_PROPERTIES. Why didn't you put fd earlier? I don't think BC is much of an issue here. Or am I missing something? Andi At 05:15 AM 11/26/2002 +, Sascha Schumann wrote: sas Tue Nov 26 00:15:55 2002 EDT Modified files:

[PHP-CVS] cvs: php4 /main SAPI.c SAPI.h /sapi/apache mod_php4.c /sapi/thttpd thttpd.c

2002-11-25 Thread Sascha Schumann
sas Tue Nov 26 00:15:55 2002 EDT Modified files: /php4/main SAPI.c SAPI.h /php4/sapi/apache mod_php4.c /php4/sapi/thttpd thttpd.c Log: Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs. Index: php4/main/SAPI.c diff -u php4/main