History log of /PHP-5.5/sapi/roxen/roxen.c (Results 51 – 75 of 79)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0RC2
# c9911a15 15-Apr-2000 Andi Gutmans

- Change PHP_ to V_ (directory & file functions)


# 5f883ac8 12-Apr-2000 David Hedbor

- Fixed a couple of POST problems.
- Use virtual path functionality when available, to set the cwd of the
script to it's own directory prior to starting it.
- Fixed a bug in php_roxen_sap

- Fixed a couple of POST problems.
- Use virtual path functionality when available, to set the cwd of the
script to it's own directory prior to starting it.
- Fixed a bug in php_roxen_sapi_header_handler.

show more ...


# 9130f05d 07-Apr-2000 Colin Viebrock

prettying


Revision tags: PHP-4.0-RC1
# 71a4bdc8 07-Mar-2000 David Hedbor

Changed typo (interpretor->interpreter)


# 42ca607e 06-Mar-2000 David Hedbor

Use php_module_shutdown_wrapper as the shutdown function


# 52eebff6 01-Mar-2000 David Hedbor

Removal of printf-debug, changed sp/fp to Pike_sp / Pike_fp instead of
using a define.


# 08427deb 29-Feb-2000 David Hedbor

Fixed a compilation problem with roxen.c due to a change in Pike to fix a
conflict with embedded Perl.


# 3e616b5a 29-Feb-2000 David Hedbor

roxen.c


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

the pipe is breaking all the time


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 12315f78 14-Feb-2000 David Hedbor

Use sapi_free_header.


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# 5bdd18ca 10-Feb-2000 Zeev Suraski

Yes, you guessed it... More cleanup


# 0fd89aa2 10-Feb-2000 Zeev Suraski

More cleanup - move getenv() to SAPI


# 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 ...


# 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
# 41392f54 22-Dec-1999 David Hedbor

unlock the serializing lock a tad bit later


# c07a14a0 22-Dec-1999 David Hedbor

Removed C++ style comment


# 4674b6d6 22-Dec-1999 David Hedbor

Some fixes in thread safe (ie ZTS) mode - now it actually seems to
work perfectly. Also fixed a couple of typos.


# ed0a307c 20-Dec-1999 Sascha Schumann

Use sapi_module_struct to contain SAPI module name


Revision tags: PRE_LIBZEND_TO_ZEND, PRE_RETURN_REF_MERGE, RETURN_REF_BP, 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)


# 5f5bd095 25-Nov-1999 David Hedbor

Implemented direct writing to the client's FD if RXML parsing of the result isn't selected.


1234