Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Avoid string comparisons for magic methods (all magic methods start with "__") | Dmitry Stogov | 2018-07-02 | 3 | -13/+28 | |
* | | | Add test for void return type on internal function | Nikita Popov | 2018-06-30 | 1 | -0/+11 | |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-06-30 | 1 | -3/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-30 | 1 | -3/+6 | |
| |\ \ | | |/ | ||||||
| | * | Fix handling of void return type on internal functions | Nikita Popov | 2018-06-30 | 1 | -3/+6 | |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-06-29 | 2 | -2/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-29 | 2 | -2/+8 | |
| |\ \ | | |/ | ||||||
| | * | Fix nullable type pretty-printing | Nikita Popov | 2018-06-29 | 2 | -2/+8 | |
* | | | Add zend_update_static_property_ex API | Nikita Popov | 2018-06-29 | 2 | -26/+22 | |
* | | | Add zend_read_static_property_ex API | Nikita Popov | 2018-06-29 | 2 | -4/+12 | |
* | | | Fix build | Nikita Popov | 2018-06-29 | 1 | -2/+2 | |
* | | | Removed INIT_OVERLOADED_CLASS... macros | Dmitry Stogov | 2018-06-29 | 2 | -21/+12 | |
* | | | cleanup | Dmitry Stogov | 2018-06-29 | 3 | -12/+14 | |
* | | | Fixed bug #76439 | Nikita Popov | 2018-06-27 | 5 | -4456/+4591 | |
* | | | Remove duplicated code (keep destroy_zend_function() for compatibility) | Dmitry Stogov | 2018-06-27 | 1 | -23/+3 | |
* | | | Moved very rare exception check into a single place. | Dmitry Stogov | 2018-06-27 | 3 | -30/+14 | |
* | | | Fixed ZTS race condition (zend_class_entry->ce_flags of internal classes must... | Dmitry Stogov | 2018-06-27 | 4 | -58/+63 | |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-06-27 | 4 | -10/+47 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-06-27 | 4 | -10/+47 | |
| |\ \ | | |/ | ||||||
| | * | Fixed bug #76534 (PHP hangs on 'illegal string offset on string references wi... | Xinchen Hui | 2018-06-27 | 4 | -10/+47 | |
* | | | Cleanup conditions | Dmitry Stogov | 2018-06-26 | 1 | -9/+1 | |
* | | | Make FETCH_R/IS, FETCH_DIM_R/IS, FETCH_OBJ_R/IS, FETCH_STATIC_PROP_R/IS retur... | Dmitry Stogov | 2018-06-25 | 1 | -7/+15 | |
* | | | Fixed ability to call plain functions through zend_call_method() | Dmitry Stogov | 2018-06-25 | 3 | -6/+29 | |
* | | | typo | Dmitry Stogov | 2018-06-25 | 1 | -1/+1 | |
* | | | Lazy function copying from op_cache SHM into process memory | Dmitry Stogov | 2018-06-25 | 9 | -28/+98 | |
* | | | Micro-optimization | Dmitry Stogov | 2018-06-25 | 1 | -24/+14 | |
* | | | Fixed bug #76509 | Nikita Popov | 2018-06-25 | 5 | -30/+28 | |
* | | | Use COPY_DEREF for DIM_IS and LIST_R as well | Nikita Popov | 2018-06-25 | 1 | -1/+1 | |
* | | | Use COPY_DEREF instead of COPY_UNREF | Nikita Popov | 2018-06-25 | 5 | -88/+122 | |
* | | | numner => number | COFFEE | 2018-06-25 | 1 | -1/+1 | |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-06-24 | 2 | -1/+37 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-24 | 2 | -1/+37 | |
| |\ \ | | |/ | ||||||
| | * | Fixed bug #76502 | Nikita Popov | 2018-06-24 | 2 | -1/+37 | |
* | | | Remove expr_without_variable | Nikita Popov | 2018-06-24 | 1 | -8/+5 | |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-06-22 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #76520 | Nikita Popov | 2018-06-22 | 1 | -0/+1 | |
* | | | Reduced overhead of magic method calls (__get/__set/__unset/__isset/__dectruc... | Dmitry Stogov | 2018-06-22 | 2 | -13/+116 | |
* | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2018-06-22 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2018-06-22 | 1 | -2/+2 | |
| |\ \ | ||||||
| | * | | Added parenthesis | Dmitry Stogov | 2018-06-22 | 1 | -2/+2 | |
| | |/ | ||||||
* | | | Avoid duplication of "shadow" property_info | Dmitry Stogov | 2018-06-22 | 1 | -1/+1 | |
* | | | Avoid reusing zend_function.common.prototype for magic things (use reserved f... | Dmitry Stogov | 2018-06-21 | 4 | -9/+7 | |
* | | | Gereralize VA macro expansion mechanism | Anatol Belski | 2018-06-21 | 2 | -19/+11 | |
* | | | use defined macro | Xinchen Hui | 2018-06-18 | 2 | -10/+10 | |
* | | | Remove old SVN keywords substitutions | Peter Kokot | 2018-06-16 | 7 | -14/+0 | |
* | | | Fixed bug #75218 | Nikita Popov | 2018-06-16 | 6 | -21/+70 | |
* | | | Fix unspecialized executor | Nikita Popov | 2018-06-14 | 2 | -12/+85 | |
* | | | Bump extension, module and PHP API numbers for 7.3 | Michael Moravec | 2018-06-14 | 2 | -2/+2 | |
* | | | php_json_escape_string() optimization | Dmitry Stogov | 2018-06-13 | 1 | -0/+9 | |
* | | | Added num_roots to gc_status | Xinchen Hui | 2018-06-13 | 4 | -3/+11 |