summaryrefslogtreecommitdiff
path: root/sapi/apache/php_apache.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - ws + csJani Taskinen2009-12-081-93/+90
* MFB: sprintf -> snprintf (Thanks Marcus for not merging to HEAD..)Jani Taskinen2009-12-081-6/+6
* - This is PHP 6 - if this ... ever gets outMarcus Boerger2009-03-101-1/+1
* Improved parameter handlingIlia Alshanetsky2009-01-051-4/+3
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!)Felipe Pena2008-11-171-10/+0
* - 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-281-53/+60
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* 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
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* use strlcat()Antony Dovgal2006-12-281-2/+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
* - fix TS issue found by JaniMichael Wallner2006-07-251-1/+1
* - new output control codeMichael Wallner2006-06-021-1/+1
* MFB: Correctly import external data (#33292)Edin Kadribasic2006-04-261-0/+5
* Nuke safe_mode from sapi/*Ilia Alshanetsky2006-03-071-9/+2
* bump year and license versionfoobar2006-01-011-3/+3
* - Nuke php3 legacyfoobar2005-12-061-1/+1
* nuke php3 legacyfoobar2005-12-061-4/+4
* - Bumber up yearfoobar2005-08-031-1/+1
* Fix protoRasmus Lerdorf2004-12-041-1/+1
* Add apache_reset_timeout() function for Apache1. This is needed becauseRasmus Lerdorf2004-12-041-0/+15
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Nuke warningfoobar2003-09-091-1/+1
* fix typofoobar2003-09-091-1/+1
* Show the runtime version of Apache instead of compile time.foobar2003-09-091-1/+4
* Fixed format bugIlia Alshanetsky2003-08-281-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-1/+1
* * email address changeStig Bakken2003-03-181-1/+1
* Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.foobar2003-03-071-4/+4
* ARG_COUNT(ht) -> ZEND_NUM_ARGS().Ilia Alshanetsky2003-01-211-4/+4
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-6/+2
* - Fix docrefsDerick Rethans2003-01-031-2/+2
* - Fix typo (patch by Joseph Tate)Derick Rethans2003-01-031-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Make the version code get the version from the current Apache, rather thenIlia Alshanetsky2002-12-271-1/+7
* Added apache_get_version() & apache_get_modules() to Apache 1.X & ApacheIlia Alshanetsky2002-12-271-0/+33
* php_error -> php_error_docrefMarcus Boerger2002-12-051-7/+7
* centralize #include "build-defs.h" and drop (sometimes inconsistent) otherSascha Schumann2002-10-241-2/+0
* fix phpinfo() output for better browser BCColin Viebrock2002-09-261-1/+1
* Change phpinfo() to use CSS styling instead of HTML code.Colin Viebrock2002-09-191-1/+1
* Fix protoRasmus Lerdorf2002-08-131-1/+1