summaryrefslogtreecommitdiff
path: root/sapi/apache2filter/sapi_apache2.c
Commit message (Expand)AuthorAgeFilesLines
* removed sapi/apache2filterAnatol Belski2015-02-101-756/+0
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-44/+44
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-36/+32
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-201-1/+1
|\
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-2/+2
|/
* Merge branch 'PHP-5.6'Michael Wallner2014-03-241-31/+28
|\
| * fix some warningsMichael Wallner2014-03-241-5/+1
| * PHP-5.6 compatibility for apache2 filter SAPIMichael Wallner2014-03-241-28/+29
* | 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