summaryrefslogtreecommitdiff
path: root/main/php_variables.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Bump copyright year.Sebastian Bergmann2007-12-311-1/+1
* MFH:- Improved the error message for exceeding max_input_nesting_level.foobar2007-06-031-1/+1
* MFB: Improved fix for MOPB-02-2007Ilia Alshanetsky2007-06-031-4/+18
* fix for CVE-2007-1285 - crash on deep input variable nestingStanislav Malyshev2007-05-221-0/+5
* fix for #38236 (patch by ass3mbler@gmail.com)Stanislav Malyshev2007-04-131-10/+16
* revert by request of DerickAntony Dovgal2007-03-261-3/+0
* fix #40586 (_ENV vars get escaped when magic_quotes_gpc is on)Antony Dovgal2007-03-261-0/+3
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #36205 (Memory leaks on duplicate cookies)Dmitry Stogov2006-02-131-0/+2
* bump year and license versionfoobar2006-01-011-4/+4
* fix build - missing closing parenthesisRob Richards2005-10-021-1/+1
* MFH: Fixed possible GLOBALS variable override when register_globals are ON.Ilia Alshanetsky2005-09-281-0/+11
* MFH: revertIlia Alshanetsky2005-07-181-2/+1
* MFH: Fixed handling of HTTP requests with multiple Cookie headers.Ilia Alshanetsky2005-07-181-1/+2
* Fixed bug #32802 (broken MFH)Ilia Alshanetsky2005-05-171-0/+14
* I am reverting this patch:Rasmus Lerdorf2005-05-131-13/+2
* MFH: Revert. Nokia didn't pay me enough. :)foobar2005-04-251-1/+1
* MFH: Fixed bug #32802 (General cookie overrides more specific cookie).Ilia Alshanetsky2005-04-241-2/+13
* MFH: - Fixed bug #32111 (Cookies can also be separated by colon)foobar2005-04-231-1/+1
* MFH: fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )Antony Dovgal2004-10-181-1/+5
* Stop at the index on an unmatched [Rasmus Lerdorf2004-09-091-1/+1
* MFH: Fixed bug #25836 (last key of multi-dimensional array passed via GPCIlia Alshanetsky2003-10-141-1/+7
* MFH: Fixed bug #24208Ilia Alshanetsky2003-06-161-0/+2
* MFH: Fixed bug #24007 (Problem with register_globals & arrays)Ilia Alshanetsky2003-06-141-22/+1
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFHIlia Alshanetsky2002-12-301-17/+26
* MFHIlia 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
* 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