Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | An exception thrown in try or catch block is disacarded by return statement ↵ | Dmitry Stogov | 2012-12-13 | 1 | -1/+1 |
| | | | | in finally block. | ||||
* | Increased version numbers | Dmitry Stogov | 2012-12-04 | 1 | -1/+1 |
| | |||||
* | . The VM stacks for passing function arguments and syntaticaly nested calls ↵ | Dmitry Stogov | 2012-11-30 | 1 | -1/+1 |
| | | | | | | were merged into a single stack. The stack size needed for op_array execution is calculated at compile time and preallocated at once. As result all the stack push operatins don't require checks for stack overflow any more. . Generators implementation was improved using the new VM stack. Now it's a bit more clear and faster. | ||||
* | Bump API versions | David Soria Parra | 2012-11-13 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Interned string related callbacks moved turned from compiler_globals into ↵ | Dmitry Stogov | 2010-05-25 | 1 | -1/+1 |
| | | | | | | | real globals - Updated API version number | ||||
* | Updated version numbers | Dmitry Stogov | 2010-04-20 | 1 | -1/+1 |
| | |||||
* | sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-05 | 1 | -1/+1 |
| | |||||
* | Bump version to 5.3.0 and API Nos. up | Johannes Schlüter | 2009-06-26 | 1 | -1/+1 |
| | |||||
* | add utility macro | Stanislav Malyshev | 2009-04-08 | 1 | -2/+3 |
| | |||||
* | Added ability to check build_id by extension | Dmitry Stogov | 2009-04-08 | 1 | -1/+1 |
| | |||||
* | MFH Fix Zend extensions | Johannes Schlüter | 2009-01-17 | 1 | -1/+1 |
| | |||||
* | Build IDs | Stanislav Malyshev | 2009-01-17 | 1 | -4/+4 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Constness (Added const qualifier to several function parameters) | Felipe Pena | 2008-08-12 | 1 | -3/+3 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Updated API version numbers | Dmitry Stogov | 2007-09-29 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Optimized zend_try/zend_catch macroses (eliminated memcpy()) | Dmitry Stogov | 2006-05-19 | 1 | -1/+1 |
| | |||||
* | - MFH as discussed | Marcus Boerger | 2006-05-09 | 1 | -4/+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 |
| | |||||
* | - MFH zend_is_callable_ex() returns zend_class_entry* if available | Marcus Boerger | 2005-10-25 | 1 | -1/+1 |
| | |||||
* | Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting) | Dmitry Stogov | 2005-10-20 | 1 | -1/+1 |
| | |||||
* | Bump up the year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | Improved PHP extension loading mechanism with support for module ↵ | Dmitry Stogov | 2005-06-17 | 1 | -1/+1 |
| | | | | dependencies and conflicts. | ||||
* | Allowed return by refrence from internal functions | Dmitry Stogov | 2005-06-16 | 1 | -1/+1 |
| | |||||
* | Fix so that extensions like xdebug, can overload opcodes in all execution ↵ | Dmitry Stogov | 2005-06-10 | 1 | -1/+1 |
| | | | | modes including goto/switch | ||||
* | - Bump API version | Marcus Boerger | 2004-10-30 | 1 | -1/+1 |
| | |||||
* | - Revert API bump | Andi Gutmans | 2004-09-09 | 1 | -2/+2 |
| | |||||
* | - Recommit: | Andi Gutmans | 2004-09-09 | 1 | -2/+2 |
| | | | | | - Bump the API number to work around this major breakage. | ||||
* | - Roll back VM commit | Andi Gutmans | 2004-09-09 | 1 | -2/+2 |
| | |||||
* | - Bump the API number to work around this major breakage. | Derick Rethans | 2004-09-09 | 1 | -2/+2 |
| | |||||
* | - Bump API number due to empty_string change | Andi Gutmans | 2004-07-19 | 1 | -1/+1 |
| | |||||
* | - Add comment | Andi Gutmans | 2004-04-14 | 1 | -0/+3 |
| | |||||
* | - Fix API no of Engine 2. The first number is the engine version and the | Andi Gutmans | 2004-04-13 | 1 | -1/+1 |
| | | | | | | - rest is the API_NO. This way engine2_api_no is always greater than - engine1_api_no. | ||||
* | - modifyable -> modifiable | Andi Gutmans | 2004-04-12 | 1 | -1/+1 |
| | |||||
* | wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_C | Hartmut Holzgraefe | 2004-02-18 | 1 | -3/+7 |
| | | | | | for C++ extension support | ||||
* | - 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/+9 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | Increased the API number. (re: floats patch) | Ilia Alshanetsky | 2002-10-13 | 1 | -1/+1 |
| | |||||
* | Propmote API NO year, so that it will never be the same as ZE1 API NO | Stanislav Malyshev | 2002-09-25 | 1 | -1/+1 |
| | |||||
* | - Someone screwed this up. | Andi Gutmans | 2002-09-21 | 1 | -1/+1 |
| | |||||
* | Support for __get, __set and __call in classes. | Stanislav Malyshev | 2002-09-04 | 1 | -1/+1 |
| | | | | | | | This should work as follows: if class hasn't member with given name, __get/__set is called. If class has no method with given name, __call is called. __get/__set are not recursive, __call can be. | ||||
* | Happy New Year. | Sebastian Bergmann | 2002-01-06 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| |