Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fixed typo. | Derick Rethans | 2006-07-25 | 1 | -1/+1 |
| | |||||
* | MFH:- Fixed bug #38183 (disable_classes=Foobar causes disabled class to be ↵ | foobar | 2006-07-22 | 1 | -0/+1 |
| | | | | called Foo) | ||||
* | Fixed wrong "type" argument to read_property() handler | Dmitry Stogov | 2006-07-21 | 1 | -1/+1 |
| | |||||
* | MFH: init variables | Antony Dovgal | 2006-06-20 | 1 | -2/+2 |
| | |||||
* | MFH: Added automatic module globals management. | Dmitry Stogov | 2006-06-15 | 1 | -0/+23 |
| | |||||
* | - MFH zend_fcall_info_*() and parameter parsing option 'f' | Marcus Boerger | 2006-06-07 | 1 | -0/+106 |
| | | | | | | # Right now i see this as the best option but we might shuffle code around # later if someone comes up with a better solution. | ||||
* | - MFH Fix issue with interfaces being inherited multiple times | Marcus Boerger | 2006-06-07 | 1 | -12/+2 |
| | |||||
* | Restore ZE1 compatibility mode (Zend Engine part - the modules patches | Zeev Suraski | 2006-06-05 | 1 | -0/+19 |
| | | | | | will follow later today) | ||||
* | - Fix function flag check | Marcus Boerger | 2006-06-04 | 1 | -1/+3 |
| | |||||
* | - Revert until there is an ok for the full patch | Marcus Boerger | 2006-05-27 | 1 | -15/+0 |
| | |||||
* | - WS | Marcus Boerger | 2006-05-27 | 1 | -3/+22 |
| | |||||
* | - MFH: Fix bug #37212 (Access to protected property of common base class) | Marcus Boerger | 2006-05-27 | 1 | -0/+2 |
| | | | | | By adding "zend_class_entry *ce" to struct zend_property_info; | ||||
* | fix error messages when converting objects to other types | Antony Dovgal | 2006-05-25 | 1 | -16/+13 |
| | | | | | | add new function MFB will follow soon | ||||
* | - MFH Handle NULL in C argument parsing correct | Marcus Boerger | 2006-05-23 | 1 | -1/+5 |
| | |||||
* | - Fix double error raising issue | Marcus Boerger | 2006-05-23 | 1 | -1/+1 |
| | |||||
* | - MFH code layout for __toString() use in parameter parsing api | Marcus Boerger | 2006-05-13 | 1 | -39/+42 |
| | |||||
* | - Missing __toString() pieces | Marcus Boerger | 2006-05-12 | 1 | -1/+21 |
| | |||||
* | - Drop second superflous zval_ptr_dtor in string arg parsing | Marcus Boerger | 2006-05-11 | 1 | -1/+0 |
| | |||||
* | fix segfault when passing objects where strings are expected | Antony Dovgal | 2006-05-11 | 1 | -1/+0 |
| | |||||
* | - Missing __tostring() conversion snippets | Marcus Boerger | 2006-05-10 | 1 | -0/+11 |
| | |||||
* | nuke extra semi-colon | Antony Dovgal | 2006-05-10 | 1 | -1/+1 |
| | |||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -125/+124 |
| | | | | | | | | | | | | | | | | | | | | | . 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) | ||||
* | Fixed bug #37138 (__autoload tries to load callback'ed self and parent) | Dmitry Stogov | 2006-04-20 | 1 | -19/+15 |
| | |||||
* | - Initialized callable_name if present | Marcus Boerger | 2006-03-23 | 1 | -0/+3 |
| | |||||
* | Optimization of module unloading (temporary modules can be only in the end) | Dmitry Stogov | 2006-03-17 | 1 | -5/+1 |
| | |||||
* | - Add missing function for completeness | Marcus Boerger | 2006-03-05 | 1 | -0/+14 |
| | |||||
* | - MFH Fix string-conversion and const updating | Marcus Boerger | 2006-03-01 | 1 | -0/+1 |
| | |||||
* | - MFH Argument parsing specifier 'C', which is necessary for SPL already | Marcus Boerger | 2006-02-27 | 1 | -3/+38 |
| | |||||
* | - MFH: Function deprecation flag | Marcus Boerger | 2006-02-25 | 1 | -1/+3 |
| | |||||
* | - Fix method flag handling | Marcus Boerger | 2006-02-19 | 1 | -1/+1 |
| | |||||
* | init variables | Antony Dovgal | 2006-02-06 | 1 | -2/+2 |
| | |||||
* | - MFH | Marcus Boerger | 2006-01-25 | 1 | -0/+16 |
| | |||||
* | - Fixed bug #36011 | Marcus Boerger | 2006-01-14 | 1 | -13/+12 |
| | |||||
* | fix typo in the code and related tests | Antony Dovgal | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | - Update copyright notices to 2006 | Andi Gutmans | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | - Simplify and synch is_callable_ex() with actual execution code | Marcus Boerger | 2005-12-16 | 1 | -58/+90 |
| | | | | | | . Allow array($this, 'parent::method') for function 'pointers' . Spit out E_STRICT in case of erroneous use of function 'pointers' | ||||
* | Fixed bug #34729 (Crash in ZTS mode under Apache) | Dmitry Stogov | 2005-12-01 | 1 | -7/+11 |
| | |||||
* | change zend_read_property() to allocate property zval too | Antony Dovgal | 2005-11-23 | 1 | -4/+5 |
| | |||||
* | fix #35336 (crash on PDO::FETCH_CLASS + __set()) | Antony Dovgal | 2005-11-23 | 1 | -31/+54 |
| | |||||
* | Allow zend_parse_parameters to handle non-well formed integers, but raise | Ilia Alshanetsky | 2005-11-17 | 1 | -2/+2 |
| | | | | | E_NOTICE in the process. | ||||
* | - Fix static check in zend_is_callable_ex() | Marcus Boerger | 2005-11-03 | 1 | -41/+18 |
| | | | | | | | | - Fix/speedup zend_make_callable() # Actually the ...STATIC... flag in zend_is_callable_ex() *must* go, too. # We keep it for the moment to support old stuff and skip analyzing them # in detail... | ||||
* | - Add missing cases and checks | Marcus Boerger | 2005-11-02 | 1 | -16/+44 |
| | |||||
* | Fixed bug #34879 (str_replace, array_map corrupt negative array indexes on ↵ | Dmitry Stogov | 2005-10-28 | 1 | -12/+12 |
| | | | | 64-bit platforms) | ||||
* | Fixed memory leak on error | Ilia Alshanetsky | 2005-10-27 | 1 | -0/+4 |
| | |||||
* | - MFH zend_is_callable_ex() returns zend_class_entry* if available | Marcus Boerger | 2005-10-25 | 1 | -6/+16 |
| | |||||
* | ws fix | Antony Dovgal | 2005-10-13 | 1 | -1/+1 |
| | |||||
* | Fixed bug #34678 (__call(), is_callable() and static methods) | Dmitry Stogov | 2005-10-03 | 1 | -1/+1 |
| | |||||
* | Support for class constants and static members for internal classes | Dmitry Stogov | 2005-09-01 | 1 | -2/+221 |
| | |||||
* | Fixed typo (ZVAL_LONG() -> ZVAL_DOUBLE()) | Dmitry Stogov | 2005-08-12 | 1 | -1/+1 |
| | |||||
* | - Show the dependancy name we could not find (req_mod is null here when it ↵ | foobar | 2005-08-08 | 1 | -1/+1 |
| | | | | is not found :) |