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.
|
Revision tags: php-4.4.8RC1, RELEASE_1_2_3 |
|
#
648fbe9d |
| 22-Nov-2007 |
Dmitry Stogov |
Fixed bug #43128 (Very long class name causes segfault)
|
Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1 |
|
#
4b4d634c |
| 07-Oct-2007 |
Yiduo (David) Wang |
MFH: Added macros for managing zval refcounts and is_ref statuses
|
Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
eb0c56ad |
| 03-Oct-2007 |
Dmitry Stogov |
Fixed bug #42820 (defined() on constant with namespace prefixes tries to load class).
|
#
166266df |
| 29-Sep-2007 |
Dmitry Stogov |
Added support for Late Static Binding. (Dmitry, Etienne Kneuss)
|
#
f32ffe9b |
| 28-Sep-2007 |
Dmitry Stogov |
Namespaces
|