summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-154-4/+4
* trailing whitespace removalStanislav Malyshev2015-01-104-64/+64
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-4/+3
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-133-51/+47
* Move smart_str implementation into Zend/Nikita Popov2014-09-212-2/+2
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-204-4/+4
|\
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-194-4/+4
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-204-7/+7
|/
* fix hash API callsPierre Joye2014-05-171-2/+2
* Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-262-37/+30
|\
| * Merge branch 'PHP-5.6'Michael Wallner2014-03-242-37/+30
| |\
| | * fix some warningsMichael Wallner2014-03-241-5/+1
| | * PHP-5.6 compatibility for apache2 filter SAPIMichael Wallner2014-03-242-34/+31
* | | Cleanup (1-st round)Dmitry Stogov2014-04-151-5/+5
|/ /
* | Merge branch 'PHP-5.6'Xinchen Hui2014-01-034-4/+4
|\ \ | |/
| * Bump yearXinchen Hui2014-01-034-4/+4
* | Pass the TSRMLS parameters to the sapi flush hook, this shaves off a few TSRM...Kalle Sommer Nielsen2013-12-181-2/+1
|/
* non living code related typo fixesVeres Lajos2013-08-041-1/+1
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* Happy New YearXinchen Hui2013-01-014-4/+4
* - Fixed bug #62507 (['REQUEST_TIME'] under mod_php5 returns miliseconds inste...Felipe Pena2012-07-081-1/+1
* Fixed bug #61172 (Add Apache 2.4 support)Christopher Jones2012-03-021-3/+10
* - Year++Felipe Pena2012-01-014-4/+4
* Fixed bug #60206 (possible integer overflow in content_length)Xinchen Hui2011-11-031-1/+1
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-2/+2
* - Year++Felipe Pena2011-01-014-4/+4
* 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-034-4/+4
* MFB: Improved parameter handlingIlia Alshanetsky2009-01-051-4/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-314-4/+4
* MFH fix #46005Stanislav Malyshev2008-12-171-0/+4
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-9/+0
* Updated header_handler in apache2filter and apache_hooksArnaud Le Blanc2008-11-131-23/+38
* new parameter-parsing APIAlexey Zakhlestin2008-11-071-52/+44
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+9
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-9/+0
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-5/+5
* - Added arginfoFelipe Pena2008-07-201-10/+57
* Fix compile error due to the removal of fteller on streams.Scott MacVicar2008-07-182-16/+13
* Windows configure fixes, a few additional lib names allowed, apache2 only on ...Elizabeth Marie Smith2008-05-141-2/+6
* Add new empty child terminate sapi hook to the rest of the sapisRasmus Lerdorf2008-03-181-0/+1
* sapi/apache2(handler|filter)/config.m4: Removing itk from the list of threade...Lars Strojny2008-03-091-1/+1
* Adding itk and and peruser MPM to the list of threaded Apache MPMsLars Strojny2008-03-091-2/+2
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-0/+6
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-314-4/+4
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* - Sync with apache2handlerJani Taskinen2007-08-031-37/+22