summaryrefslogtreecommitdiff
path: root/main/php_variables.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* fixed typo in CVS idfoobar2001-04-061-1/+1
* Added new configuration directives:foobar2001-04-041-2/+16
* Cookies use ; as argument separator.foobar2001-04-041-4/+5
* Fix the arg_separator behaviour. Only & or ; is allowed as separators so no n...foobar2001-03-271-13/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fix #7987: POST/GET: string with \0(%00) values not parsed correctlyStanislav Malyshev2000-12-121-8/+15
* @- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variablesZeev Suraski2000-11-071-7/+1
* Const'ify part of sapi_request_info.Sascha Schumann2000-11-021-6/+7
* Add additional parameter to parse_str for saving result (thanks toStanislav Malyshev2000-09-111-2/+2
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-25/+19
* Cleaning up some messSascha Schumann2000-08-211-0/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-7/+7
* - Nuke hash_*_ptr() functionsAndi Gutmans2000-03-241-2/+2
* @- Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"]Zeev Suraski2000-02-281-1/+0
* @- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated byZeev Suraski2000-02-261-14/+4
* @- Fixed crash when magic_quotes were switched off. (Thies)Thies C. Arntzen2000-02-211-1/+1
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* Worked on beautifying rfc1867.c a bitZeev Suraski2000-02-191-13/+33
* Make POST handling the way it should be. RFC1867, and any future POST handle...Zeev Suraski2000-02-171-52/+50
* @- Fixed RFC1867 file upload under Windows (Zeev)Zeev Suraski2000-02-151-1/+12
* - Improve startup speed a bit by using the hash_*_ptr() functionsAndi Gutmans2000-02-131-6/+6
* - Change the argument order of php_register_variable() to something moreZeev Suraski2000-01-291-3/+3
* - A few fixesZeev Suraski2000-01-281-1/+1
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-0/+317