History log of /PHP-7.0/main/SAPI.c (Results 276 – 300 of 344)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ...


# 80bdd19e 11-Feb-2000 Zeev Suraski

Fine tune Andi's patch


# 49e98c3d 10-Feb-2000 Zeev Suraski

request_info.c is dead! long live SAPI
@- Finished the server abstraction layer; All of the PHP code is now shared
@ across different servers (Apache, CGI, IIS, etc.), except for thin
@

request_info.c is dead! long live SAPI
@- Finished the server abstraction layer; All of the PHP code is now shared
@ across different servers (Apache, CGI, IIS, etc.), except for thin
@ interface modules (Zeev)

show more ...


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# 9709f7ec 10-Feb-2000 Zeev Suraski

The last patch wasn't that good, fix


# 25b5cb95 10-Feb-2000 Zeev Suraski

More protection...


# 42765d50 10-Feb-2000 Zeev Suraski

Only activate if we're inside an actual request


# 41f6bca9 10-Feb-2000 Zeev Suraski

More cleanup!


# 0fd89aa2 10-Feb-2000 Zeev Suraski

More cleanup - move getenv() to SAPI


# 7d926a0e 10-Feb-2000 Zeev Suraski

More cleanup...


1...<<11121314