Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #63882 (zend_std_compare_objects crash on recursion) | Dmitry Stogov | 2013-01-09 | 1 | -0/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Added a number of small performance tweaks and optimizations | Dmitry Stogov | 2010-04-20 | 1 | -1/+1 |
| | | | | | | | . ZEND_RECV now always has IS_CV as its result . ZEND_CATCH now has to be used only with constant class names . ZEND_FETCH_DIM_? may fetch array and dimension operans in a different order | ||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH Fix issue with destruction of overloaded objects | Marcus Boerger | 2008-08-24 | 1 | -1/+5 |
| | |||||
* | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -1/+1 |
| | |||||
* | Added garbage collector | Dmitry Stogov | 2008-01-22 | 1 | -0/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed compiler warnings | Jani Taskinen | 2007-07-21 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #38287 (static variables mess up global vars) | Dmitry Stogov | 2006-08-07 | 1 | -0/+1 |
| | |||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | . 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) | ||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - This part of the patch was right | Andi Gutmans | 2005-02-24 | 1 | -2/+1 |
| | |||||
* | - Revert following patch until we decide what is the right way to handle | Andi Gutmans | 2005-02-24 | 1 | -1/+1 |
| | | | | | | | - 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) | ||||
* | - Fix signatures they are all meant to be able to deal with any type in any | Marcus Boerger | 2005-02-22 | 1 | -1/+1 |
| | | | | | object storage (though we are still missing several parts) | ||||
* | fix crash when dtor is fialing on shutdown | Stanislav Malyshev | 2004-09-17 | 1 | -0/+1 |
| | |||||
* | - Fix bug #29368 : The destructor is called when an exception is thrown from ↵ | Marcus Boerger | 2004-07-25 | 1 | -0/+1 |
| | | | | the constructor | ||||
* | - Nuke unused decleration | Andi Gutmans | 2004-05-25 | 1 | -1/+0 |
| | |||||
* | As discussed with Andi, add this helper API for setting the object pointer from | Wez Furlong | 2004-05-17 | 1 | -0/+3 |
| | | | | | | | | within the constructor. Please read the comment for notes about how to use it; in general, you don't need it, so don't use it. | ||||
* | return zval *, to make it useful for read_property | Stanislav Malyshev | 2004-03-21 | 1 | -1/+1 |
| | |||||
* | wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_C | Hartmut Holzgraefe | 2004-02-18 | 1 | -0/+3 |
| | | | | | for C++ extension support | ||||
* | The valid bit was necessary after all - restored | Zeev Suraski | 2004-02-04 | 1 | -0/+1 |
| | |||||
* | Change destructor implementation (details will follow on internals@) | Zeev Suraski | 2004-02-04 | 1 | -2/+6 |
| | |||||
* | Remove more garbage - valid bit was not really necessary | Zeev Suraski | 2004-02-03 | 1 | -1/+0 |
| | |||||
* | - Clean garbage (delete was nuked a long time ago) | Zeev Suraski | 2004-02-03 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -1/+1 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -1/+1 |
| | |||||
* | - Added some missing CVS $Id$ tags, headers and footers. | foobar | 2003-02-01 | 1 | -0/+29 |
| | |||||
* | make std_object_handlers struct available for shared modules | Harald Radi | 2003-01-17 | 1 | -0/+2 |
| | |||||
* | Add ZEND_API to functions | Stanislav Malyshev | 2002-08-08 | 1 | -10/+10 |
| | |||||
* | Generalize object storage and reference bookkeeping | Stanislav Malyshev | 2002-05-31 | 1 | -0/+49 |