Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix dll export | Anatol Belski | 2014-04-24 | 1 | -1/+1 |
| | |||||
* | Made usage of php_hash_environment useful by updating instead of just adding ↵ | Bob Weinand | 2014-04-12 | 1 | -1/+1 |
| | | | | argc | ||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Reduce (some) compile noise of 'unused variable' and 'may be used ↵ | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
| | | | | uninitialized' warnings. | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical ↵ | Xinchen Hui | 2012-03-02 | 1 | -1/+1 |
| | | | | vars) | ||||
* | Improved max_input_vars directive to check nested variables | Dmitry Stogov | 2012-02-14 | 1 | -20/+15 |
| | |||||
* | Fixed memory leaks | Dmitry Stogov | 2012-02-02 | 1 | -15/+15 |
| | |||||
* | fix UMR in php_register_variable_ex, reported by Stefan Esser | Stanislav Malyshev | 2012-02-01 | 1 | -0/+3 |
| | |||||
* | Changed: restoring REQUEST_TIME as a long, introducing REQUEST_TIME_FLOAT ↵ | Patrick Allaert | 2012-01-06 | 1 | -4/+7 |
| | | | | instead as discussed on the ML | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Change fatal error into warning and ignore arguments over limit | Dmitry Stogov | 2011-12-22 | 1 | -8/+14 |
| | |||||
* | Added max_input_vars directive to prevent attacks based on hash collisions | Dmitry Stogov | 2011-12-14 | 1 | -0/+6 |
| | |||||
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -10/+10 |
| | |||||
* | - ws | Pierre Joye | 2011-08-23 | 1 | -3/+3 |
| | |||||
* | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -24/+3 |
| | | | | the details) for BC reasons but do not allow to set enable MQ | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Cleanup | Jani Taskinen | 2010-11-17 | 1 | -8/+8 |
| | |||||
* | Updated _SERVER['REQUEST_TIME'] to include microsecond precision. | Ilia Alshanetsky | 2010-11-06 | 1 | -2/+2 |
| | |||||
* | Use stack instead of heap | Dmitry Stogov | 2010-08-26 | 1 | -11/+14 |
| | |||||
* | - use interned strings for auto globals | Dmitry Stogov | 2010-07-08 | 1 | -88/+96 |
| | | | | | - $GLOBALS became a JIT autoglobal, so it's initialized only if used (this may affect opcode caches) | ||||
* | Removed register_globals | Kalle Sommer Nielsen | 2010-04-21 | 1 | -32/+8 |
| | |||||
* | Removed register_long_arrays ini option (and $HTTP_SESSION_VARS from ↵ | Kalle Sommer Nielsen | 2010-04-15 | 1 | -23/+7 |
| | | | | ext/session) | ||||
* | 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 |
| |