summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
Commit message (Expand)AuthorAgeFilesLines
* update php module name to php5, not php4.Sterling Hughes2003-03-291-966/+0
* ws fixGeorge Schlossnagle2003-02-241-4/+4
* hopefully a fix for 19919George Schlossnagle2003-02-241-2/+10
* Detect whether BUFFs contain a fd element. IBM is hiding the actualSascha Schumann2003-02-111-0/+2
* use SUCCESS/FAILURE instead of 0/-1Sascha Schumann2003-02-091-5/+5
* Build Fix.Ilia Alshanetsky2003-02-051-1/+1
* Fixed compilation of Apache & Apache Hooks SAPIs.Ilia Alshanetsky2003-02-041-2/+1
* Updates reflecting infrastructure changesZeev Suraski2003-02-041-2/+9
* add sapi_get_target_uid/_gid for obtaining information about theSascha Schumann2003-01-211-1/+20
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFB.Andrei Zmievski2002-12-211-1/+1
* add a "force HTTP/1.0 response" facility to the SAPI layerSascha Schumann2002-12-011-1/+13
* Add sapi_get_fd() and implement it for the Apache/thttpd SAPIs.Sascha Schumann2002-11-261-1/+22
* 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
* more tsrm cleanupSascha Schumann2001-08-051-3/+2
* - TSRMLS_FETCH workZeev Suraski2001-08-051-6/+6
* Remove duplicate TSRMLS_FETCH() call.Sebastian Bergmann2001-08-041-1/+0
* Fix Apache/ZTS buildZeev Suraski2001-08-011-1/+0
* More TSRMLS_FETCH workZeev Suraski2001-07-311-4/+2
* compile fixThies C. Arntzen2001-07-301-1/+1
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-1/+1
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-34/+32