joostersTue Mar 27 08:29:45 2001 EDT
Modified files: (Branch: PHP_4_0_5)
/php4/sapi/fastcgi fastcgi.c
Log:
Changed header handling; before, we were somehow losing
Content-Type: text/html
Index: php4/sapi/fastcgi/fastcgi.c
diff -u php4/sapi/fastcgi/
joostersTue Mar 27 07:16:34 2001 EDT
Modified files:
/php4/sapi/fastcgi fastcgi.c
Log:
Changed header handling; before, we were somehow losing
Content-Type: text/html
Index: php4/sapi/fastcgi/fastcgi.c
diff -u php4/sapi/fastcgi/fastcgi.c:1.2 php4/
On Fri, 23 Mar 2001, Zeev Suraski wrote:
> If it crashes PHP though, it may give remote users a way to attack (even
> though I can't really think of one in this case)
No crash, but the POST data gets silently ignored.
--
Ben Mansell, <[EMAIL PROTECTED]>
On Thu, 22 Mar 2001, Derick Rethans wrote:
> On Thu, 22 Mar 2001, Ben Mansell wrote:
>
> > joostersThu Mar 22 10:48:51 2001 EDT
> >
> > Modified files:
> > /php4/sapi/fastcgi fastcgi.c
> > Log:
> > Fix a bug with POST requests.
joostersThu Mar 22 10:54:51 2001 EDT
Modified files:
/php4/sapi/cgi cgi_main.c
Log:
Fix a bug with POST requests. If the Content-Type header wasn't present,
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This wa
joostersThu Mar 22 10:48:51 2001 EDT
Modified files:
/php4/sapi/fastcgi fastcgi.c
Log:
Fix a bug with POST requests. If the Content-Type header wasn't present,
we were setting SG(request_info).content_type to NULL, instead of
an empty string. This was
joostersWed Mar 21 07:15:31 2001 EDT
Modified files:
/php4/ext/standard mail.c
Log:
UnixWare 7.1 does not have EX_TEMPFAIL or (as far as I can tell)
a concept of a temporary failure response to pclose().
Index: php4/ext/standard/mail.c
diff -u
joostersMon Mar 19 03:23:57 2001 EDT
Modified files:
/php4 README.Zeus
/php4/sapi/isapiconfig.m4
Log:
Altered README.Zeus to give instructions on building FastCGI.
Changed --with-zeus configure option into --with-isapi, since its more
de
|
| http://www.php.net/license/2_02.txt. |
| If you did not receive a copy of the PHP license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| [EMAIL PROTECTED] so we can mail you a copy immedia
joostersWed Mar 7 02:28:00 2001 EDT
Modified files:
/php4/sapi/isapiphp4isapi.c
Log:
Added support for Zeus SSL client certificate information.
Added SERVER_SIGNATURE to the environment.
Submitted by: [EMAIL PROTECTED]
Index: php4/sapi/is
joostersTue Mar 6 07:09:15 2001 EDT
Modified files:
/php4/sapi/isapiphp4isapi.c
Log:
Thread hashtable was being initialized with a size of 1! Changed to 128 as
a more sensible number.
# Also could change the 'expected resources' parameter from 1,
joostersTue Feb 27 05:29:22 2001 EDT
Modified files:
/php4/sapi/isapiphp4isapi.c
Log:
Added PHP_AUTH_USER, PHP_AUTH_PW and PHP_AUTH_TYPE environment variables
for Zeus/ISAPI, so basic authenication works.
Submitted by: [EMAIL PROTECTED]
In
joostersFri Feb 16 08:01:35 2001 EDT
Modified files:
/php4/sapi/isapiphp4isapi.c
Log:
Fixed non-threadsafe code: 'isapi_special_server_variables' was a static
buffer, and not allocated per-connection. Bad bad bad!
Index: php4/sapi/isapi/php4isa
joostersWed Jan 24 10:20:36 2001 EDT
Modified files:
/php4 README.Zeus
Log:
Added 'you must use gcc' comment to build instructions.
Index: php4/README.Zeus
diff -u php4/README.Zeus:1.7 php4/README.Zeus:1.8
--- php4/README.Zeus:1.7Tue Ja
joostersTue Jan 16 02:44:52 2001 EDT
Modified files:
/php4 README.Zeus
/php4/sapi/isapiphp4isapi.c
Log:
@ Support Zeus 3.3.8
Added changes to environment variable manipulations, to support Zeus 3.3.8
and increase compatibility between Ze
15 matches
Mail list logo