145 Commits (dfab627dfaf960b74e68505d2a7e35110fb00a68)

Author SHA1 Message Date
Sebastian Bergmann 9b620d50b4 Bump copyright year, 2 of 2. 18 years ago
Yiduo (David) Wang 95da0dc570 Added macros for managing zval refcounts and is_ref statuses 19 years ago
Antony Dovgal e593d7d611 add comment (the code is not that obvious indeed) 19 years ago
Antony Dovgal 71d7ee6d33 port the max_input_nesting_level ini option to Unicode mode 19 years ago
Antony Dovgal ecd414c3b8 no register_globals in HEAD 19 years ago
foobar feab02f3ed - Improved the error message for exceeding max_input_nesting_level. 19 years ago
Ilia Alshanetsky 7d74c2c3e6 MFB: Improved fix for MOPB-02-2007 19 years ago
Antony Dovgal 39454ffdfa fix compile warning 19 years ago
Stanislav Malyshev 3a0d0d1f2d limit nesting level of input variables 19 years ago
Sebastian Bergmann 3717df72ae Bump year. 19 years ago
Andrei Zmievski 3de95b79c3 Keep CLI args as binary strings. 20 years ago
Ilia Alshanetsky 9901e4a31d MFB: 20 years ago
Ilia Alshanetsky 16e11ad947 MFB: Strip leading spaces from cookie names, that can come from multi-cookie 20 years ago
Johannes Schlüter 823681aaa0 - Fix merging of $_REQUEST in unicode mode and remove $GLOBALS check from 20 years ago
Dmitry Stogov 128548a5c0 Disabled autoconversion of hash keys (from string to unicode) for PHP arrays 20 years ago
Antony Dovgal 2c946984da unused variable 20 years ago
Antony Dovgal dbe2092313 implement zend_unicode_to_string() and zend_string_to_unicode() 20 years ago
Ilia Alshanetsky d2579f9dd1 MFB: Fixed bug #38236 (Binary data gets corrupted on multipart/formdata 20 years ago
Dmitry Stogov 736b8d903b Fixed bug #37276 (problems witch $_POST array) 20 years ago
Dmitry Stogov 83657db8ff Fixed memory leaks 20 years ago
foobar 6af3218f81 more cleanup (lingering ini settings which do not exist anymore, etc.) 20 years ago
Dmitry Stogov 7a6284cef0 Optimization 20 years ago
Dmitry Stogov 00c81b0e49 Fixed register_argc_argv behavior. Now it behave in the same way as before in combinations with variables_order and auto_globals_jit. 20 years ago
Dmitry Stogov fb7324bb71 Fixed register_argc_argv 20 years ago
Dmitry Stogov 22a7b0c06e Allowed 'auto_globals_jit' work together with 'register_argc_argv' 20 years ago
Dmitry Stogov 22055cb8fd Dropped register_long_arrays, added E_CORE for all dropped setting 20 years ago
Pierre Joye bb1ec86f9d - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase 20 years ago
Pierre Joye 303bfea78f - remove register_globals support (aka "Kill the f***ing thing" :) 20 years ago
Dmitry Stogov c366cc6d1a Nuke int32_t (everywhere except streams layer) and signed/unsigned warnings 20 years ago
Dmitry Stogov e3b7f3fd0d Unicode support: MS Visual C compatibility 20 years ago
Dmitry Stogov 0f1209ab3d Portable unicode string API: 20 years ago
Dmitry Stogov 6da04e6292 pval -> zval (Steph) 20 years ago
Dmitry Stogov b238135d53 Fixed bug #36205 (Memory leaks on duplicate cookies) 20 years ago
Dmitry Stogov 09ca61c125 Made server wide switch for unicode on/off (according to PDM). 20 years ago
Dmitry Stogov 227295a4f1 Unicode stuff is changed according to decision maden on PDM. 20 years ago
foobar 251c5173fd bump year and license version 20 years ago
Ilia Alshanetsky 146517684d Fixed possible GLOBALS variable override when register_globals are ON. 21 years ago
Ilia Alshanetsky 5f1aa243c3 Fixed bug #34331 (php crashes when variables_order is empty). 21 years ago
Dmitry Stogov 239f84c215 Fixed incorrect variable parsing in non-unicode mode 21 years ago
Andrei Zmievski 264cec8be6 Unicode support. 21 years ago
Rasmus Lerdorf c95107492d MFB minor consistency cleanup 21 years ago
foobar 23e671a51e - Bumber up year 21 years ago
Ilia Alshanetsky 990f7043d9 Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash) 21 years ago
Ilia Alshanetsky 22db404132 Fixed bug #33904 (input array keys being escaped when magic quotes is off). 21 years ago
Rasmus Lerdorf c35454440c I could have sworn I committed this a while ago. Just a tiny NULL safety 21 years ago
Wez Furlong 27c24383ee revert my last change; chasing ghosts. 21 years ago
Wez Furlong 546418a66b Don't crash when no treat_data method has been set in the sapi module 21 years ago
Ilia Alshanetsky e77c65f081 Revert cookie patch for BC reasons. 21 years ago
Ilia Alshanetsky 75e6dd1c61 Fixed handling of HTTP requests with multiple Cookie headers. 21 years ago
Dmitry Stogov 28446a4e45 Fixed "refcount" counting for autoglobals 21 years ago