Revision tags: php-5.0.4, php-4.3.11 |
|
#
6071843d |
| 28-Mar-2005 |
Ilia Alshanetsky |
Proper fix for the memory leak.
|
#
ec841c8e |
| 28-Mar-2005 |
Ilia Alshanetsky |
Fixed memory leak when variables_order does not contain 'S'.
|
Revision tags: php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1, RELEASE_0_2_4 |
|
#
ed9e8c7c |
| 17-Feb-2005 |
Ilia Alshanetsky |
Fixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globals is enabled).
|
Revision tags: RELEASE_0_2_3, RELEASE_0_2_2, RELEASE_0_2_1, RELEASE_0_2, php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1 |
|
#
0802b128 |
| 24-Oct-2004 |
Ilia Alshanetsky |
Make request start time be available via $_SERVER['REQUEST_TIME']. # As discussed on internals.
|
Revision tags: PRE_NEW_VM_GEN_PATCH |
|
#
e865bc2b |
| 18-Oct-2004 |
Antony Dovgal |
fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )
|
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3 |
|
#
bb8167cd |
| 09-Sep-2004 |
Rasmus Lerdorf |
Stop at the index on an unmatched [
|
Revision tags: PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1, php-5.0.0RC4, php-5.0.0, php-4.3.8 |
|
#
0e8de752 |
| 11-Jul-2004 |
Stefan Esser |
Ooups...
|
#
8c075de7 |
| 11-Jul-2004 |
Stefan Esser |
Fixed: PARSE_TYPE parameter to input_filter Fixed: input_filter should also be able to filter empty variables by name
|
#
e5cfb1d0 |
| 10-Jul-2004 |
Andi Gutmans |
- Better stability during premature shutdown of request startup
|
#
59d55efb |
| 26-Jun-2004 |
Stefan Esser |
As long we pass values by reference this is needed. Ugly!
|
Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2 |
|
#
02344b1d |
| 16-Mar-2004 |
Zeev Suraski |
Improve the way auto-globals JIT works, and add the ability to turn it off
|
Revision tags: php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2 |
|
#
e3c80d52 |
| 26-Jan-2004 |
foobar |
- Remove gpc_order since it doesn't serve any purpose.
|
Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
dbeb4158 |
| 08-Jan-2004 |
Andi Gutmans |
- A belated happy holidays and PHP 5
|
Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1 |
|
#
74eed615 |
| 01-Dec-2003 |
Derick Rethans |
- Fix the default SAPI filter too; all weird problems should be gone again.
|
#
750b0338 |
| 29-Nov-2003 |
Derick Rethans |
- Fix sapi_input_filter patch. Returning 1 from the filter handler should make PHP register the variable, returning 0 shouldn't. The new length of the variables being filtered is now retu
- Fix sapi_input_filter patch. Returning 1 from the filter handler should make PHP register the variable, returning 0 shouldn't. The new length of the variables being filtered is now returned in the new_val_len argument of the function.
show more ...
|
#
370dfd39 |
| 26-Nov-2003 |
Derick Rethans |
- Prevent registration of the variable when a zero-length is returned from the sapi_input_filter.
|
Revision tags: php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3 |
|
#
3c84c0ee |
| 14-Oct-2003 |
Ilia Alshanetsky |
Fixed bug #25836 (last key of multi-dimensional array passed via GPC not being escaped when magic_quotes_gpc is on).
|
#
dd7bdcf4 |
| 07-Oct-2003 |
Stanislav Malyshev |
Fix $_SERVER['argv'] and $_SERVER['argc']
|
Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2 |
|
#
b3920d50 |
| 01-Oct-2003 |
Andrei Zmievski |
Made the $argc and $argv always available as globals in CLI, and not as $_SERVER vars which depended on variables_order anyway. No more silliness.
|
Revision tags: php-4.3.4RC1, RELEASE_0_7, php-4.3.3, php-4.3.3RC4, RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO |
|
#
de7f7658 |
| 31-Jul-2003 |
Ilia Alshanetsky |
Only register server variables when needed.
|
#
0eb76eb2 |
| 31-Jul-2003 |
Ilia Alshanetsky |
Fixed bug #24883 (variables created through register_globals, ignore gpc_order and variables_order). Prevent multiple registration of ENV & SERVER variables when more then one is specifie
Fixed bug #24883 (variables created through register_globals, ignore gpc_order and variables_order). Prevent multiple registration of ENV & SERVER variables when more then one is specified. Prevent multiple addition of GET/POST/COOKIE variables when building _REQUEST.
show more ...
|
Revision tags: php-4.3.3RC2 |
|
#
0a49c033 |
| 22-Jul-2003 |
Zeev Suraski |
- Use the new infrastructure of zend_symtable_*() (fixes bug #24565) - Fix bogus use of get_current_key()
|
#
023c8a7d |
| 21-Jul-2003 |
Zeev Suraski |
Fix register_globals
|
Revision tags: php-5.0.0b1, php-4.3.3RC1 |
|
#
e4014204 |
| 16-Jun-2003 |
Ilia Alshanetsky |
Fixed bug #24208
|
#
93a52384 |
| 14-Jun-2003 |
Ilia Alshanetsky |
Fixed bug #24007 (Problem with register_globals & arrays)
|