History log of /PHP-5.5/sapi/apache/php_apache.c (Results 101 – 125 of 128)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: 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
# 0d258cc5 05-Jan-2001 Daniel Beulshausen

make threaded apache module build again


Revision tags: php-4.0.4pl1RC1, php-4.0.4REL
# 3b20a425 14-Dec-2000 Daniel Beulshausen

added missing SLS_FETCH()


Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 276cb7cd 13-Dec-2000 Sascha Schumann

Add apache_child_terminate() and INI setting apache.child_terminate
which defaults to 0.

Submitted by: Sam Liddicott <sam.liddicott@ananova.com>


# 107aa9f7 10-Dec-2000 Sascha Schumann

Align ZTS handling of globals with common usage


# d41137fe 10-Dec-2000 Daniel Beulshausen

fix win32 apache module
# this is ugly, has someone a better way?


# 1f31360f 10-Dec-2000 Daniel Beulshausen

fix windows build


# 0ddb725f 07-Dec-2000 Sascha Schumann

Axe rest of DAV leftovers and use STD_PHP_INI_ENTRY in the INI section


Revision tags: php-4.0.4RC3
# c6e0cef2 13-Oct-2000 Daniel Beulshausen

trivial output change
# someone urged me too


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1, php-4.0.2
# 8a36eb22 28-Aug-2000 Rasmus Lerdorf

Missed a couple of center attributes


Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1, 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 ...


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC
# 2987d521 15-Jun-2000 Andi Gutmans

- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 78d77c14 05-Jun-2000 Rasmus Lerdorf

Fix virtual() when used with output buffering
@ Fix virtual() when used with output buffering (Marc Pohl)


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
# 8d3ce80f 30-Apr-2000 Shane Caraveo

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


# adc5bbc9 07-Apr-2000 Colin Viebrock

last one ... promise


# d02a3510 07-Apr-2000 Colin Viebrock

typo


# 02c3eb2b 07-Apr-2000 Colin Viebrock

typo


# 86cff779 07-Apr-2000 Colin Viebrock

*** empty log message ***


# 5628b3f0 07-Apr-2000 Colin Viebrock

more prettiness


Revision tags: PHP-4.0-RC1
# d02fe90b 06-Mar-2000 Stig Bakken

Change extension names in all extensions' zend_module_entry to their
directory name.


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


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


123456