#
376a04e1 |
| 07-Aug-2011 |
Xinchen Hui |
revert -r314422 No need to check erealloc's return
|
#
b2110c3e |
| 07-Aug-2011 |
Xinchen Hui |
Fixed bug that may dereferenced NULL pointer before checking
|
#
a35462c7 |
| 07-Aug-2011 |
Xinchen Hui |
Fixed bug that may dereferenced NULL pointer before checking
|
#
59b7b270 |
| 07-Aug-2011 |
Xinchen Hui |
Fixed bug that may dereferenced NULL pointer before checking
|
#
997f323e |
| 06-Aug-2011 |
Felipe Pena |
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
|
#
707a8f70 |
| 06-Aug-2011 |
Felipe Pena |
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
|
#
9480eace |
| 06-Aug-2011 |
Felipe Pena |
- Added ZEND_MOD_END macro to use in the end of zend_module_dep[]
|
Revision tags: php-5.4.0alpha3, php-5.3.7RC4 |
|
#
23e43859 |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro
|
#
4b30846b |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro
|
#
da376383 |
| 25-Jul-2011 |
Felipe Pena |
- Make usage of new PHP_FE_END macro
|
#
9805e167 |
| 22-Jul-2011 |
Pierre Joye |
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
#
cc1c7af0 |
| 22-Jul-2011 |
Pierre Joye |
- remove magic quotes support, functions are kept (see the NEWS entry for the details) for BC reasons but do not allow to set enable MQ
|
Revision tags: php-5.3.7RC3, php-5.4.0alpha2 |
|
#
513dc267 |
| 12-Jul-2011 |
Kalle Sommer Nielsen |
Changed http_response_code() to be able to set a response code
|
#
9f782a73 |
| 12-Jul-2011 |
Kalle Sommer Nielsen |
Changed http_response_code() to be able to set a response code
|
Revision tags: php-5.3.7RC2 |
|
#
6c02d95b |
| 23-Jun-2011 |
Felipe Pena |
- Missing valid path check
|
#
f9f298cc |
| 23-Jun-2011 |
Felipe Pena |
- Missing valid path check
|
#
08ddf683 |
| 23-Jun-2011 |
Felipe Pena |
- Fixed crash in error_log() (strlen(NULL)) reported by: shm, Maksymilian Arciemowicz
|
#
97ec4f27 |
| 20-Jun-2011 |
Patrick Allaert |
Changed register_shutdown_function() to reflect that it is using a cb (thx arpad)
|
Revision tags: php-5.4.0alpha1, php-5.3.7RC1 |
|
#
bc6cb0c7 |
| 12-Jun-2011 |
Felipe Pena |
- Fixed bug #54680 (missing TRACK_VARS_SERVER check)
|
#
8d4a35f3 |
| 12-Jun-2011 |
Felipe Pena |
- Fixed bug #54680 (missing TRACK_VARS_SERVER check)
|
#
0ec17583 |
| 12-Jun-2011 |
Felipe Pena |
- Fixed bug #54680 (missing TRACK_VARS_SERVER check)
|
#
33a8442c |
| 07-Jun-2011 |
Felipe Pena |
- Fix memory leak caused by RSHUTDOWN not being called by MINIT dependency
|
#
32b5f8a1 |
| 06-Jun-2011 |
Felipe Pena |
- Added new parameter parsing option (p - for valid path (string without null byte in the middle)) # The tests will be fixed in the next commits
|
#
4737910b |
| 06-Jun-2011 |
Felipe Pena |
- Added new parameter parsing option (p - for valid path (string without null byte in the middle)) # The tests will be fixed in the next commits
|
#
14e33055 |
| 03-Jun-2011 |
Scott MacVicar |
Further fix for #54918 - We attach a bunch of submodules loading to the basic MINIT, but if an error occurs during their MINIT we still call the MSHUTDOWN() Other possible fix is that we sho
Further fix for #54918 - We attach a bunch of submodules loading to the basic MINIT, but if an error occurs during their MINIT we still call the MSHUTDOWN() Other possible fix is that we should halt execution entirely when this happens but this feels a little drastic. Committing to trunk for now
show more ...
|