Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | fix bug #61782 - __clone/__destruct do not match other methods when checking ↵ | Stanislav Malyshev | 2012-05-14 | 1 | -0/+3 |
| | | | | access controls | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #60139 (Anonymous functions create cycles not detected by the GC) | Dmitry Stogov | 2011-11-02 | 1 | -0/+3 |
| | |||||
* | Fixed ZE specific compile warnings (Bug #55629) | Dmitry Stogov | 2011-09-13 | 1 | -6/+6 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Added caches to eliminate repeatable run-time bindings of functions, ↵ | Dmitry Stogov | 2010-05-24 | 1 | -0/+2 |
| | | | | classes, constants, methods and properties | ||||
* | Changed the structure of op_array.opcodes. The constant values are moved ↵ | Dmitry Stogov | 2010-04-20 | 1 | -9/+10 |
| | | | | from opcode operands into a separate literal table | ||||
* | 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 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
| | | | | using array_map) | ||||
* | MFH: Handlerify get_closure | Etienne Kneuss | 2008-08-14 | 1 | -0/+3 |
| | |||||
* | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH from HEAD: | Jani Taskinen | 2007-11-02 | 1 | -1/+0 |
| | | | | | | | | | | | | . Folding tags . Parameter parsing . SPL debug info . array function improvements (not all yet) . Improvements to function calling with call_user_* functions . Improvements to debugging info in var_dump/print_r # I propably forgot already something but this all was pretty close tied # to each other so it wasn't possible to do it in parts. | ||||
* | - MFH debug object helper | Marcus Boerger | 2007-10-11 | 1 | -0/+5 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | - Better fix for #34505 and related, drop zend_unmangle_property_name_ex() | Marcus Boerger | 2006-07-24 | 1 | -1/+1 |
| | |||||
* | MFH: export zend_std_get_constructor() | Antony Dovgal | 2006-07-05 | 1 | -0/+1 |
| | |||||
* | change argument name, it should be "object" not "property" | Antony Dovgal | 2006-05-17 | 1 | -2/+2 |
| | |||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | . 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 |
| | |||||
* | - MFH move zend_object_Value definition to zend_types.h | Marcus Boerger | 2005-12-20 | 1 | -2/+3 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | typofix :) | foobar | 2005-05-06 | 1 | -1/+1 |
| | |||||
* | - Extend API to support real existance test without the need to add any new | Marcus Boerger | 2005-05-02 | 1 | -1/+6 |
| | | | | | functions or change any behavior | ||||
* | Fixed bug #29210 (Function: is_callable - no support for private and ↵ | Dmitry Stogov | 2005-04-27 | 1 | -0/+2 |
| | | | | protected classes) | ||||
* | - Simplify getting property info and make it an api function | Marcus Boerger | 2005-04-08 | 1 | -0/+2 |
| | |||||
* | - Change zend_object_handlers->get_method() to allow aggregation for ↵ | Marcus Boerger | 2004-10-30 | 1 | -1/+1 |
| | | | | internal classes | ||||
* | Add count_elements handler for overloaded objects. | Wez Furlong | 2004-05-04 | 1 | -0/+4 |
| | |||||
* | some more clear comments | Stanislav Malyshev | 2004-03-28 | 1 | -6/+4 |
| | |||||
* | API change for read_property: | Stanislav Malyshev | 2004-03-21 | 1 | -1/+1 |
| | | | | | | instead of bool silent it now gets fetch type This can be used for creating proxy objects for write contexts | ||||
* | - Support Cast operator in convert_to_* so that we support internal | Andi Gutmans | 2004-03-14 | 1 | -1/+0 |
| | | | | | - extensions such as SimpleXML. This is for Sterling. | ||||
* | wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_C | Hartmut Holzgraefe | 2004-02-18 | 1 | -0/+2 |
| | | | | | for C++ extension support | ||||
* | - Add comments to read/write property/dimension for extension authors | Andi Gutmans | 2004-02-12 | 1 | -0/+11 |
| | |||||
* | Fix write-mode of overloaded objects when using array dimensions | Zeev Suraski | 2004-02-08 | 1 | -1/+1 |
| | |||||
* | - Clean garbage (delete was nuked a long time ago) | Zeev Suraski | 2004-02-03 | 1 | -1/+0 |
| | |||||
* | Expose zend_std_call_user_call(), needed for implementation of things like | Ilia Alshanetsky | 2004-01-17 | 1 | -0/+2 |
| | | | | | __call handlers. | ||||
* | must be extern to avoid problems with some compilers | Wez Furlong | 2004-01-09 | 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? | ||||
* | export these symbols for use by SPL as a shared extension | Wez Furlong | 2003-12-22 | 1 | -1/+1 |
| | |||||
* | Fixed bug #24837 Incorrect behaviour of PPP using foreach. | Marcus Boerger | 2003-12-18 | 1 | -0/+2 |
| | |||||
* | Sync: Export externally used functions. | Sebastian Bergmann | 2003-12-16 | 1 | -4/+4 |
| | |||||
* | Reenable __tostring() magic for print,echo,concatenation,function naming... | Marcus Boerger | 2003-12-15 | 1 | -0/+3 |
| | | | | | | but not for other internal things. # As discussed with Andi | ||||
* | Split isset/isempty for object property and object dimension hooking. | Marcus Boerger | 2003-11-10 | 1 | -1/+5 |
| | |||||
* | Remove redundant callback, simplify API | Zeev Suraski | 2003-10-05 | 1 | -6/+2 |
| | |||||
* | - Allow partial type conversion support for objects. | Marcus Boerger | 2003-09-18 | 1 | -1/+1 |
| | | | | | | - Add support for object to string conversion from userspace by method __toString() and add a test. | ||||
* | WS | Marcus Boerger | 2003-08-16 | 1 | -1/+1 |
| | |||||
* | Improve array overloading - support unset($foo["bar"]) | Zeev Suraski | 2003-07-30 | 1 | -0/+4 |
| | |||||
* | Fix isset()/empty() for non-trivial object elements | Zeev Suraski | 2003-07-22 | 1 | -1/+1 |
| | | | | | | (API change - read_property now accepts an extra element) Fixes bug #24436 |