summaryrefslogtreecommitdiff
path: root/sapi/apache
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #50940Rasmus Lerdorf2010-02-051-0/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-036-6/+6
* - ws + csJani Taskinen2009-12-084-126/+122
* MFB: sprintf -> snprintf (Thanks Marcus for not merging to HEAD..)Jani Taskinen2009-12-081-6/+6
* - fix build (test before commit maybe?)Pierre Joye2009-06-091-1/+1
* Implement JIT request decoding support for $_GET and $_POST.Andrei Zmievski2009-05-231-2/+4
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-106-6/+6
* Improved parameter handlingIlia Alshanetsky2009-01-051-4/+3
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-316-6/+6
* MFB: init server context before config variables are processedStanislav Malyshev2008-11-291-2/+2
* MFB: fix php_value application order for ApacheStanislav Malyshev2008-11-251-6/+6
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-10/+0
* MFB: Added header_remove() (chsc at peytz dotdk, Arnaud)Arnaud Le Blanc2008-11-131-26/+39
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+10
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-10/+0
* - MFB: Added arginfoFelipe Pena2008-07-201-11/+60
* use int for lengthAntony Dovgal2008-07-141-5/+6
* updated to the new parameter-parsing api (port from 5.3)Alexey Zakhlestin2008-06-282-55/+62
* MFB: Fixed bug #45144 (ap_child_terminate() isn't available on threaded builds)Scott MacVicar2008-06-011-0/+2
* MFBElizabeth Marie Smith2008-04-151-2/+2
* MFBRasmus Lerdorf2008-03-191-0/+9
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-316-6/+6
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* - Fixed bug #42579 (apache_reset_timeout() does not exist)Jani Taskinen2007-09-071-2/+3
* fix buildAntony Dovgal2007-08-061-1/+1
* MF5: fix for access control with .htaccessStanislav Malyshev2007-08-031-1/+3
* fix win32 buildAntony Dovgal2007-07-161-1/+1
* - Cleanup and simplifyJani Taskinen2007-07-161-2/+0
* - Moved the old regex functions to it's own extension: eregJani Taskinen2007-07-151-1/+1
* - Changed all AC_ARG_* options to PHP_ARG_* options and cleaned up someJani Taskinen2007-07-111-109/+99
* MFB: Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3).Scott MacVicar2007-06-181-3/+9
* - Fixed bug #41576 (misbehaviour when using --without-apxs)foobar2007-06-031-40/+46
* Fake out the module name, since the filename is different now.Andrei Zmievski2007-01-111-1/+7
* Rename php5 module to php6. Remove version number fromAndrei Zmievski2007-01-109-45/+45
* Bump year.Sebastian Bergmann2007-01-016-6/+6
* use strlcat()Antony Dovgal2006-12-281-2/+2
* Make MEMORY_LIMIT and ZEND_USE_MALLOC_MM to be always enabled. They don't make aDmitry Stogov2006-12-201-9/+3
* Added filter support for $_SERVER in cgi/apache2 sapisIlia Alshanetsky2006-10-231-2/+5
* MFB:Brian France2006-10-121-7/+2
* - Updated the Apache 1.3 sapi as add_assoc_string's signature has been changed.Derick Rethans2006-09-271-6/+2
* MFB: more int->zend_bool conversionsNuno Lopes2006-09-061-1/+2
* Added "PHPINIDir" Apache directive to apache and apache_hooks SAPIsDmitry Stogov2006-08-031-0/+13
* - fix TS issue found by JaniMichael Wallner2006-07-251-1/+1
* 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
* - explicit usage of TS macrosMichael Wallner2006-06-031-1/+1
* - new output control codeMichael Wallner2006-06-022-2/+2
* We might want to consider moving this to a long throughout the sapi code,Rasmus Lerdorf2006-05-131-1/+1
* MFB input filter hook for getenv()Rasmus Lerdorf2006-05-101-1/+5
* MFB: Correctly import external data (#33292)Edin Kadribasic2006-04-261-0/+5