Revision tags: php-5.2.7RC2 |
|
#
8a106deb |
| 22-Oct-2008 |
Ilia Alshanetsky |
Revert define() fix, it needs further review |
#
e2bee492 |
| 19-Oct-2008 |
Ilia Alshanetsky |
Fixed bug #46341 (Added missing validation checks into define() for class constants) |
Revision tags: php-5.2.7RC1 |
|
#
317b48f3 |
| 22-Aug-2008 |
Felipe Pena |
MFH: - Fixed bug #45862 (get_class_vars is inconsistent with 'protected' and 'private' variables) - Added some tests |
#
9c787d8c |
| 18-Aug-2008 |
Felipe Pena |
- MFH: Fixed bug #45743 (property_exists fails to find static protected member in child class) |
Revision tags: php-4.4.9 |
|
#
e304515d |
| 02-Aug-2008 |
Felipe Pena |
- MFH: Added parameter TSRMLS_DC in zend_is_callable() |
Revision tags: php-5.3.0alpha1 |
|
#
1f845199 |
| 24-Jul-2008 |
Moriyoshi Koizumi |
- MFH: Suppress signedness warnings |
#
0fbe6a0c |
| 24-Jul-2008 |
Felipe Pena |
- MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments. |
Revision tags: php-4.4.9RC1 |
|
#
d619b57e |
| 21-Jul-2008 |
Hannes Magnusson |
MFH: Add E_USER_DEPRECATED (patch by Lars Strojny) |
#
73d93df4 |
| 06-Jul-2008 |
Felipe Pena |
- Fixed arginfo |
#
816e66a8 |
| 05-Jul-2008 |
Felipe Pena |
- Added arginfo - Removed #include "zend_arg_defs.c" |
#
22b86e5d |
| 01-Jul-2008 |
Antony Dovgal |
MFH |
#
d8bc2719 |
| 25-Jun-2008 |
Felipe Pena |
- Removed E_DEPRECATED on is_a() (http://marc.info/?l=php-internals&m=121390431523970&w=2) [doc] |
#
8b8f3599 |
| 19-Jun-2008 |
Dmitry Stogov |
Fixed #45307 (define() crashes because of uninitialized variable) |
#
58a673a9 |
| 18-Jun-2008 |
Stanislav Malyshev |
Use new parameter parsing API for builtin functions |
Revision tags: BEFORE_NEW_PARAMETER_PARSE |
|
#
7da75d81 |
| 27-May-2008 |
Matt Wilmas |
MFH: Add array_init_size() and use it where array size is known at initialization |
Revision tags: RELEASE_1_2_5, RELEASE_2_0_0b1 |
|
#
907fa665 |
| 12-May-2008 |
Dmitry Stogov |
Added API to use namesapces in internal extensions |
Revision tags: php-5.2.6 |
|
#
2ecf4bb0 |
| 29-Apr-2008 |
Dmitry Stogov |
Lazy EG(active_symbol_table) initialization |
Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
cc2b17d5 |
| 10-Mar-2008 |
Felipe Pena |
MFH: Added new macro for check void parameters. (deprecating ZEND_WRONG_PARAM_COUNT for this cases) |
Revision tags: php-5.2.6RC2, php-5.2.6RC1 |
|
#
d3e50265 |
| 23-Feb-2008 |
Marcus Boerger |
- MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) [DOC] Finally added deprecation messages |
#
18cc21c6 |
| 21-Feb-2008 |
Dmitry Stogov |
Fixed bug #43483 (get_class_methods() does not list all visible methods) |
Revision tags: RELEASE_1_3_1 |
|
#
cb714158 |
| 19-Feb-2008 |
Dmitry Stogov |
Fixed memory leaks |
#
d90ebc65 |
| 24-Jan-2008 |
Dmitry Stogov |
Fixed comilation warnings |
#
0b682510 |
| 24-Jan-2008 |
Dmitry Stogov |
Changed EG(argument_stack) implementation. |
#
71592cec |
| 22-Jan-2008 |
Dmitry Stogov |
Added garbage collector |
Revision tags: php-4.4.8 |
|
#
d1dded87 |
| 31-Dec-2007 |
Sebastian Bergmann |
MFH: Bump copyright year, 2 of 2. |