summaryrefslogtreecommitdiff
path: root/main/php_variables.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the way auto-globals JIT works, and add the ability to turn it offZeev Suraski2004-03-161-7/+8
* - Remove gpc_order since it doesn't serve any purpose.foobar2004-01-261-41/+6
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Fix the default SAPI filter too; all weird problems should be gone again.Derick Rethans2003-12-011-1/+2
* - Fix sapi_input_filter patch. Returning 1 from the filter handler shouldDerick Rethans2003-11-291-7/+6
* - Prevent registration of the variable when a zero-length is returnedDerick Rethans2003-11-261-2/+6
* Fixed bug #25836 (last key of multi-dimensional array passed via GPCIlia Alshanetsky2003-10-141-1/+3
* Fix $_SERVER['argv'] and $_SERVER['argc']Stanislav Malyshev2003-10-071-1/+2
* Made the $argc and $argv always available as globals in CLI, and not asAndrei Zmievski2003-10-011-10/+19
* Only register server variables when needed.Ilia Alshanetsky2003-07-311-1/+1
* Fixed bug #24883 (variables created through register_globals, ignoreIlia Alshanetsky2003-07-311-14/+39
* - Use the new infrastructure of zend_symtable_*() (fixes bug #24565)Zeev Suraski2003-07-221-13/+13
* Fix register_globalsZeev Suraski2003-07-211-3/+46
* Fixed bug #24208Ilia Alshanetsky2003-06-161-0/+2
* Fixed bug #24007 (Problem with register_globals & arrays)Ilia Alshanetsky2003-06-141-22/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Make $_FILES auto global (bug #23680)Zeev Suraski2003-06-081-0/+1
* _SERVER also should not be quoted by magic_quotes_GPCShane Caraveo2003-03-301-7/+6
* On 64bit platforms, pointers are 64bit long..Moriyoshi Koizumi2003-03-281-1/+1
* Improved php_import_environment_variables: avoid emalloc()ing in most casesMoriyoshi Koizumi2003-03-271-2/+14
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-1/+1
* The environment should *never* be magic quoted.Shane Caraveo2003-03-231-0/+4
* Fixed compiler warnings.Ilia Alshanetsky2003-03-031-0/+2
* Fix old variable namesZeev Suraski2003-03-021-8/+8
* - Optimize $_REQUESTZeev Suraski2003-03-021-28/+45
* Add JIT initialization for _SERVER and _ENVZeev Suraski2003-03-021-0/+338
* An input filter might not simply strip stuff, it might also turn thingsRasmus Lerdorf2003-02-201-2/+2
* Input Filter support. See README.input_filter for details.Rasmus Lerdorf2003-02-191-0/+8
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed bug #21149 (fixed handling of unterminated '[').Ilia Alshanetsky2002-12-291-17/+26
* Fixed bug #20796. $_GET/$_POST/$_COOKIE data can get overwritten whenIlia Alshanetsky2002-12-071-6/+6
* make php_import_environment_variables overwritable so fastcgi can correctlyShane Caraveo2002-10-131-2/+4
* Fix last commit. This line isn't supposed to be replaced.Yasuo Ohgaki2002-09-081-1/+1
* MFBYasuo Ohgaki2002-09-071-1/+2
* use php_error_docref()Marcus Boerger2002-08-251-1/+1
* Add some assertionYasuo Ohgaki2002-08-081-1/+4
* made sapi_register_treat_data() to support multibyte input encoding translati...Rui Hirokawa2002-08-021-2/+1
* Fix for non-mbstring builds. Bad Yasuo! :)Zeev Suraski2002-07-311-3/+2
* Fixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c']Yasuo Ohgaki2002-07-281-0/+3
* break out if there is no data to work on.Stefan Esser2002-07-241-0/+4
* free_index is set but never usedSascha Schumann2002-05-041-2/+0
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* whitespaceZeev Suraski2001-11-241-0/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-9/+9
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* fix SAPI_POST_* exportsDaniel Beulshausen2001-08-151-1/+1
* more tsrm cleanupSascha Schumann2001-08-061-2/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-13/+11
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-11/+12