Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 | |
| | ||||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | WS | Antony Dovgal | 2008-08-30 | 1 | -3/+3 | |
| | ||||||
* | Oops, fix the assert. | Rasmus Lerdorf | 2008-08-30 | 1 | -1/+1 | |
| | ||||||
* | Fix for bugs 13961, 39927 and 45947 | Rasmus Lerdorf | 2008-08-30 | 1 | -1/+8 | |
| | ||||||
* | Lazy EG(active_symbol_table) initialization | Dmitry Stogov | 2008-04-29 | 1 | -0/+3 | |
| | ||||||
* | [DOC] add request_order INI variable to control $_REQUEST content | Stanislav Malyshev | 2008-03-12 | 1 | -1/+7 | |
| | | | | | | # if not set (default), variables_order still is used # request_order accepts G,P and C | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -14/+14 | |
| | ||||||
* | fix a few compiler warnings (mostly use of unitialized values) | Nuno Lopes | 2007-09-29 | 1 | -1/+2 | |
| | ||||||
* | MFH | Antony Dovgal | 2007-07-18 | 1 | -0/+2 | |
| | ||||||
* | MFH:- Improved the error message for exceeding max_input_nesting_level. | foobar | 2007-06-03 | 1 | -1/+1 | |
| | ||||||
* | Improved fix for MOPB-02-2007 | Ilia Alshanetsky | 2007-06-03 | 1 | -3/+17 | |
| | ||||||
* | Fixed bug #41093 (magic_quotes_gpc ignores first arrays keys). | Ilia Alshanetsky | 2007-04-17 | 1 | -2/+1 | |
| | ||||||
* | MFH: fix compile warning | Antony Dovgal | 2007-03-28 | 1 | -1/+1 | |
| | ||||||
* | fix variable name | Stanislav Malyshev | 2007-03-02 | 1 | -1/+1 | |
| | ||||||
* | limit nesting level of input variables | Stanislav Malyshev | 2007-03-02 | 1 | -0/+6 | |
| | ||||||
* | Fixed bug #39450 (getenv() fills other super-globals). | Ilia Alshanetsky | 2007-01-20 | 1 | -11/+3 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | Strip leading spaces from cookie names, that can come from multi-cookie | Ilia Alshanetsky | 2006-12-09 | 1 | -0/+12 | |
| | | | | | headers where ; can be followed by any number of spaces. | |||||
* | Fixed bug #38236 (Binary data gets corrupted on multipart/formdata POST). | Ilia Alshanetsky | 2006-07-27 | 1 | -10/+16 | |
| | ||||||
* | Fixed bug #37276 (problems witch $_POST array) | Dmitry Stogov | 2006-05-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed memory leaks | Dmitry Stogov | 2006-04-18 | 1 | -6/+4 | |
| | ||||||
* | Optimization | Dmitry Stogov | 2006-04-07 | 1 | -53/+47 | |
| | ||||||
* | Fixed register_argc_argv behavior. Now it behave in the same way as before ↵ | Dmitry Stogov | 2006-03-20 | 1 | -13/+18 | |
| | | | | in all combinations with register_globals, register_long_arrays, variables_order and auto_globals_jit. | |||||
* | Allowed 'auto_globals_jit' work together with 'register_argc_argv' | Dmitry Stogov | 2006-03-17 | 1 | -3/+14 | |
| | ||||||
* | Fixed bug #36205 (Memory leaks on duplicate cookies) | Dmitry Stogov | 2006-02-13 | 1 | -0/+1 | |
| | ||||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 | |
| | ||||||
* | MFH: Fixed possible GLOBALS variable override when register_globals are ON. | Ilia Alshanetsky | 2005-09-28 | 1 | -0/+7 | |
| | | | | | | MFH: Fixed possible register_globals toggle via parse_str(). MFH: Fixed negative offset handling in substr_compare() function. | |||||
* | MFH: Fixed bug #34331 (php crashes when variables_order is empty). | Ilia Alshanetsky | 2005-09-01 | 1 | -2/+2 | |
| | ||||||
* | Minor consistency cleanup | Rasmus Lerdorf | 2005-08-10 | 1 | -5/+4 | |
| | ||||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #33958 (duplicate cookies and magic_quotes=off may cause a crash) | Ilia Alshanetsky | 2005-08-02 | 1 | -1/+3 | |
| | ||||||
* | Fixed bug #33904 (input array keys being escaped when magic quotes is off). | Ilia Alshanetsky | 2005-07-29 | 1 | -2/+10 | |
| | ||||||
* | I could have sworn I committed this a while ago. Just a tiny NULL safety | Rasmus Lerdorf | 2005-07-25 | 1 | -1/+1 | |
| | | | | | check here. | |||||
* | revert my last change; chasing ghosts. | Wez Furlong | 2005-07-19 | 1 | -9/+3 | |
| | | | | | # the lesson is, ensure that php4 and php5 aren't loaded at the same time | |||||
* | Don't crash when no treat_data method has been set in the sapi module | Wez Furlong | 2005-07-19 | 1 | -3/+9 | |
| | | | | | # how come no one ran into this before? | |||||
* | Revert cookie patch for BC reasons. | Ilia Alshanetsky | 2005-07-18 | 1 | -2/+1 | |
| | ||||||
* | Fixed handling of HTTP requests with multiple Cookie headers. | Ilia Alshanetsky | 2005-07-18 | 1 | -1/+2 | |
| | ||||||
* | Fixed "refcount" counting for autoglobals | Dmitry Stogov | 2005-06-01 | 1 | -2/+19 | |
| | ||||||
* | Fixed possible memory corruption on request shutdown | Dmitry Stogov | 2005-05-31 | 1 | -0/+2 | |
| | | | | | `valgrind -q --tool=memcheck sapi/cli/php tests/reflection/001.phpt` | |||||
* | Fixed bug #29971 (variables_order behaviour) | Dmitry Stogov | 2005-05-25 | 1 | -2/+12 | |
| | ||||||
* | Revert. (Nokia is not that important :) | foobar | 2005-04-25 | 1 | -1/+1 | |
| | ||||||
* | MFB: zval** not zval* | Ilia Alshanetsky | 2005-04-24 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #32802 (General cookie overrides more specific cookie). | Ilia Alshanetsky | 2005-04-24 | 1 | -0/+12 | |
| | ||||||
* | - Fixed bug #32111 (Cookies can also be separated by colon) | foobar | 2005-04-23 | 1 | -1/+1 | |
| | ||||||
* | ws, pval -> zval | foobar | 2005-04-23 | 1 | -56/+40 | |
| | ||||||
* | added a server variable PHP_AUTH_DIGEST to support HTTP Digest Authentication. | Rui Hirokawa | 2005-04-04 | 1 | -0/+3 | |
| | ||||||
* | Proper fix for the memory leak. | Ilia Alshanetsky | 2005-03-28 | 1 | -2/+1 | |
| | ||||||
* | Fixed memory leak when variables_order does not contain 'S'. | Ilia Alshanetsky | 2005-03-28 | 1 | -1/+1 | |
| |