Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -11/+11 |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | ||||
* | Get rid of the redundant global startup code | Zeev Suraski | 2001-07-24 | 1 | -0/+1 |
| | |||||
* | Use synchronous php_request_shutdown in the standard case and | Sascha Schumann | 2001-07-23 | 1 | -2/+4 |
| | | | | | | | | | let the pool cleanup function only become effective, when an error has occured. This fixes the problem that the request_conn was already dead when the request_shutdown was reached. | ||||
* | Improved bailout mechanism, supports nested bailouts a-la try..catch | Zeev Suraski | 2001-07-21 | 1 | -60/+60 |
| | | | | | Note: You may *not* return directly from a catch block | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -39/+128 |
| | |||||
* | Oops, sorry. I should not have committed this ebcdic fix (which was none) | Martin Kraemer | 2001-06-01 | 1 | -3/+0 |
| | |||||
* | Fix Basic auth (when under PHP control) for EBCDIC platforms | Martin Kraemer | 2001-05-23 | 1 | -0/+3 |
| | |||||
* | # Revert the SLS_FETCH() ;) | Sterling Hughes | 2001-05-16 | 1 | -4/+1 |
| | |||||
* | Remove redundancy | Sterling Hughes | 2001-05-16 | 1 | -2/+4 |
| | | | | | # And further fix problem ;) | ||||
* | fix windows build. | Sterling Hughes | 2001-05-16 | 1 | -0/+1 |
| | | | | | #untested | ||||
* | Merge memory usage into memory limit | Zeev Suraski | 2001-05-16 | 1 | -2/+2 |
| | |||||
* | add missing apls_fetch | Daniel Beulshausen | 2001-05-16 | 1 | -0/+1 |
| | |||||
* | Move the initialization to a safer place (earlier, it could end up | Zeev Suraski | 2001-05-15 | 1 | -1/+1 |
| | | | | | not being reset to 0 under certain circumstances) | ||||
* | Safer detection of recursive PHP invocations | Zeev Suraski | 2001-05-13 | 1 | -1/+4 |
| | |||||
* | @- Added --enable-memory-usage-info. This creates a new Apache 1.x logging | Thies C. Arntzen | 2001-05-11 | 1 | -1/+13 |
| | | | | | | @ directive "{mod_php_memory_usage}n" which will log the peak amount of @ memory used by the script. (Thies) | ||||
* | whitespace | Zeev Suraski | 2001-05-07 | 1 | -2/+2 |
| | |||||
* | Allow virtual() of PHP files. We may have to improve the detection code a | Zeev Suraski | 2001-05-07 | 1 | -6/+17 |
| | | | | | bit, but it worked well on everything I tried. | ||||
* | Fix off-by-one on config values set from Apache config | Stanislav Malyshev | 2001-03-13 | 1 | -1/+1 |
| | | | | | | # It didn't really hurt, since the extra character was always \0, # but the phpinfo() display came out ugly. | ||||
* | Avoid using ret uninitialized | Zeev Suraski | 2001-03-06 | 1 | -1/+1 |
| | |||||
* | Avoid writing to error_log in case of aborted connections. | Zeev Suraski | 2001-03-06 | 1 | -3/+1 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | Kill warning | Rasmus Lerdorf | 2001-01-22 | 1 | -1/+0 |
| | |||||
* | Sigh. Even less sleep than I thought :) Really fix it this time. | Zeev Suraski | 2001-01-22 | 1 | -1/+1 |
| | |||||
* | Too much work, not enough sleep... Fix hash lookup | Zeev Suraski | 2001-01-22 | 1 | -1/+1 |
| | |||||
* | Don't overwrite PATH_TRANSLATED if it exists | Zeev Suraski | 2001-01-22 | 1 | -6/+16 |
| | |||||
* | Fix last couple of problematic execution paths that could corrupt the INI values | Zeev Suraski | 2001-01-03 | 1 | -1/+8 |
| | |||||
* | Fix Apache module and remove excess elements from the SAPI structure | Zeev Suraski | 2001-01-03 | 1 | -0/+2 |
| | |||||
* | Fix compile. | foobar | 2001-01-03 | 1 | -6/+6 |
| | |||||
* | Many patches. I hope I remember them all: | Zeev Suraski | 2001-01-02 | 1 | -8/+8 |
| | | | | | | | | | - Make sapi_module available to external modules (PHPAPI) - Make the php.ini path reported in phpinfo() always point to real full path of the php.ini file - Optimized the ISAPI module not to read unnecessary server variables and read necessary variables at most once. | ||||
* | Fix a few possible bugs: | Zeev Suraski | 2000-12-30 | 1 | -5/+8 |
| | | | | | | | - engine=off in one or more vhosts could propogate to other vhosts - Under some error situations, the default values for INI directives could be erroneously replaced for a single request |