Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change Zend Stream API to use zend_string* instead of char*. | Dmitry Stogov | 2021-03-16 | 1 | -2/+3 |
* | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-24 | 1 | -0/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.4' into PHP-8.0 | Felipe Pena | 2021-02-24 | 1 | -0/+1 |
| |\ | |||||
| | * | Fix bug #80757 (Exit code is 0 when could not open file) | Felipe Pena | 2021-02-24 | 1 | -0/+1 |
* | | | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 1 | -8/+8 |
* | | | Add const modifier for zend_extension members | codinghuang | 2020-12-01 | 1 | -5/+4 |
|/ / | |||||
* | | Accept zend_string instead of zval in zend_compile_string | Nikita Popov | 2020-09-07 | 1 | -6/+1 |
* | | Accept zend_object* in zend_update_property | Nikita Popov | 2020-08-07 | 1 | -3/+2 |
* | | Accept zend_object* in zend_get_exception_base | Nikita Popov | 2020-08-07 | 1 | -11/+8 |
* | | Accept zend_object in zend_read_property | Nikita Popov | 2020-08-07 | 1 | -6/+6 |
* | | Add more argument types to stubs | Máté Kocsis | 2020-08-07 | 1 | -3/+1 |
* | | Remove no_separation flag | Nikita Popov | 2020-07-07 | 1 | -1/+0 |
* | | Make exit() unwind properly | Nikita Popov | 2020-06-29 | 1 | -0/+5 |
* | | Add zend_call_known_function() API family | Nikita Popov | 2020-06-09 | 1 | -1/+1 |
* | | Fix MSVC level 1 (severe) warnings | Christoph M. Becker | 2020-06-05 | 1 | -1/+1 |
* | | Remove return value from llist apply functions | Nikita Popov | 2020-04-15 | 1 | -2/+1 |
* | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-16 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Remove ZEND_HANDLE_MAPPED | Nikita Popov | 2019-07-16 | 1 | -3/+0 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-07-15 | 1 | -46/+1 |
|\ \ | |/ | |||||
| * | Move shebang handling into the lexer | Nikita Popov | 2019-07-15 | 1 | -46/+1 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-28 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fix init_file leak in phpdbg | Nikita Popov | 2019-06-28 | 1 | -0/+1 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-27 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Don't use zmm for PHPDBG_G(exec) | Nikita Popov | 2019-06-27 | 1 | -4/+4 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-25 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Fix out of bounds write in phpdbg | Nikita Popov | 2019-06-25 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-06-21 | 1 | -1/+8 |
|\ \ | |/ | |||||
| * | Fix stack leak in phpdbg | Nikita Popov | 2019-06-21 | 1 | -1/+8 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-12 | 1 | -23/+24 |
|\ \ | |/ | |||||
| * | Fix potentially uninitialized warnings in phpdbg | Nikita Popov | 2019-04-12 | 1 | -23/+24 |
* | | Merge branch 'PHP-7.4' | Joe Watkins | 2019-03-27 | 1 | -8/+12 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Joe Watkins | 2019-03-27 | 1 | -8/+12 |
| |\ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Joe Watkins | 2019-03-27 | 1 | -8/+12 |
| | |\ | |||||
| | | * | Fix #77805 phpdbg build fails when readline is shared | Joe Watkins | 2019-03-27 | 1 | -8/+12 |
| | | * | Trim trailing whitespace in source code files | Peter Kokot | 2018-10-13 | 1 | -1/+1 |
| | | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste... | Dmitry Stogov | 2019-02-04 | 1 | -1/+1 |
* | | | | Remove year range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
|/ / / | |||||
* | | | Fix localized error messages and memory leaks | Anatol Belski | 2018-09-17 | 1 | -1/+1 |
* | | | Fix some misspellings | Gabriel Caruso | 2018-08-12 | 1 | -1/+1 |
|/ / | |||||
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -1/+1 |
* | | Avoid magic method hash lookups | Dmitry Stogov | 2018-07-02 | 1 | -1/+1 |
* | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -1/+1 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
|/ | |||||
* | Implemented HYBRID VM instruction dispatch method that takes advantages of bo... | Dmitry Stogov | 2017-05-03 | 1 | -1/+1 |
* | Merge branch 'PHP-7.1' | Xinchen Hui | 2017-04-10 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-04-10 | 1 | -1/+1 |
| |\ |