Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Optimized zend_try/zend_catch macroses (eliminated memcpy()) | Dmitry Stogov | 2006-05-19 | 1 | -2/+2 | |
| | ||||||
* | Fixed bug #35512 (Lack of read permission on main script results in | Ilia Alshanetsky | 2006-05-17 | 1 | -1/+1 | |
| | | | | | E_WARNING rather then E_ERROR). | |||||
* | - Missing __toString() pieces | Marcus Boerger | 2006-05-12 | 1 | -17/+16 | |
| | ||||||
* | no need to destroy the zval here | Antony Dovgal | 2006-05-11 | 1 | -1/+0 | |
| | ||||||
* | - Missing __ToString() sync | Marcus Boerger | 2006-05-10 | 1 | -9/+4 | |
| | ||||||
* | - Missing __tostring() conversion snippets | Marcus Boerger | 2006-05-10 | 1 | -0/+3 | |
| | ||||||
* | add missing parts of E_RECOVERABLE merge | Antony Dovgal | 2006-05-10 | 1 | -0/+1 | |
| | ||||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -9/+2 | |
| | | | | | | | | | | | | | | | | | | | | | . 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) | |||||
* | fix compilation on AIX | Antony Dovgal | 2006-03-30 | 1 | -1/+1 | |
| | ||||||
* | fix #36878 (error messages are printed even though an exception has been thrown) | Antony Dovgal | 2006-03-27 | 1 | -1/+1 | |
| | ||||||
* | Optimization of module unloading (temporary modules can be only in the end) | Dmitry Stogov | 2006-03-17 | 1 | -1/+1 | |
| | ||||||
* | - MFH Use object handler get in the same way as the rest of the engine does | Marcus Boerger | 2006-03-02 | 1 | -1/+4 | |
| | ||||||
* | - MFH Fix string-conversion and const updating | Marcus Boerger | 2006-03-01 | 1 | -1/+6 | |
| | ||||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -2/+2 | |
| | ||||||
* | Fixed bug #34729 (Crash in ZTS mode under Apache) | Dmitry Stogov | 2005-12-01 | 1 | -0/+11 | |
| | ||||||
* | Fixed bug #35373 (HP-UX "alias not allowed in this configuration") | Dmitry Stogov | 2005-11-30 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte) | Dmitry Stogov | 2005-11-15 | 1 | -0/+3 | |
| | ||||||
* | Fixed bug #35009 (ZTS: Persistent resource destruct crashes when extension ↵ | Dmitry Stogov | 2005-11-07 | 1 | -1/+1 | |
| | | | | is compiled as shared) | |||||
* | fix #34505 (possible memory corruption when unmangling properties with empty ↵ | Antony Dovgal | 2005-09-16 | 1 | -1/+1 | |
| | | | | | | | names) 1st part | |||||
* | Fixed huge memory leak in ZTS mode (backport from HEAD) | Dmitry Stogov | 2005-09-12 | 1 | -6/+15 | |
| | ||||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -2/+2 | |
| | ||||||
* | Fixed bug #33802 (throw Exception in error handler causes crash) | Dmitry Stogov | 2005-07-22 | 1 | -11/+2 | |
| | ||||||
* | - Fixed bug #31358 (Older GCC versions do not provide portable va_copy()). | foobar | 2005-06-27 | 1 | -5/+12 | |
| | ||||||
* | Fixed OS X compatibility | Dmitry Stogov | 2005-06-15 | 1 | -1/+1 | |
| | ||||||
* | Fixed bug #33212 ([GCC 4]: 'zend_error_noreturn' aliased to external symbol ↵ | Dmitry Stogov | 2005-06-13 | 1 | -0/+3 | |
| | | | | | | | 'zend_error'). The fix is not tested on Solaris and DARWIN! | |||||
* | Fixed double call to php_stream_close() on compiler errors | Dmitry Stogov | 2005-06-09 | 1 | -0/+2 | |
| | ||||||
* | Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may ↵ | Dmitry Stogov | 2005-06-09 | 1 | -0/+3 | |
| | | | | result in seg fault) | |||||
* | fix leak | Stanislav Malyshev | 2005-05-22 | 1 | -1/+4 | |
| | ||||||
* | fix for #29890 - part 2 | Stanislav Malyshev | 2005-05-18 | 1 | -0/+1 | |
| | ||||||
* | fix bug #29975 (memory leaks when set_error_handler() is used inside error ↵ | Antony Dovgal | 2005-05-13 | 1 | -1/+6 | |
| | | | | handler) | |||||
* | fix bug #32924: prepend does not add file to included files | Stanislav Malyshev | 2005-05-04 | 1 | -0/+4 | |
| | ||||||
* | fix shutdown so that dl()'d modules are unloaded after all the dtors have | Wez Furlong | 2005-03-15 | 1 | -0/+1 | |
| | | | | | been called. | |||||
* | MFB: - Rationalize code a bit | foobar | 2005-01-09 | 1 | -9/+5 | |
| | ||||||
* | port fix for #30998: Crash when user error handler returns false on amd64 | Stanislav Malyshev | 2004-12-06 | 1 | -1/+10 | |
| | ||||||
* | - Recommit | Andi Gutmans | 2004-09-09 | 1 | -1/+0 | |
| | ||||||
* | - Roll back VM commit | Andi Gutmans | 2004-09-09 | 1 | -0/+1 | |
| | ||||||
* | - Drop namespace relict | Marcus Boerger | 2004-09-09 | 1 | -1/+0 | |
| | ||||||
* | Fix reverse dependency | Zeev Suraski | 2004-09-05 | 1 | -0/+2 | |
| | ||||||
* | - Second wave of garbage removal. | Andi Gutmans | 2004-08-19 | 1 | -16/+0 | |
| | ||||||
* | - Execute destructors earlier (Florian Schaper, fschaper at intux org) | Marcus Boerger | 2004-07-25 | 1 | -0/+7 | |
| | ||||||
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | used to return "" and not bool(false). It's not worth keeping it because STR_FREE() and zval_dtor() always have to check for it and it slows down the general case. In addition, it seems that empty_string has been abused quite a lot, and was used not only for setting zval's but generally in PHP code instead of "", which wasn't the intention. Last but not least, nuking empty_string should improve stability as I doubt every place correctly checked if they are not mistakenly erealloc()'ing it or calling efree() on it. NOTE: Some code is probably broken. Each extension maintainer should check and see that my changes are OK. Also, I haven't had time to touch PECL yet. Will try and do it tomorrow. | |||||
* | - Convert zend_class_entry -> zend_class_entry * | Andi Gutmans | 2004-07-12 | 1 | -2/+2 | |
| | ||||||
* | DragonFly BSD is derived from FreeBSD and requires the same floating point | Jon Parise | 2004-07-10 | 1 | -4/+4 | |
| | | | | | precision fix. | |||||
* | - If user error handler returns "false" then we relay to the built in error | Andi Gutmans | 2004-06-01 | 1 | -1/+1 | |
| | | | | | handler | |||||
* | Allow user-defined error handlers to indicate whether default error | Andrei Zmievski | 2004-05-28 | 1 | -0/+3 | |
| | | | | | handler should be re-invoked, by returning true or false. | |||||
* | Retval may not be set when zend_execute() is overloaded | Marcus Boerger | 2004-04-17 | 1 | -1/+1 | |
| | ||||||
* | - Add hook for exception handler (Derick) | Andi Gutmans | 2004-04-13 | 1 | -0/+1 | |
| | ||||||
* | - Fix Reflection class names | Marcus Boerger | 2004-03-30 | 1 | -0/+1 | |
| | | | | | | - Add ability to get the extension an internal class was defined in # This is the patch Andi and me used to search for underscrores... | |||||
* | Initialize the complete struct | Marcus Boerger | 2004-03-28 | 1 | -1/+1 | |
| | ||||||
* | try get handler on printable conversion | Stanislav Malyshev | 2004-03-28 | 1 | -3/+13 | |
| |