History log of /PHP-5.3/sapi/apache/php_apache.c (Results 101 – 115 of 115)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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)


# 732eeeab 10-Feb-2000 Zeev Suraski

Final build fixes - that's enough for now...


# 6d0ab616 10-Feb-2000 Zeev Suraski

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except f

SAPIfication, Episode VI: Return of the SAPI
Remove mostly all references to APACHE and CGI_BINARY from the code.

- Apache include files are no longer included by any PHP code, except for the Apache SAPI module.
- No server specific code is in any of the base PHP code.

Still left to be done:
- Eliminate any references to APACHE from the few remaining modules.
- Move request_info.c's logic to SAPI
- Modify the regex function names, and globals, so that we can always
include them, without having to fear any interference with Apache;
Always use the bundled regex library

show more ...


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# 62582865 02-Feb-2000 Andrei Zmievski

Forgot to add the actual file.


12345