summaryrefslogtreecommitdiff
path: root/main/php_variables.c
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-10/+10
* add comment (the code is not that obvious indeed)Antony Dovgal2007-07-181-0/+4
* port the max_input_nesting_level ini option to Unicode modeAntony Dovgal2007-06-051-17/+34
* no register_globals in HEADAntony Dovgal2007-06-041-5/+1
* - 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-14/+20
* fix compile warningAntony Dovgal2007-03-281-1/+1
* limit nesting level of input variablesStanislav Malyshev2007-03-021-0/+6
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Keep CLI args as binary strings.Andrei Zmievski2006-12-121-1/+2
* MFB:Ilia Alshanetsky2006-12-091-1/+1
* MFB: Strip leading spaces from cookie names, that can come from multi-cookieIlia Alshanetsky2006-12-091-0/+11
* - Fix merging of $_REQUEST in unicode mode and remove $GLOBALS check fromJohannes Schlüter2006-10-211-9/+3
* Disabled autoconversion of hash keys (from string to unicode) for PHP arraysDmitry Stogov2006-09-191-16/+16
* unused variableAntony Dovgal2006-08-081-1/+1
* implement zend_unicode_to_string() and zend_string_to_unicode()Antony Dovgal2006-08-081-4/+4
* MFB: Fixed bug #38236 (Binary data gets corrupted on multipart/formdataIlia Alshanetsky2006-07-271-13/+21
* Fixed bug #37276 (problems witch $_POST array)Dmitry Stogov2006-05-031-1/+1
* Fixed memory leaksDmitry Stogov2006-04-181-6/+4
* more cleanup (lingering ini settings which do not exist anymore, etc.)foobar2006-04-101-1/+1
* OptimizationDmitry Stogov2006-04-071-59/+43
* Fixed register_argc_argv behavior. Now it behave in the same way as before in...Dmitry Stogov2006-03-201-14/+19
* Fixed register_argc_argvDmitry Stogov2006-03-171-2/+2
* Allowed 'auto_globals_jit' work together with 'register_argc_argv'Dmitry Stogov2006-03-171-2/+14
* Dropped register_long_arrays, added E_CORE for all dropped settingDmitry Stogov2006-03-161-23/+7
* - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybasePierre Joye2006-03-081-41/+8
* - remove register_globals support (aka "Kill the f***ing thing" :)Pierre Joye2006-03-071-25/+6
* Nuke int32_t (everywhere except streams layer) and signed/unsigned warningsDmitry Stogov2006-03-021-8/+8
* Unicode support: MS Visual C compatibilityDmitry Stogov2006-02-261-9/+12
* Portable unicode string API:Dmitry Stogov2006-02-211-7/+8
* pval -> zval (Steph)Dmitry Stogov2006-02-131-1/+1
* Fixed bug #36205 (Memory leaks on duplicate cookies)Dmitry Stogov2006-02-131-0/+1
* Made server wide switch for unicode on/off (according to PDM).Dmitry Stogov2006-02-131-6/+3
* Unicode stuff is changed according to decision maden on PDM.Dmitry Stogov2006-01-171-3/+1
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed possible GLOBALS variable override when register_globals are ON.Ilia Alshanetsky2005-09-281-0/+7
* Fixed bug #34331 (php crashes when variables_order is empty).Ilia Alshanetsky2005-09-011-2/+2
* Fixed incorrect variable parsing in non-unicode modeDmitry Stogov2005-08-121-1/+0
* Unicode support.Andrei Zmievski2005-08-111-28/+271
* MFB minor consistency cleanupRasmus Lerdorf2005-08-101-5/+4
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash)Ilia Alshanetsky2005-08-021-1/+3
* Fixed bug #33904 (input array keys being escaped when magic quotes is off).Ilia Alshanetsky2005-07-291-2/+10
* I could have sworn I committed this a while ago. Just a tiny NULL safetyRasmus Lerdorf2005-07-251-1/+1
* revert my last change; chasing ghosts.Wez Furlong2005-07-191-9/+3
* Don't crash when no treat_data method has been set in the sapi moduleWez Furlong2005-07-191-3/+9
* Revert cookie patch for BC reasons.Ilia Alshanetsky2005-07-181-2/+1
* Fixed handling of HTTP requests with multiple Cookie headers.Ilia Alshanetsky2005-07-181-1/+2
* Fixed "refcount" counting for autoglobalsDmitry Stogov2005-06-011-2/+19