summaryrefslogtreecommitdiff
path: root/sapi/apache2handler/php_functions.c
Commit message (Expand)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH Fix apache2handler under Apache 2.3.0-alphaScott MacVicar2009-01-191-0/+8
* MFB: Improved parameter handlingIlia Alshanetsky2009-01-051-4/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-9/+0
* - 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
* switch to the new parameter-parse APIAlexey Zakhlestin2008-08-261-53/+43
* - Added arginfoFelipe Pena2008-07-161-10/+57
* MFH: New way for check void parametersFelipe Pena2008-03-101-4/+4
* MFH: 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
* - Avoid sprintf, even when checked copy'n'paste or changes lead to errorsMarcus Boerger2007-02-241-2/+2
* use snprintfStanislav Malyshev2007-02-231-2/+2
* Fixed bug #40127 (apache2handler doesnt compile on Netware).Ilia Alshanetsky2007-01-141-3/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39787 (PHP doesn't work with Apache 2.3).Ilia Alshanetsky2006-12-111-0/+4
* Added param checks for ap2 fetch respose/request header functions.Ilia Alshanetsky2006-01-031-0/+8
* Fixed possible crash in apache_getenv()/apache_setenv() on invalidIlia Alshanetsky2006-01-021-8/+14
* MFH: fixed apache_setenv(): at least 2 parameters are requiredfoobar2006-01-021-1/+1
* Added safety checksIlia Alshanetsky2006-01-011-4/+2
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed regression #31645 - only flush before running the subrequest.Joe Orton2005-01-241-4/+4
* Fixed bug #30446 - virtual() includes files out of sequence,Joe Orton2005-01-111-0/+5
* - always convert apr_time_t to time_t using apr_time_sec() to be future-proof.Joe Orton2004-10-231-3/+4
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-5/+5
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* Compiler warning fix (patch by Joe Orton).Ilia Alshanetsky2003-11-111-1/+1
* Use the proper way to get the max requests per child.foobar2003-07-101-6/+4
* updating license information in the headers.James Cox2003-06-101-3/+3
* - Fix typoDerick Rethans2003-05-261-1/+1
* Added missing initialization, which causes AP2 to crash on startup in ZTS.Ilia Alshanetsky2003-03-251-0/+3
* MFB and more. Fixed various win32 compilation issues. Also the sapiEdin Kadribasic2003-03-251-3/+7
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-1/+1
* - This is not supposed to be 'pretty' name. (ref. bug #22853)foobar2003-03-251-1/+1
* OnUpdateInt -> OnUpdateLong.Ilia Alshanetsky2003-03-071-3/+3
* CS Fixes.Ilia Alshanetsky2003-03-071-10/+115
* Clean up apache2handler SAPI.Justin Erenkrantz2003-02-201-26/+16
* initial checkin of the apache2 SAPI using a handler instead of filters.Ian Holsman2003-02-111-0/+414