summaryrefslogtreecommitdiff
path: root/sapi/apache2filter
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-154-4/+4
* fix some warningsMichael Wallner2014-03-241-5/+1
* PHP-5.6 compatibility for apache2 filter SAPIMichael Wallner2014-03-242-34/+31
* Bump yearXinchen Hui2014-01-034-4/+4
* 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
* MFH: - Changed AC_ARG_* options to PHP_ARG_* options.Jani Taskinen2007-07-111-7/+4
* MFH:- Fixed bug #41576 (misbehaviour when using --without-apxs)foobar2007-06-031-5/+10
* Update Apache 2 libs to 2.0.59 on the build box and standardize the dirsEdin Kadribasic2007-05-041-4/+4
* 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