History log of /PHP-5.6/sapi/aolserver/aolserver.c (Results 76 – 100 of 108)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7d926a0e 10-Feb-2000 Zeev Suraski

More cleanup...


# 073b1481 10-Feb-2000 Zeev Suraski

More abstraction


# 404bbe1f 10-Feb-2000 Zeev Suraski

Move the logging mechanism to SAPI


# a6748c55 02-Feb-2000 Andrei Zmievski

Fixed SAPI modules to properly register their related modules.


# 9ab35ae3 28-Jan-2000 Zeev Suraski

Tried to centralize global variable registration as much as possible:

- Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
to $HTTP_GET_VARS[], contain environment

Tried to centralize global variable registration as much as possible:

- Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
to $HTTP_GET_VARS[], contain environment and server variables. Setting
register_globals to Off will now also prevent registration of the
environment and server variables into the global scope (Zeev)
- Renamed gpc_globals to register_globals (Zeev)
- Introduced variables_order that deprecates gpc_order, and allows control
over the server and environment variables, in addition to GET/POST/Cookies
(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
# ed0a307c 20-Dec-1999 Sascha Schumann

Use sapi_module_struct to contain SAPI module name


Revision tags: PRE_LIBZEND_TO_ZEND
# d787ea53 16-Dec-1999 Sascha Schumann

(php_ns_request_handler) set SG(server_context) to non-NULL


Revision tags: PRE_RETURN_REF_MERGE
# 9ac3e94d 13-Dec-1999 Sascha Schumann

Reapply configuration for each request


# 08d762cb 13-Dec-1999 Sascha Schumann

(php_ns_config) use 3.0's Ns_ConfigGetPath instead of Ns_ConfigPath


Revision tags: RETURN_REF_BP
# 969c727b 10-Dec-1999 Sascha Schumann

Output information about HTTP headers


Revision tags: PRE_RETURN_REF_PATCH
# da5464b1 04-Dec-1999 Zeev Suraski

- zend_file_handles must now flag whether their .filename property should be
free by Zend or not (uses e*() functions)


# 964bf9f2 03-Dec-1999 Sascha Schumann

(php_ns_sapi_header_handler): use sapi_free_header()


# 80cb563d 29-Nov-1999 Sascha Schumann

Revert last patch (leak in libzend is fixed now)


# 6d97609a 26-Nov-1999 Sascha Schumann

Avoid fd leak which appears when using ZEND_HANDLE_FILENAME


# 35b30a8d 26-Nov-1999 Sascha Schumann

Add reentrant versions of ctime, localtime, gmtime, asctime.

These cannot be implemented platform-independent, so we fall back to the native
non-reentrant versions, but lock during each

Add reentrant versions of ctime, localtime, gmtime, asctime.

These cannot be implemented platform-independent, so we fall back to the native
non-reentrant versions, but lock during each access (only if ZTS is used).

To initialize/destroy the used data structures, you need to call
reentrancy_startup() before sapi_startup(), and reentrancy_shutdown() after
sapi_shutdown().

show more ...


# 3b2a88d4 24-Nov-1999 Sascha Schumann

some cosmetical changes


# fc95f04b 22-Nov-1999 Sascha Schumann

(php_ns_hash_environment) Ns_ConnHost() may return NULL, check for it


# 63a3e9ac 22-Nov-1999 Sascha Schumann

(PHP getallheaders) added function for AOLserver

(php_ns_hash_environment) added REMOTE_PORT, SERVER_PORT, SERVER_NAME,
PATH_TRANSLATED, GATEWAY_INTERFACE variables


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4, php-4.0b3_RC3, php-4.0b3_RC2
# e5983e9e 07-Nov-1999 Sascha Schumann

(php_ns_request_ctor) enable HTTP Access Authentication

(php_ns_hash_environment) supply PATH_TRANSLATED to scripts


# d5bde1d6 20-Oct-1999 Sascha Schumann

(php_ns_hash_environment): provide more CGI/1.1 variables to scripts.

Added REQUEST_METHOD, QUERY_STRING, REMOTE_ADDR


# 90087382 20-Oct-1999 Sascha Schumann

(php_info_aolserver): add more information from the server context


# b31ef32c 20-Oct-1999 Sascha Schumann

(php_ns_hash_environment) add SERVER_SOFTWARE, SERVER_BOOTTIME, SERVER_BUILDDATE, SERVER_PROTOCOL


12345