summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump year.Sebastian Bergmann2007-01-014-4/+4
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't mak...Dmitry Stogov2006-12-201-9/+3
* Fixed bug #39816 (apxs2filter ignores httpd.conf & .htaccess php configIlia Alshanetsky2006-12-131-0/+1
* Fixed bug #39787 (PHP doesn't work with Apache 2.3).Ilia Alshanetsky2006-12-111-0/+4
* Fix buildHannes Magnusson2006-11-041-0/+1
* MFH:Ilia Alshanetsky2006-11-031-2/+9
* Changed memory_get_usage() and memory_get_peak_usage(). Optional boolean argu...Dmitry Stogov2006-07-251-1/+1
* New memory managerDmitry Stogov2006-07-181-2/+1
* This commit was manufactured by cvs2svn to create branch 'PHP_5_2'.SVN Migration2006-07-051-0/+35
* Reimplementation of the way Apache 2 Filter works. Instead of ripping theJohn Coggeshall2006-07-032-82/+110
* - sync with apache2handlerMichael Wallner2006-06-091-7/+10
* - fix php_apache_sapi_header_handler() modifying sapi_headerMichael Wallner2006-03-191-1/+3
* bump year and license versionfoobar2006-01-014-12/+12
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* MFHfoobar2005-09-011-1/+1
* - Changed -a to -A to prevent enabling PHP in httpd.conf automatically.foobar2005-08-051-1/+1
* - Bumber up yearfoobar2005-08-034-4/+4
* Fixed bug #33520 (crash if safe_mode is on and session.save_path is changed)Dmitry Stogov2005-07-041-1/+1
* fix #29683 (headers_list() returns empty array)Antony Dovgal2005-06-201-3/+1
* - Unify the "configure --help" textsfoobar2005-05-291-2/+2
* Might not be obvious for everyone :)foobar2005-04-101-1/+1
* - Fixed bug #32587 (Apache2: errors sent to error_log do not include timestamps)foobar2005-04-081-12/+5
* Fix for bug #32263Rasmus Lerdorf2005-03-141-0/+1
* - Fixed bug #31055 (apache2filter: per request leak proportional to the full ...foobar2005-01-071-0/+3
* - Apply the same fix to apache2filter too.Moriyoshi Koizumi2004-12-121-4/+4
* - always convert apr_time_t to time_t using apr_time_sec() to be future-proof.Joe Orton2004-10-232-8/+7
* Fix the get_request_time implementation for the 2.0 SAPIs to returnJoe Orton2004-10-231-5/+2
* removed redundant CLIB_STAT_PATCH checks for NETWAREAnantha Kesari H Y2004-09-241-1/+1
* TSRMLS_FETCH should be called prior to accessing any of the SG membersAnantha Kesari H Y2004-09-231-1/+1
* NetWare now has a POSIX compliant stat structure so no need of CLIB_STAT_PATC...Anantha Kesari H Y2004-09-231-4/+0
* - MFB: Fixed Apache 2.0 SAPI build against Apache 2 HEAD. (Patch by Joe Orton)Derick Rethans2004-08-231-3/+9
* Add SAPI hook to get the request time if provided by the web server,Rasmus Lerdorf2004-08-101-0/+10
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-192-3/+3
* Fixed bug #28818 (Apache 2 sapis do not export st_dev).Ilia Alshanetsky2004-06-181-0/+1
* Fixed bug #27424 (headers missing on flush() in apache 2 SAPIs).Ilia Alshanetsky2004-03-081-0/+3
* Fixed bug #27196 (Missing content_length initialization in apache 2 sapis).Ilia Alshanetsky2004-02-091-0/+5
* Apache 2 portion of the fix for bug #25753.Ilia Alshanetsky2004-01-291-0/+12
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-083-6/+6
* Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia)Ilia Alshanetsky2003-12-121-1/+0
* Aligned configure help texts.foobar2003-10-031-1/+2
* TSRM issue in windows compilingUwe Schindler2003-08-031-0/+1
* Fixed bug #24177 (Status not set correctly after flush() in Apache 2)Ilia Alshanetsky2003-08-021-1/+3
* Fixed bug #22072 (Apache2 sapis do not detect aborted connections).Ilia Alshanetsky2003-08-011-3/+3
* - Use the correct paths to apu-config / apr-configfoobar2003-07-161-6/+8
* - Fixed bug #21074 (Apache2: "ErrorDocument xxx /error.php" broken). (Jani)foobar2003-07-111-4/+10
* apache2filter does not require 2.0.44foobar2003-07-081-2/+2
* - Fixed bug #24537 (apache2 compile missing include directories)foobar2003-07-081-15/+18
* updating license information in the headers.James Cox2003-06-104-12/+12
* - Fix the error message if apxs|2 is fubar.foobar2003-05-281-1/+1