Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Replaced wrong check with proper ZEND_ASSERT() | Dmitry Stogov | 2016-06-08 | 1 | -2/+2 |
| | |||||
* | bump year which is missed in rev 49493a2 | Xinchen Hui | 2016-01-02 | 1 | -1/+1 |
| | |||||
* | Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h. | Dmitry Stogov | 2015-08-13 | 1 | -1/+1 |
| | | | | | | This prevented compilation warnings and disclosed few incorrect usages in Zend/zend_vm_def.h and ext/dom/xpath.c. Now explicit type casting may be required on call site. This may break some C extension code, but it shoulfn't be a problem to add explicit casting. | ||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -11/+11 |
| | |||||
* | Fixed compilation warnings | Dmitry Stogov | 2014-12-12 | 1 | -1/+6 |
| | |||||
* | Remove Z_OBJ_CLASS_NAME_P | Nikita Popov | 2014-10-09 | 1 | -1/+0 |
| | | | | | Doesn't make much sense anymore, now that get_class_entry is gone. | ||||
* | Optimized FE_RESET and FE_FETCH | Dmitry Stogov | 2014-09-16 | 1 | -21/+5 |
| | |||||
* | dtor handler must be set | Dmitry Stogov | 2014-08-21 | 1 | -2/+7 |
| | |||||
* | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+0 |
| | |||||
* | Fix ZTS build | Nikita Popov | 2014-04-09 | 1 | -1/+1 |
| | | | | | This only makes it compile, it doesn't actually work, presumably because interned strings are assumed in some places. | ||||
* | Fixed destruction of objects and iterators on unclean request shutdown and ↵ | Dmitry Stogov | 2014-04-09 | 1 | -0/+1 |
| | | | | | | GC (few cases are still unfixed). Now we destroy objects it two steps. At first - object properties of all objects and only then the objects their selves. | ||||
* | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -1/+1 |
| | |||||
* | Add zend_iterator_dtor | Xinchen Hui | 2014-02-28 | 1 | -0/+9 |
| | |||||
* | Fixed iterators API. zend_iterator_init() has to be used in each ↵ | Dmitry Stogov | 2014-02-26 | 1 | -4/+3 |
| | | | | get_iterator() callback. | ||||
* | Generator related fixes | Dmitry Stogov | 2014-02-26 | 1 | -1/+3 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-12 | 1 | -14/+7 |
| | |||||
* | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -4/+8 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
|\ | |||||
| * | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -3/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Back the free() call for __iterator_wrapper to free the ce->name, as it is ↵ | Felipe Pena | 2010-08-08 | 1 | -0/+4 |
| | | | | | | | | a fake class | ||||
* | | Use interned strings for class names | Dmitry Stogov | 2010-08-05 | 1 | -2/+0 |
| | | |||||
* | | Added a number of small performance tweaks and optimizations | Dmitry Stogov | 2010-04-20 | 1 | -2/+2 |
|/ | | | | | | | . 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: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | . 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 |
| | |||||
* | Add count_elements handler for overloaded objects. | Wez Furlong | 2004-05-04 | 1 | -1/+2 |
| | |||||
* | dtor's may not be called from free_storage handlers | Marcus Boerger | 2004-02-14 | 1 | -2/+2 |
| | |||||
* | Fix warnings | Marcus Boerger | 2004-02-04 | 1 | -1/+1 |
| | |||||
* | Change destructor implementation (details will follow on internals@) | Zeev Suraski | 2004-02-04 | 1 | -2/+2 |
| | |||||
* | Respect proeprty visibility in foreach | Marcus Boerger | 2004-01-25 | 1 | -5/+9 |
| | |||||
* | - 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? | ||||
* | Fix memleak | Marcus Boerger | 2003-11-29 | 1 | -0/+2 |
| | |||||
* | Don't use zend_class_entry indirection | Marcus Boerger | 2003-11-10 | 1 | -10/+2 |
| | |||||
* | Need to update iterators handler table too. | Marcus Boerger | 2003-11-10 | 1 | -3/+4 |
| | |||||
* | Fallback to old behavior until we have a default iterator that respects | Marcus Boerger | 2003-10-18 | 1 | -1/+2 |
| | | | | | visibility we do the array trick. |