Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update php module name to php5, not php4. | Sterling Hughes | 2003-03-29 | 1 | -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 fix | George Schlossnagle | 2003-02-24 | 1 | -4/+4 |
| | |||||
* | hopefully a fix for 19919 | George Schlossnagle | 2003-02-24 | 1 | -2/+10 |
| | |||||
* | Detect whether BUFFs contain a fd element. IBM is hiding the actual | Sascha Schumann | 2003-02-11 | 1 | -0/+2 |
| | | | | | descriptor behind a void *, so we just disable this for IBM servers | ||||
* | use SUCCESS/FAILURE instead of 0/-1 | Sascha Schumann | 2003-02-09 | 1 | -5/+5 |
| | |||||
* | Build Fix. | Ilia Alshanetsky | 2003-02-05 | 1 | -1/+1 |
| | |||||
* | Fixed compilation of Apache & Apache Hooks SAPIs. | Ilia Alshanetsky | 2003-02-04 | 1 | -2/+1 |
| | |||||
* | Updates reflecting infrastructure changes | Zeev Suraski | 2003-02-04 | 1 | -2/+9 |
| | |||||
* | add sapi_get_target_uid/_gid for obtaining information about the | Sascha Schumann | 2003-01-21 | 1 | -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 Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | MFB. | Andrei Zmievski | 2002-12-21 | 1 | -1/+1 |
| | |||||
* | add a "force HTTP/1.0 response" facility to the SAPI layer | Sascha Schumann | 2002-12-01 | 1 | -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 Schumann | 2002-11-26 | 1 | -1/+22 |
| | |||||
* | PHP flags specified in .htaccess can now be turned on by using '1' as well as | Ilia Alshanetsky | 2002-11-10 | 1 | -1/+1 |
| | | | | | 'On'. | ||||
* | Forgot this one. | Moriyoshi Koizumi | 2002-10-23 | 1 | -1/+1 |
| | |||||
* | this will be handled elsewhere | Hartmut Holzgraefe | 2002-10-21 | 1 | -8/+0 |
| | |||||
* | Fixed bug #15038, original patch by: phpman@toowards.com | Ilia Alshanetsky | 2002-09-21 | 1 | -1/+3 |
| | |||||
* | another startup initialization fix - only ISAPI and CGI SAPI's tested, | Zeev Suraski | 2002-09-18 | 1 | -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 of | Christian Stocker | 2002-08-22 | 1 | -5/+8 |
| | | | | | | @ WebDAV http requests within PHP scripts. (chregu) # More methods (for DeltaV) will follow. | ||||
* | These functions are not used elsewhere. | foobar | 2002-08-22 | 1 | -29/+28 |
| | |||||
* | Fix ZTS build | foobar | 2002-08-21 | 1 | -0/+1 |
| | |||||
* | Fix xbithack bug finally (see bug #16515) | Rasmus Lerdorf | 2002-08-19 | 1 | -2/+6 |
| | |||||
* | make POST requests work again | Stefan Esser | 2002-08-18 | 1 | -1/+3 |
| | |||||
* | Fix a NASTY multithreading bug with in the Apache module | Zeev Suraski | 2002-08-15 | 1 | -1/+1 |
| | |||||
* | Fix for Bug #9280 with regards to an Expect header. patch submitted by | Dan Kalowsky | 2002-08-14 | 1 | -0/+8 |
| | | | | | | Ilia <ilia@prohost.org> # someone just give the man his php4 karma please! | ||||
* | Fixing the same possible memory leak. | Stefan Esser | 2002-06-21 | 1 | -0/+1 |
| | |||||
* | @- Fixed bug with Apache which let PHP_AUTH_* variables to be set when | foobar | 2002-06-13 | 1 | -1/+1 |
| | | | | | | | @ external basic auth mechanism was used. (Jani) Fixes bugs: #16653, #14534, #14370 | ||||
* | NetWare related changes | Venkat Raghavan S | 2002-05-31 | 1 | -0/+4 |
| | |||||
* | whitespace | Zeev Suraski | 2002-05-11 | 1 | -1/+1 |
| | |||||
* | Added conversion support from script character encoding to internal ↵ | Rui Hirokawa | 2002-05-08 | 1 | -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. | foobar | 2002-04-23 | 1 | -1/+1 |
| | |||||
* | Part 4 of apache sapi build fixes: | foobar | 2002-04-23 | 1 | -41/+2 |
| | | | | | | - Fixed many conflicts caused by bogus includes, e.g the infamous XtOffset redefinition warning is gone now. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Undo Z_ subst for sapi and ext/yaz | Jeroen van Wolffelaar | 2001-09-27 | 1 | -6/+6 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -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_pstrdup | Sascha Schumann | 2001-09-16 | 1 | -9/+8 |
| | |||||
* | fixed memory_peak resetting | Thies C. Arntzen | 2001-09-16 | 1 | -0/+2 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | no need to cast a 'HashTable *' to 'HashTable *' | Sterling Hughes | 2001-09-06 | 1 | -1/+1 |
| | |||||
* | API update | Zeev Suraski | 2001-08-31 | 1 | -1/+1 |
| | |||||
* | ypo;-) | Thies C. Arntzen | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | Use zend_first_try | Zeev Suraski | 2001-08-08 | 1 | -1/+1 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-05 | 1 | -3/+2 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -6/+6 |
| | | | | | - whitespace fixes | ||||
* | Remove duplicate TSRMLS_FETCH() call. | Sebastian Bergmann | 2001-08-04 | 1 | -1/+0 |
| | |||||
* | Fix Apache/ZTS build | Zeev Suraski | 2001-08-01 | 1 | -1/+0 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -4/+2 |
| | |||||
* | compile fix | Thies C. Arntzen | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -34/+32 |
| |