summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFB: Fixed bug #41628 (PHP settings leak between Virtual Hosts in Apache 1.3).Scott MacVicar2007-06-181-3/+9
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* ap_get_client_block can return -1, so don't use an unsigned int hereRasmus Lerdorf2006-05-131-1/+1
* MFH:Ilia Alshanetsky2006-04-021-2/+1
* bump year and license versionfoobar2006-01-011-4/+4
* Fix for bug #33057 - Don't send extraneous entity-headers on a 304 as perRasmus Lerdorf2005-05-191-3/+9
* Merge all not yet merged security fixes into the 4_3 branchStefan Esser2004-07-211-8/+9
* If we have a text/html file with the executable bit set, we load up theRasmus Lerdorf2004-01-281-0/+3
* Fix a couple of closing folding tagsRasmus Lerdorf2003-06-031-0/+3
* - Re-added the FD lexer patch.foobar2003-05-311-1/+1
* Revert PHP part of the fd patchZeev Suraski2003-05-211-1/+1
* protect against further surprises by initializing all zend_file_handle'sSascha Schumann2003-05-171-1/+1
* Reverting my last patch because user reports it does not helpEdin Kadribasic2003-05-091-5/+5
* Fix for bug #23504. Read per_dir configuration before trying to open theEdin Kadribasic2003-05-081-5/+5
* MFH fix for 19919George Schlossnagle2003-02-241-1/+8
* MFH BUFF checkSascha Schumann2003-02-111-0/+2
* MFH 0/-1 changesSascha Schumann2003-02-091-4/+23
* MFH 1.150Sascha Schumann2003-01-151-1/+34
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* Make PHP_AUTH_* variables not available in safe mode under Apache. Patch byAndrei Zmievski2002-12-211-1/+1
* PHP flags specified in .htaccess can now be turned on by using '1' as well asIlia Alshanetsky2002-11-101-1/+1
* Forgot this one.Moriyoshi Koizumi2002-10-231-1/+1
* this will be handled elsewhereHartmut Holzgraefe2002-10-211-8/+0
* Fixed bug #15038, original patch by: phpman@toowards.comIlia Alshanetsky2002-09-211-1/+3
* another startup initialization fix - only ISAPI and CGI SAPI's tested,Zeev Suraski2002-09-181-2/+1
* @ - Added php.ini option "allow_webdav_methods" to allow handling ofChristian Stocker2002-08-221-5/+8
* These functions are not used elsewhere.foobar2002-08-221-29/+28
* Fix ZTS buildfoobar2002-08-211-0/+1
* Fix xbithack bug finally (see bug #16515)Rasmus Lerdorf2002-08-191-2/+6
* make POST requests work againStefan Esser2002-08-181-1/+3
* Fix a NASTY multithreading bug with in the Apache moduleZeev Suraski2002-08-151-1/+1
* Fix for Bug #9280 with regards to an Expect header. patch submitted byDan Kalowsky2002-08-141-0/+8
* Fixing the same possible memory leak.Stefan Esser2002-06-211-0/+1
* @- Fixed bug with Apache which let PHP_AUTH_* variables to be set whenfoobar2002-06-131-1/+1
* NetWare related changesVenkat Raghavan S2002-05-311-0/+4
* whitespaceZeev Suraski2002-05-111-1/+1
* Added conversion support from script character encoding to internal character...Rui Hirokawa2002-05-081-0/+9
* This was not supposed to be uncommented..yet.foobar2002-04-231-1/+1
* Part 4 of apache sapi build fixes:foobar2002-04-231-41/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Undo Z_ subst for sapi and ext/yazJeroen van Wolffelaar2001-09-271-6/+6
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-6/+6
* WS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdupSascha Schumann2001-09-161-9/+8
* fixed memory_peak resettingThies C. Arntzen2001-09-161-0/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* no need to cast a 'HashTable *' to 'HashTable *'Sterling Hughes2001-09-061-1/+1
* API updateZeev Suraski2001-08-311-1/+1
* ypo;-)Thies C. Arntzen2001-08-141-1/+1
* Use zend_first_tryZeev Suraski2001-08-081-1/+1