131 Commits (f3bfe975202bb9fa5c4e807dda575d177e66d42e)

Author SHA1 Message Date
Zeev Suraski ce20564d1e whitespace 24 years ago
Rui Hirokawa f30b722f14 Added conversion support from script character encoding to internal 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. 24 years ago
foobar f54f199906 This was not supposed to be uncommented..yet. 24 years ago
foobar dace2eca03 Part 4 of apache sapi build fixes: 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
Jeroen van Wolffelaar eb38ca844b Undo Z_ subst for sapi and ext/yaz 25 years ago
Jeroen van Wolffelaar c033288573 Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know. 25 years ago
Sascha Schumann 7c161fe069 WS-fix and directly use ap_psprintf instead of sprintf/ap_pstrdup 25 years ago
Thies C. Arntzen 9938137725 fixed memory_peak resetting 25 years ago
Derick Rethans 78747bd2df - Don't wrap lines... this is annoying while coding. 25 years ago
Sterling Hughes 198e6f3ea7 no need to cast a 'HashTable *' to 'HashTable *' 25 years ago
Zeev Suraski 6bba521dd3 API update 25 years ago
Thies C. Arntzen e8e401bc2d ypo;-) 25 years ago
Zeev Suraski 6ecae422c4 Use zend_first_try 25 years ago
Sascha Schumann 8aef193056 more tsrm cleanup 25 years ago
Zeev Suraski 1159c84ab7 - TSRMLS_FETCH work 25 years ago
Sebastian Bergmann b5763a70a6 Remove duplicate TSRMLS_FETCH() call. 25 years ago
Zeev Suraski 12318a2068 Fix Apache/ZTS build 25 years ago
Zeev Suraski d76cf1da18 More TSRMLS_FETCH work 25 years ago
Thies C. Arntzen 5f6e3db13f compile fix 25 years ago
Zeev Suraski 1c25b8dd53 Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way 25 years ago
Zeev Suraski d87cc976e1 Redesigned thread safety mechanism - nua nua 25 years ago
Zeev Suraski fe6f8712a4 - Get rid of ELS_*(), and use TSRMLS_*() instead. 25 years ago
Zeev Suraski 536a53356d Get rid of the redundant global startup code 25 years ago
Sascha Schumann 36be1040eb Use synchronous php_request_shutdown in the standard case and 25 years ago
Zeev Suraski 336004f4bc Improved bailout mechanism, supports nested bailouts a-la try..catch 25 years ago
Rasmus Lerdorf 81e2cf03ac Fix folding and clean up some extensions 25 years ago
Martin Kraemer f2002d3e41 Oops, sorry. I should not have committed this ebcdic fix (which was none) 25 years ago
Martin Kraemer c96d652843 Fix Basic auth (when under PHP control) for EBCDIC platforms 25 years ago
Sterling Hughes 0492f086e7 # Revert the SLS_FETCH() ;) 25 years ago
Sterling Hughes 2d84ecbba8 Remove redundancy 25 years ago
Sterling Hughes 4565812470 fix windows build. 25 years ago
Zeev Suraski 260b4d0dbf Merge memory usage into memory limit 25 years ago
Daniel Beulshausen e1a9871337 add missing apls_fetch 25 years ago
Zeev Suraski d1845fb138 Move the initialization to a safer place (earlier, it could end up 25 years ago
Zeev Suraski 0113263991 Safer detection of recursive PHP invocations 25 years ago
Thies C. Arntzen 169febcdf0 @- Added --enable-memory-usage-info. This creates a new Apache 1.x logging 25 years ago
Zeev Suraski 910e9d068c whitespace 25 years ago
Zeev Suraski d229f82a46 Allow virtual() of PHP files. We may have to improve the detection code a 25 years ago
Stanislav Malyshev 5c1f7a2f60 Fix off-by-one on config values set from Apache config 25 years ago
Zeev Suraski 800950c5a7 Avoid using ret uninitialized 25 years ago
Zeev Suraski 559c254f8f Avoid writing to error_log in case of aborted connections. 25 years ago
Andi Gutmans eb6ba01d1c - Fix copyright notices with 2001 25 years ago
Rasmus Lerdorf 0d0a8f55d6 Kill warning 25 years ago
Zeev Suraski 3793dc18f2 Sigh. Even less sleep than I thought :) Really fix it this time. 25 years ago
Zeev Suraski 9a02c9993d Too much work, not enough sleep... Fix hash lookup 25 years ago
Zeev Suraski 6255a24f1c Don't overwrite PATH_TRANSLATED if it exists 25 years ago
Zeev Suraski 43a7643453 Fix last couple of problematic execution paths that could corrupt the INI values 26 years ago
Zeev Suraski 60776dbeeb Fix Apache module and remove excess elements from the SAPI structure 26 years ago
foobar c5da386dbd Fix compile. 26 years ago