History log of /PHP-5.3/sapi/apache/sapi_apache.c (Results 26 – 50 of 57)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 12318a20 01-Aug-2001 Zeev Suraski

Fix Apache/ZTS build


# 7b1c4006 30-Jul-2001 Zeev Suraski

More TSRMLS_FETCH annihilation (Zend compatibility patch)


# d87cc976 28-Jul-2001 Zeev Suraski

Redesigned thread safety mechanism - nua nua


# fe6f8712 27-Jul-2001 Zeev Suraski

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any unco

- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API
This patch is *bound* to break some files, as I must have had typos somewhere.
If you use any uncommon extension, please try to build it...

show more ...


Revision tags: PRE_TSRM_MERGE_PATCH
# 36be1040 23-Jul-2001 Sascha Schumann

Use synchronous php_request_shutdown in the standard case and
let the pool cleanup function only become effective, when an
error has occured.

This fixes the problem that the request_

Use synchronous php_request_shutdown in the standard case and
let the pool cleanup function only become effective, when an
error has occured.

This fixes the problem that the request_conn was already dead
when the request_shutdown was reached.

show more ...


# 6fa5ac83 21-Jul-2001 Zeev Suraski

Fix Apache build


# 336004f4 21-Jul-2001 Zeev Suraski

Improved bailout mechanism, supports nested bailouts a-la try..catch

Note: You may *not* return directly from a catch block


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


Revision tags: php-4.0.6RC2, php-4.0.6RC1, php-4.0.5, php-4.0.5RC8, php-4.0.5RC7, php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 0f7f5c2c 13-Nov-2000 Zeev Suraski

- Import Jade Nicoletti's transparent gzip encoding support as an output
handler. Works quite nicely!
- Fix buglets in output buffering
- Add output_handler INI directive


# 8c4852c2 02-Nov-2000 Zeev Suraski

Fix a nasty bug in the shutdown sequence of PHP under Apache.


# c3026223 14-Oct-2000 Rasmus Lerdorf

This appears to be the correct fix to me.
@ Fix memory leak in x-httpd-source mode (Jason Greene)


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1
# 6f8f6c52 13-Aug-2000 Stanislav Malyshev

Fix opened_path init
# forgot to commit


Revision tags: PRE_FILE_COMPILE_API_CHANGE
# 52ff887d 29-Jul-2000 Zeev Suraski

Made ob_start() and friends reentrant. It's now possible to implement this
long-requested functionality, now that output buffering is re-entrant:

function eval_ret($code)
{

Made ob_start() and friends reentrant. It's now possible to implement this
long-requested functionality, now that output buffering is re-entrant:

function eval_ret($code)
{
ob_start();
eval($code);
$retval = ob_get_contents();
ob_end_clean();
return $retval;
}

show more ...


# 1cee6c5b 10-Jul-2000 Thies C. Arntzen

@- Fixed closing


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH
# 102c6ce4 05-Jun-2000 Sascha Schumann

Move main.h to php_main.h.


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# cad04f55 04-May-2000 Shane Caraveo

more apachewin32 work. much better now, but still crashing in zend_execute. At least it's getting the file open now though.


# 0fc8ff61 30-Apr-2000 Shane Caraveo

zeroing the variables fixes one crash...now crashes on memory allocation during zend_compile_files


# 8d3ce80f 30-Apr-2000 Shane Caraveo

apache module now compiles under win32, apache loads, but crashes on line 1167 main.c on page request


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

the pipe is breaking all the time


# 02d647b5 18-Feb-2000 Sascha Schumann

Fix warnings when compiling static Apache module


# 9eef999b 17-Feb-2000 Zeev Suraski

No need for a value (not that it seems to work anyway...)


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 75b1316e 16-Feb-2000 Zeev Suraski

@- Updated the browscap module to work with PHP 4.0 (Zeev)


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 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).


123