History log of /PHP-5.6/main/SAPI.c (Results 251 – 275 of 312)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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...


# f452c776 10-Feb-2000 Andi Gutmans

- Introduce PHP_WIN32


# 073b1481 10-Feb-2000 Zeev Suraski

More abstraction


# 8055da98 04-Feb-2000 Zeev Suraski

Use the new state functions
@- If header information is sent after output has already been sent, the warning
@ message will now state the filename and line number at which the first output

Use the new state functions
@- If header information is sent after output has already been sent, the warning
@ message will now state the filename and line number at which the first output
@ was made (Zeev)

show more ...


Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 972631be 13-Jan-2000 Zeev Suraski

- Added flush() support to SAPI
- Got rid of the old flush() implemenetation in favour of the new one
- Added implicit_flush() support to the output buffering layer.
@- Added implicit_flu

- Added flush() support to SAPI
- Got rid of the old flush() implemenetation in favour of the new one
- Added implicit_flush() support to the output buffering layer.
@- Added implicit_flush() to control whether flush() should be called
@ implicitly after any output (Zeev)

show more ...


# 304d60c8 05-Jan-2000 Sascha Schumann

Move reentrancy initialisation/destruction into SAPI.
These calls only do something, if reentrancy emulation is required.


# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# 497b3fe2 19-Dec-1999 Evan Klinger

Fix for #2994


1...<<111213