#
ca7875ab |
| 19-Jul-2006 |
Antony Dovgal |
fetch tsrm_ls, don't use it uninitialized
|
#
29ed52ff |
| 18-Jul-2006 |
Dmitry Stogov |
New memory manager
|
#
9d576212 |
| 12-Jul-2006 |
Antony Dovgal |
MFH: initialize EG(exit_status) in ZTS mode
|
Revision tags: php-4.4.3RC2 |
|
#
7bbf3532 |
| 13-Jun-2006 |
Stefan Esser |
MFH: Added hook for compile_string()
|
#
f1fb77d1 |
| 11-Jun-2006 |
Ilia Alshanetsky |
Make zend_print_zval_r_ex() use the write callback function.
|
#
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 |
|
#
6c61aeb0 |
| 02-Jun-2006 |
Dmitry Stogov |
SAPI globals are destroied at this point and reporting errors about memory leaks can cause crash.
|
Revision tags: php-4.4.3RC1 |
|
#
14f6b914 |
| 19-May-2006 |
Dmitry Stogov |
Optimized zend_try/zend_catch macroses (eliminated memcpy())
|
#
21724432 |
| 17-May-2006 |
Ilia Alshanetsky |
Fixed bug #35512 (Lack of read permission on main script results in E_WARNING rather then E_ERROR).
|
#
b3c3c6de |
| 12-May-2006 |
Marcus Boerger |
- Missing __toString() pieces
|
#
7412202c |
| 11-May-2006 |
Antony Dovgal |
no need to destroy the zval here
|
#
d76c5161 |
| 10-May-2006 |
Marcus Boerger |
- Missing __ToString() sync
|
#
848c5c76 |
| 10-May-2006 |
Marcus Boerger |
- Missing __tostring() conversion snippets
|
#
8a03fc5e |
| 10-May-2006 |
Antony Dovgal |
add missing parts of E_RECOVERABLE merge
|
#
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 |
|
#
0fab5aac |
| 30-Mar-2006 |
Antony Dovgal |
fix compilation on AIX
|
Revision tags: php-5.1.3RC2 |
|
#
a93bd9d4 |
| 27-Mar-2006 |
Antony Dovgal |
fix #36878 (error messages are printed even though an exception has been thrown)
|
#
c31c9843 |
| 17-Mar-2006 |
Dmitry Stogov |
Optimization of module unloading (temporary modules can be only in the end)
|
Revision tags: php-5.1.3RC1, RELEASE_1_2 |
|
#
7addae50 |
| 02-Mar-2006 |
Marcus Boerger |
- MFH Use object handler get in the same way as the rest of the engine does
|
#
3840e428 |
| 01-Mar-2006 |
Marcus Boerger |
- MFH Fix string-conversion and const updating
|
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)
|
#
0a5d10a5 |
| 30-Nov-2005 |
Dmitry Stogov |
Fixed bug #35373 (HP-UX "alias not allowed in this configuration")
|
Revision tags: 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 |
|
#
a8c6b992 |
| 15-Nov-2005 |
Dmitry Stogov |
Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)
|
#
9e1beb4f |
| 07-Nov-2005 |
Dmitry Stogov |
Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension is compiled as shared)
|