summaryrefslogtreecommitdiff
path: root/sapi/apache/mod_php4.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-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 codeZeev Suraski2001-07-241-0/+1
|
* Use synchronous php_request_shutdown in the standard case andSascha Schumann2001-07-231-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..catchZeev Suraski2001-07-211-60/+60
| | | | | Note: You may *not* return directly from a catch block
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-39/+128
|
* Oops, sorry. I should not have committed this ebcdic fix (which was none)Martin Kraemer2001-06-011-3/+0
|
* Fix Basic auth (when under PHP control) for EBCDIC platformsMartin Kraemer2001-05-231-0/+3
|
* # Revert the SLS_FETCH() ;)Sterling Hughes2001-05-161-4/+1
|
* Remove redundancySterling Hughes2001-05-161-2/+4
| | | | | # And further fix problem ;)
* fix windows build.Sterling Hughes2001-05-161-0/+1
| | | | | #untested
* Merge memory usage into memory limitZeev Suraski2001-05-161-2/+2
|
* add missing apls_fetchDaniel Beulshausen2001-05-161-0/+1
|
* Move the initialization to a safer place (earlier, it could end upZeev Suraski2001-05-151-1/+1
| | | | | not being reset to 0 under certain circumstances)
* Safer detection of recursive PHP invocationsZeev Suraski2001-05-131-1/+4
|
* @- Added --enable-memory-usage-info. This creates a new Apache 1.x loggingThies C. Arntzen2001-05-111-1/+13
| | | | | | @ directive "{mod_php_memory_usage}n" which will log the peak amount of @ memory used by the script. (Thies)
* whitespaceZeev Suraski2001-05-071-2/+2
|
* Allow virtual() of PHP files. We may have to improve the detection code aZeev Suraski2001-05-071-6/+17
| | | | | bit, but it worked well on everything I tried.
* Fix off-by-one on config values set from Apache configStanislav Malyshev2001-03-131-1/+1
| | | | | | # It didn't really hurt, since the extra character was always \0, # but the phpinfo() display came out ugly.
* Avoid using ret uninitializedZeev Suraski2001-03-061-1/+1
|
* Avoid writing to error_log in case of aborted connections.Zeev Suraski2001-03-061-3/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* Kill warningRasmus Lerdorf2001-01-221-1/+0
|
* Sigh. Even less sleep than I thought :) Really fix it this time.Zeev Suraski2001-01-221-1/+1
|
* Too much work, not enough sleep... Fix hash lookupZeev Suraski2001-01-221-1/+1
|
* Don't overwrite PATH_TRANSLATED if it existsZeev Suraski2001-01-221-6/+16
|