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
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
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
> > 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
>
> 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
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
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
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
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
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
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
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:
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
13 matches
Mail list logo