#
8e26df95 |
| 27-Jun-2007 |
Antony Dovgal |
fix #41813 (segmentation fault when using string offset as an object) patch by judas dot iscariote at gmail dot com
|
#
3790227f |
| 06-Jun-2007 |
Antony Dovgal |
MFH: fix #41608 (segfault on a weird code with objects and switch())
|
Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2 |
|
#
e1814f0d |
| 16-Apr-2007 |
Dmitry Stogov |
WIN64 support
|
#
bb0def99 |
| 13-Apr-2007 |
Antony Dovgal |
fix #41075 (memleak when creating default object caused exception)
|
Revision tags: RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3 |
|
#
e470e22e |
| 10-Jan-2007 |
Dmitry Stogov |
- Fixed bug #35106 (nested foreach fails when array variable has a reference). - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Ove
- Fixed bug #35106 (nested foreach fails when array variable has a reference). - Fixed bug #36214 (__get method works properly only when conditional operator is used). - Fixed bug #39449 (Overloaded array properties do not work correctly). - Fixed bug #39990 (Cannot "foreach" over overloaded properties).
show more ...
|
Revision tags: php-4.4.5RC1, php-5.2.1RC2 |
|
#
4223aa4d |
| 01-Jan-2007 |
Sebastian Bergmann |
MFH: Bump year.
|
#
e57a6069 |
| 25-Dec-2006 |
Dmitry Stogov |
Fixed bug #39944 (References broken)
|
Revision tags: php-5.2.1RC1 |
|
#
108a2fc6 |
| 08-Dec-2006 |
Dmitry Stogov |
Fixed bug #39775 ("Indirect modification ..." message is not shown) The fix breaks two SimpleXML tests those must be fixed
|
#
cb961489 |
| 07-Nov-2006 |
Ilia Alshanetsky |
Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag) # Original patch by Matt Wilmas
|
Revision tags: php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
2b1b2db8 |
| 02-Oct-2006 |
Antony Dovgal |
MFH: fix #39003 (__autoload() is called for type hinting)
|
Revision tags: 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, php-5.2.0RC1 |
|
#
29ed52ff |
| 18-Jul-2006 |
Dmitry Stogov |
New memory manager
|
#
704eced2 |
| 10-Jul-2006 |
Marcus Boerger |
- MFH Fixed Bug #37667 (Object is not added into array returned by __get)
|
Revision tags: 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 |
|
#
29be5946 |
| 01-Jun-2006 |
Antony Dovgal |
MFH: throw a warning when using invalid offset types with strings
|
#
26145c2e |
| 27-May-2006 |
Marcus Boerger |
- WS/CS
|
#
1d5f721f |
| 26-May-2006 |
Marcus Boerger |
- MFH Sync error messages and simplify error message generation code
|
Revision tags: php-4.4.3RC1 |
|
#
75771301 |
| 21-May-2006 |
Marcus Boerger |
- MFH improve error messages
|
#
963c7fa0 |
| 15-May-2006 |
Dmitry Stogov |
Optimized require_once/include_once (eliminated fopen() on second usage)
|
#
7a5240e8 |
| 11-May-2006 |
Marcus Boerger |
- MFH missing bits and pieces of the partial sync with head # This time i added: # ZEND_FE_RESET_VARIABLE # ZEND_FE_RESET_REFERENCE # and dapted parser,compiler,executor,interfaces to
- MFH missing bits and pieces of the partial sync with head # This time i added: # ZEND_FE_RESET_VARIABLE # ZEND_FE_RESET_REFERENCE # and dapted parser,compiler,executor,interfaces to handle these flags # their purpose is to be able to pass whetehr foreach is done by ref to # the current() handler so that it can error out in case it is not capable # to comply to the requested return signature/protocol/semantics (weyp).
show more ...
|
#
0dacd6d5 |
| 10-May-2006 |
Marcus Boerger |
- ze1 cleanup (bjori) /thx
|
#
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, php-5.1.3RC1, RELEASE_1_2 |
|
#
5a69b290 |
| 26-Feb-2006 |
Marcus Boerger |
- Warning fixes by Steph
|
Revision tags: RELEASE_0_9_4 |
|
#
c447acf8 |
| 19-Jan-2006 |
Dmitry Stogov |
Fixed bug #36071 (Engine Crash related with 'clone')
|
Revision tags: 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
|
#
56d78654 |
| 26-Dec-2005 |
Dmitry Stogov |
Reverted invalid fix for bug #35785
|