77 Commits (75df505fe6124e12e0185ee46cc47d2b20140887)

Author SHA1 Message Date
Zeev Suraski 02344b1dae Improve the way auto-globals JIT works, and add the ability to turn it off 22 years ago
foobar e3c80d52da - Remove gpc_order since it doesn't serve any purpose. 22 years ago
Andi Gutmans dbeb4158d2 - A belated happy holidays and PHP 5 22 years ago
Derick Rethans 74eed61504 - Fix the default SAPI filter too; all weird problems should be gone again. 23 years ago
Derick Rethans 750b0338bf - Fix sapi_input_filter patch. Returning 1 from the filter handler should 23 years ago
Derick Rethans 370dfd39a9 - Prevent registration of the variable when a zero-length is returned 23 years ago
Ilia Alshanetsky 3c84c0eefc Fixed bug #25836 (last key of multi-dimensional array passed via GPC 23 years ago
Stanislav Malyshev dd7bdcf4b1 Fix $_SERVER['argv'] and $_SERVER['argc'] 23 years ago
Andrei Zmievski b3920d5012 Made the $argc and $argv always available as globals in CLI, and not as 23 years ago
Ilia Alshanetsky de7f7658cf Only register server variables when needed. 23 years ago
Ilia Alshanetsky 0eb76eb2ec Fixed bug #24883 (variables created through register_globals, ignore 23 years ago
Zeev Suraski 0a49c033d0 - Use the new infrastructure of zend_symtable_*() (fixes bug #24565) 23 years ago
Zeev Suraski 023c8a7d95 Fix register_globals 23 years ago
Ilia Alshanetsky e40142047b Fixed bug #24208 23 years ago
Ilia Alshanetsky 93a5238465 Fixed bug #24007 (Problem with register_globals & arrays) 23 years ago
James Cox f68c7ff249 updating license information in the headers. 23 years ago
Zeev Suraski ce40bc9073 Make $_FILES auto global (bug #23680) 23 years ago
Shane Caraveo 0f3a0dfa52 _SERVER also should not be quoted by magic_quotes_GPC 23 years ago
Moriyoshi Koizumi e1eb238cf2 On 64bit platforms, pointers are 64bit long.. 23 years ago
Moriyoshi Koizumi 961ad8e24a Improved php_import_environment_variables: avoid emalloc()ing in most cases 23 years ago
Sebastian Bergmann 5ca078779a Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32. 23 years ago
Shane Caraveo 456b6cbeab The environment should *never* be magic quoted. 23 years ago
Ilia Alshanetsky 66c05f7035 Fixed compiler warnings. 23 years ago
Zeev Suraski 1f63fba1b7 Fix old variable names 23 years ago
Zeev Suraski 622da33231 - Optimize $_REQUEST 23 years ago
Zeev Suraski 4e55747a2b Add JIT initialization for _SERVER and _ENV 23 years ago
Rasmus Lerdorf d08a0e99c8 An input filter might not simply strip stuff, it might also turn things 23 years ago
Rasmus Lerdorf 7429c2dc3f Input Filter support. See README.input_filter for details. 23 years ago
foobar 8e3f23e3c0 ws fixes + missing $Id$ tags, headers added 23 years ago
Sebastian Bergmann 2c5d4b8c23 Bump year. 23 years ago
Ilia Alshanetsky 1f50681813 Fixed bug #21149 (fixed handling of unterminated '['). 24 years ago
Ilia Alshanetsky 683251eba3 Fixed bug #20796. $_GET/$_POST/$_COOKIE data can get overwritten when 24 years ago
Shane Caraveo 96b9c0a523 make php_import_environment_variables overwritable so fastcgi can correctly 24 years ago
Yasuo Ohgaki b83255aab0 Fix last commit. This line isn't supposed to be replaced. 24 years ago
Yasuo Ohgaki 17e0d9c642 MFB 24 years ago
Marcus Boerger a1f7bb12f1 use php_error_docref() 24 years ago
Yasuo Ohgaki 6ad0dbf5fa Add some assertion 24 years ago
Rui Hirokawa 7527bf0c58 made sapi_register_treat_data() to support multibyte input encoding translation without MBSTR_ENC_TRANS and changed php_treat_data to php_default_treat_data. 24 years ago
Zeev Suraski a842e12ad2 Fix for non-mbstring builds. Bad Yasuo! :) 24 years ago
Yasuo Ohgaki 92e542db27 Fixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c'] 24 years ago
Stefan Esser 5b3ee5f27a break out if there is no data to work on. 24 years ago
Sascha Schumann c998176089 free_index is set but never used 24 years ago
Sebastian Bergmann 38933514e1 Update headers. 25 years ago
Zeev Suraski a25ccbec2e whitespace 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
Derick Rethans 78747bd2df - Don't wrap lines... this is annoying while coding. 25 years ago
Daniel Beulshausen 0dab84d065 fix SAPI_POST_* exports 25 years ago
Sascha Schumann 23b9300fd1 more tsrm cleanup 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