summaryrefslogtreecommitdiff
path: root/sapi/apache2filter/sapi_apache2.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.6'Xinchen Hui2014-01-031-1/+1
|\
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRM...Kalle Sommer Nielsen2013-12-181-2/+1
|/
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Fixed bug #62507 (['REQUEST_TIME'] under mod_php5 returns miliseconds inste...Felipe Pena2012-07-081-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-031-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Updated _SERVER['REQUEST_TIME'] to include microsecond precision.Ilia Alshanetsky2010-11-061-2/+2
* Pass the TSRMS pointers to sapi_module_struct.log_message, this saves some TS...Kalle Sommer Nielsen2010-08-181-2/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-10/+9
* Fix bug #50940Rasmus Lerdorf2010-02-051-0/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH fix #46005Stanislav Malyshev2008-12-171-0/+4
* Updated header_handler in apache2filter and apache_hooksArnaud Le Blanc2008-11-131-23/+38
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-5/+5
* Fix compile error due to the removal of fteller on streams.Scott MacVicar2008-07-181-13/+12
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* 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
* 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
* Reimplementation of the way Apache 2 Filter works. Instead of ripping theJohn Coggeshall2006-07-031-82/+101
* - fix php_apache_sapi_header_handler() modifying sapi_headerMichael Wallner2006-03-191-1/+3
* bump year and license versionfoobar2006-01-011-3/+3
* - Bumber up yearfoobar2005-08-031-1/+1
* fix #29683 (headers_list() returns empty array)Antony Dovgal2005-06-201-3/+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
* - always convert apr_time_t to time_t using apr_time_sec() to be future-proof.Joe Orton2004-10-231-6/+6
* 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
* 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-191-1/+1
* 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
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Fixed bug #26604 (Apache2 SAPIs implicitly disable Keep-Alive). (Ilia)Ilia Alshanetsky2003-12-121-1/+0
* 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