summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
Commit message (Collapse)AuthorAgeFilesLines
* update php module name to php5, not php4.Sterling Hughes2003-03-291-966/+0
| | | | | | | apache, apache2* and cli/cgi work. sapi module maintainers should fix up their sapis, as I don't run any servers with php outside of apache.
* 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
| | | | | descriptor behind a void *, so we just disable this for IBM servers
* 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
| | | | | | | non-privileged user the web server is running as. this is useful for creating shared memory segments which need to be accessed by the child processes/threads.
* 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
| | | | | | | this is necessary, when you want to take over control of a connection and the web server is doing stupid things by default (like enabling chunked transfer encoding for no reason).
* 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
| | | | | 'On'.
* 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
| | | | | | minor compile buglets might occur in other SAPIs, but should be trivial to fix...
* @ - Added php.ini option "allow_webdav_methods" to allow handling ofChristian Stocker2002-08-221-5/+8
| | | | | | @ WebDAV http requests within PHP scripts. (chregu) # More methods (for DeltaV) will follow.
* 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
| | | | | | Ilia <ilia@prohost.org> # someone just give the man his php4 karma please!
* 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
| | | | | | | @ external basic auth mechanism was used. (Jani) Fixes bugs: #16653, #14534, #14370
* NetWare related changesVenkat Raghavan S2002-05-311-0/+4
|
* whitespaceZeev Suraski2002-05-111-1/+1
|
* Added conversion support from script character encoding to internal ↵Rui Hirokawa2002-05-081-0/+9
| | | | character encoding. This feature is very useful for japanese who uses Shift_JIS encoding because some of characters in Shift_JIS are including '0x5c' and it causes some troubles on Zend parser. This patch is made by Masaki Fujimoto.
* 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
| | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now.
* 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 ↵Jeroen van Wolffelaar2001-09-251-6/+6
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* 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
| | | | | - whitespace fixes
* 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 ↵Zeev Suraski2001-07-301-1/+1
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-34/+32
|