Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5, php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3 |
|
#
30f4d3f9 |
| 26-Jul-2006 |
Dmitry Stogov |
Fixed bug #38220 (Crash on some object operations)
|
Revision tags: php-5.2.0RC1, php-4.4.3RC2 |
|
#
51d49585 |
| 05-Jun-2006 |
Zeev Suraski |
Restore ZE1 compatibility mode (Zend Engine part - the modules patches will follow later today)
|
Revision tags: BEFORE_NEW_OUTPUT_API |
|
#
51e52e20 |
| 31-May-2006 |
Dmitry Stogov |
Support for nested exceptions and fatal errors in destructors
|
Revision tags: php-4.4.3RC1 |
|
#
290ed550 |
| 20-May-2006 |
Marcus Boerger |
- MFH Improved error message
|
#
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, php-5.1.3RC2 |
|
#
59b8592c |
| 29-Mar-2006 |
Antony Dovgal |
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_ob
fix bug #36898 (__set() leaks in classes extending internal ones) Added: ZEND_API void zend_object_std_init(zend_object *object, zend_class_entry *ce TSRMLS_DC) ZEND_API void zend_object_std_dtor(zend_object *object TSRMLS_DC) to initialize and destroy zend_object structs
show more ...
|
Revision tags: php-5.1.3RC1, RELEASE_1_2, 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, php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1 |
|
#
64931b62 |
| 15-Nov-2005 |
Dmitry Stogov |
Allow recursive calls to __get/__set for different properties
|
Revision tags: 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, RELEASE_1_0RC1, PRE_NEW_OCI8_EXTENSION, php-5.1.0RC2_PRE, php-5.0.5, php-5.0.5RC2, php-5.0.5RC1, php-5.1.0RC1, BEFORE_UNICODE_MERGE, RELEASE_2_0_0 |
|
#
23e4102e |
| 04-Aug-2005 |
Dmitry Stogov |
Fixed clone bug in ze1_compatibilty mode
|
#
916815b7 |
| 03-Aug-2005 |
foobar |
Bump up the year
|
Revision tags: RELEASE_0_9, php-5.1.0b3, php-4.4.0 |
|
#
345e0255 |
| 07-Jul-2005 |
Dmitry Stogov |
Fixed bug #33512 (Add missing support for isset()/unset() overloading to complement the property get/set methods)
|
Revision tags: php-4.4.0RC2, php-5.1.0b2, php-4.4.0RC1, php-5.1.0b1, php-5.0.1b1 |
|
#
7e8bd05c |
| 07-Jun-2005 |
Ilia Alshanetsky |
Fixed ZTS build.
|
#
055e889b |
| 07-Jun-2005 |
Dmitry Stogov |
Fixed bug #33243 (ze1_compatibility_mode does not work as expected)
|
Revision tags: RELEASE_0_3, php-5.0.4, php-4.3.11, php-5.0.4RC2, php-4.3.11RC2, php-5.0.4RC1, php-4.3.11RC1 |
|
#
8140f095 |
| 24-Feb-2005 |
Andi Gutmans |
- Revert following patch until we decide what is the right way to handle - this: - Fix signatures they are all meant to be able to deal with any type in any object storage (though we
- Revert following patch until we decide what is the right way to handle - this: - Fix signatures they are all meant to be able to deal with any type in any object storage (though we are still missing several parts)
show more ...
|
#
3096f1ed |
| 22-Feb-2005 |
Marcus Boerger |
- Fix signatures they are all meant to be able to deal with any type in any object storage (though we are still missing several parts)
|
Revision tags: RELEASE_0_2_4, 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, PRE_NEW_VM_GEN_PATCH |
|
#
e39f3f3f |
| 28-Sep-2004 |
Marcus Boerger |
Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct)
|
Revision tags: php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH |
|
#
dd5652e4 |
| 06-Sep-2004 |
Marcus Boerger |
- Fix handling of exceptions in dtors
|
Revision tags: 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, 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, php-5.0.0RC1RC1, RELEASE_0_2_0 |
|
#
3333380b |
| 02-Mar-2004 |
Andi Gutmans |
- Improve fix for protecting destructor's from exceptions. - I was killing the current exception completely which was wrong.
|
#
8912a50b |
| 01-Mar-2004 |
Andi Gutmans |
- Fix crash in destructors(). You can't throw an exception in destructors as there is no guaranteed time when the destructor will be called.
|
Revision tags: php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1 |
|
#
3ac58bff |
| 04-Feb-2004 |
Zeev Suraski |
- Small fixes
|
#
f5f7d569 |
| 04-Feb-2004 |
Zeev Suraski |
Change destructor implementation (details will follow on internals@)
|
#
363c5878 |
| 03-Feb-2004 |
Marcus Boerger |
Nuke unused variable
|
Revision tags: php-4.3.5RC2 |
|
#
848d4aed |
| 03-Feb-2004 |
Zeev Suraski |
Perform a bitwise copy of the object even when __clone() is defined. __clone() is back to not requiring any arguments, as $that is no longer needed ($this already contains a copy of the origi
Perform a bitwise copy of the object even when __clone() is defined. __clone() is back to not requiring any arguments, as $that is no longer needed ($this already contains a copy of the original object, by the time we __clone() is executed). Calling the parent clone is done using parent::__clone()
show more ...
|
#
8e30d96a |
| 02-Feb-2004 |
Zeev Suraski |
Redesign the clone() feature to fix some fundamental flaws in the previous implementation. Using clone directly is now done using $replica = clone $src; Clone methods must n
Redesign the clone() feature to fix some fundamental flaws in the previous implementation. Using clone directly is now done using $replica = clone $src; Clone methods must now be declared as follows: function __clone($that) { } Clone methods in derived classes can call the __clone method of their parent classes using parent::__clone($that)
show more ...
|
Revision tags: RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1 |
|
#
ccfc46b0 |
| 08-Jan-2004 |
foobar |
- Happy new year and PHP 5 for rest of the files too.. # Should the LICENSE and Zend/LICENSE dates be updated too?
|