History log of /PHP-5.3/main/SAPI.c (Results 176 – 200 of 252)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2b61d55b 01-Jul-2000 Rasmus Lerdorf

This is documented to not be case sensitive and it is not case sensitive
in PHP 3, so let's not make it case sensitive.
@Make the special Header("http/...") response be case insensitive like

This is documented to not be case sensitive and it is not case sensitive
in PHP 3, so let's not make it case sensitive.
@Make the special Header("http/...") response be case insensitive like 3.0 (Rasmus)

show more ...


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# d8a75cf7 23-Jun-2000 Andi Gutmans

- COMPILE_ERROR should only be used in Zend


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# 5c5ccc98 28-Apr-2000 Hartmut Holzgraefe

no more broken scripts by erroneously terminating header()'s argument
with a CR-LF


# 3220bb57 28-Apr-2000 Zeev Suraski

- Fix an invalid trick (it was valid when header() was using
zend_get_parameters(), but it became invalid when someone switched it
to zend_get_parameters_ex(), and I decided to remove it

- Fix an invalid trick (it was valid when header() was using
zend_get_parameters(), but it became invalid when someone switched it
to zend_get_parameters_ex(), and I decided to remove it anyway).
- Remove a redundant function call

show more ...


# e40268d0 20-Apr-2000 Andi Gutmans

- Add missing V_STAT()


# de0d3547 02-Apr-2000 Andi Gutmans

- Create dtor function


# 6a2da70f 02-Apr-2000 Andi Gutmans

- Virtual cwd compiles now (need to uncomment #define in php.h for it to
be enbaled right now).
It seems to work very basic stuff


# 53586378 01-Apr-2000 Zeev Suraski

@- Fix a problem when dealing with large POST blocks in CGI mode


# f72bcaa6 30-Mar-2000 Sascha Schumann

kill warning


Revision tags: PHP-4.0-RC1
# 1bcdb436 16-Mar-2000 Andi Gutmans

- Note quite sure why this wasn't done.


# 64df92e0 05-Mar-2000 Sam Ruby

Fix traps due to sapi_global not being initialized when ZTS is set
Don't trap if php.ini can't be read


# 88b31ecb 26-Feb-2000 Zeev Suraski

@- The string None is now recognized as a keyword by the php.ini processor, and
@ can be used to denote an empty string (Zeev)
- Added None keyword support to the INI parser
- Removed sp

@- The string None is now recognized as a keyword by the php.ini processor, and
@ can be used to denote an empty string (Zeev)
- Added None keyword support to the INI parser
- Removed specialized "none" code

show more ...


# ae08e050 26-Feb-2000 Thies C. Arntzen

(sapi_send_headers) fix leak


# a508bec8 26-Feb-2000 Zeev Suraski

- From CODING_STANDARDS:
[6] NEVER USE strncat(). If you're absolutely sure you know what you're doing,
check its man page again, and only then, consider using it, and even then,

- From CODING_STANDARDS:
[6] NEVER USE strncat(). If you're absolutely sure you know what you're doing,
check its man page again, and only then, consider using it, and even then,
try avoiding it.
strncat() is your enemy!
- Fix several SAPI services, get rid of the default_content_type (it's always
composed of the mime type and charset now).
- Win32 works again

show more ...


# 937db8cc 25-Feb-2000 Sam Ruby

Build failure on Win32:
error C2198: 'sapi_apply_default_charset' : too few actual parameters


# d23e5d83 25-Feb-2000 Stig Bakken

@- Implemented default_charset and default_mimetype config directives (Stig)
Implemented default_charset and default_mimetype configuration directives.
Started implementing ticks in PHP.


# 83d20ab3 25-Feb-2000 Thies C. Arntzen

fix obvious crash.

stig, in sgi-mode i still "only" get:

(haven't touched my .ini file in ages - and don't plan to)

X-Powered-By: PHP/4.0b5-dev
Content-type: iso-8859-1

fix obvious crash.

stig, in sgi-mode i still "only" get:

(haven't touched my .ini file in ages - and don't plan to)

X-Powered-By: PHP/4.0b5-dev
Content-type: iso-8859-1 <<< where is text/html?

show more ...


# ba03c9f2 24-Feb-2000 Stig Bakken

started implementing directives for default mimetype/charset


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 9b621d1c 19-Feb-2000 Zeev Suraski

Get the license right... (this won't make it to RC1 of B4)


# ae22fe4c 18-Feb-2000 Zeev Suraski

- Update .dsp's
- Fix a possible crash bug in failed file open error message
- Fix SAPI initialization issue that could lead to a crash


# 4549b969 17-Feb-2000 Zeev Suraski

Fix duplicate freeing


# a6393de6 17-Feb-2000 Zeev Suraski

Make POST handling the way it should be. RFC1867, and any future POST handlers we might
have in the future now obey to the variables_order directive, and there's a real way modular
way to ha

Make POST handling the way it should be. RFC1867, and any future POST handlers we might
have in the future now obey to the variables_order directive, and there's a real way modular
way to handle POST content.
This is all untested, BEFORE_SAPI_POST_PATCH_17_FEB_2000 tagged before submission
@- Made multipart/form-data content obey to the variables_order directive (Zeev)

show more ...


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# a5c143f4 16-Feb-2000 Zeev Suraski

- Update .dsp's
- Fix auth_user issue


# e9dcdb8f 15-Feb-2000 Zeev Suraski

@- Improved ISAPI module - it should no longer be necessary to set PHP as
@ an ISAPI filter, only as an ISAPI extension, unless you wish to perform
@ authentication using PHP. This didn't

@- Improved ISAPI module - it should no longer be necessary to set PHP as
@ an ISAPI filter, only as an ISAPI extension, unless you wish to perform
@ authentication using PHP. This didn't yet get enough testing, but it
@ should work (Zeev)
- Fixed auth_user/auth_password memory leak (I didn't have time to test it under
Apache, feedback welcome!)

show more ...


1234567891011