History log of /PHP-5.4/sapi/roxen/roxen.c (Results 51 – 75 of 75)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# 353686c9 25-Nov-1999 David Hedbor

Now ZTS can be used. Unless --enable-roxen-zts is specified at the
configure line the default process global Roxen PHP lock will be
used. In tests this was a lot faster for some reason and un

Now ZTS can be used. Unless --enable-roxen-zts is specified at the
configure line the default process global Roxen PHP lock will be
used. In tests this was a lot faster for some reason and until the
reasons are figured out, it's recommended to use the non-thead-safe
version.
Cvs: ----------------------------------------------------------------------

show more ...


# 9284f73f 24-Nov-1999 David Hedbor

Removed some forgotten C++ style comments


# b86acfd3 24-Nov-1999 David Hedbor

- Added a couple of static for functions that don't need to be public.
- Removed some unused code.
- Started writing better comments.


# 8fb41223 23-Nov-1999 David Hedbor

First version of Pike/Roxen module for embedding PHP.


123