Revision tags: php-5.2.0RC1 |
|
#
519ed8e1 |
| 24-Jul-2006 |
Marcus Boerger |
- Better fix for #34505 and related, drop zend_unmangle_property_name_ex() |
#
92696119 |
| 20-Jul-2006 |
Antony Dovgal |
MFH |
#
dd5cbcd2 |
| 09-Jul-2006 |
Marcus Boerger |
- Fixed Bug #37811 define not using toString on objects |
Revision tags: php-4.4.3RC2 |
|
#
badf27fb |
| 27-Jun-2006 |
Antony Dovgal |
MFH: no need to throw E_ERROR here |
Revision tags: BEFORE_NEW_OUTPUT_API |
|
#
8df40bdb |
| 31-May-2006 |
Dmitry Stogov |
Keeping consistent arg_stack during arguments freeing (Exception from destructor may use inconsistent arg_stack for backtrace). |
Revision tags: php-4.4.3RC1 |
|
#
637a4042 |
| 09-May-2006 |
Marcus Boerger |
- MFH as discussed . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_
- MFH as discussed . zend_exception_get_default() -> zend_exception_get_default(TSRMLS_D) . zend_get_error_exception() -> zend_get_error_exception(TSRMLS_D) . added E_RECOVERABLE_ERROR . added ZEND_TOSTRING_FUNC_NAME . added __tostring function cache to zend_class_entry . added ZEND_NAMED_ME . modified ZEND_ME_MAPPING to support method flags . added ZEND_MN . method entries now use prefix "zim_" instead of "zif_" . drop EG(ze1_compatibility_mode) . changed cast handler, now without (int should_free): typedef int (*zend_object_cast_t)(zval *readobj, zval *retval, int type TSRMLS_DC); . changed get_iterator, now receives whether value is by ref: zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC); . added zend_objects_store_add_ref_by_handle . added zend_objects_store_del_ref_by_handle . convert_to_explicit_type(pzv, type)
show more ...
|
Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3 |
|
#
e25a1dcc |
| 05-Apr-2006 |
Antony Dovgal |
fix #36944 (strncmp & strncasecmp do not return false on negative string length) |
Revision tags: php-5.1.3RC2 |
|
#
cfbcb43d |
| 28-Mar-2006 |
Antony Dovgal |
fix #36897 (debug_print_backtrace() doesn't return void but array(0) {}) |
Revision tags: php-5.1.3RC1, RELEASE_1_2 |
|
#
b32a78c4 |
| 03-Mar-2006 |
Dmitry Stogov |
Remove "called at [(null):0]" from debug backtrace |
#
da307918 |
| 07-Feb-2006 |
Andrei Zmievski |
MFH. |
Revision tags: RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
61e93ccf |
| 04-Jan-2006 |
Andi Gutmans |
- Update copyright notices to 2006 |
Revision tags: php-5.1.2RC1, RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2 |
|
#
8768ab94 |
| 01-Dec-2005 |
Dmitry Stogov |
Fixed bug #34729 (Crash in ZTS mode under Apache) |
Revision tags: php-5.1.1 |
|
#
f5117c81 |
| 24-Nov-2005 |
Sebastian Bergmann |
MFH: Add an additional field $frame['object'] to the result array of debug_backtrace() that contains a reference to the respective object when the frame was called from an object. |
Revision tags: php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1, RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3, php-5.1.0RC2, php-4.4.1RC1, RELEASE_0_9_0 |
|
#
f43767b2 |
| 16-Sep-2005 |
Antony Dovgal |
fix #34505 (possible memory corruption when unmangling properties with empty names) 1st part |
Revision tags: RELEASE_1_0RC1 |
|
#
9305339d |
| 09-Sep-2005 |
Dmitry Stogov |
Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() functions to not call __autoload(). |
Revision tags: PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5 |
|
#
248345d9 |
| 01-Sep-2005 |
Dmitry Stogov |
Support for class constants and static members for internal classes |
Revision tags: php-5.0.5RC2 |
|
#
33df5975 |
| 22-Aug-2005 |
Stanislav Malyshev |
fix crash if throw attempted outside of executable code |
Revision tags: php-5.0.5RC1 |
|
#
4e798f6e |
| 18-Aug-2005 |
Antony Dovgal |
MFH: fix memleak |
Revision tags: php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
916815b7 |
| 03-Aug-2005 |
foobar |
Bump up the year |
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0, php-4.4.0RC2 |
|
#
d5a12960 |
| 27-Jun-2005 |
Stanislav Malyshev |
fix various "Class entry requested for an object without PHP class" messages when working with non-PHP objects. # Using Z_OBJCE(object)->name is usually bad idea unless you know it's # a
fix various "Class entry requested for an object without PHP class" messages when working with non-PHP objects. # Using Z_OBJCE(object)->name is usually bad idea unless you know it's # a pure PHP object
show more ...
|
#
0e720a8b |
| 27-Jun-2005 |
Dmitry Stogov |
Fixed wrong include/requre occurrences in debug backtrace. |
#
f3f97394 |
| 23-Jun-2005 |
Dmitry Stogov |
Fixed bug #28377 (debug_backtrace is intermittently passing args) |
#
f17f5da8 |
| 23-Jun-2005 |
Dmitry Stogov |
Fixed bug #30828 (debug_backtrace() reports incorrect class in overridden methods) |
Revision tags: php-5.1.0b2 |
|
#
da2ab061 |
| 22-Jun-2005 |
Dmitry Stogov |
Fixed bug #29896 (Backtrace argument list out of sync) |
Revision tags: php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
fac2718e |
| 07-Jun-2005 |
Dmitry Stogov |
Fixed memory leak in debug_print_backtrace() |