Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for deprecating constants | Nikita Popov | 2020-01-17 | 1 | -0/+2 |
* | Use zend_type inside type lists | Nikita Popov | 2020-01-17 | 1 | -2/+2 |
* | Fix #78880: Another bunch of spelling errors | Máté Kocsis | 2020-01-16 | 1 | -1/+1 |
* | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-01-14 | 2 | -0/+16 |
|\ | |||||
| * | Fix #79096: FFI Struct Segfault | Christoph M. Becker | 2020-01-14 | 2 | -0/+16 |
* | | Use RETURN_THROWS() during ZPP in most of the extensions | Máté Kocsis | 2019-12-31 | 1 | -4/+4 |
* | | Remove ezmlm_hash() function | Máté Kocsis | 2019-12-05 | 1 | -0/+12 |
* | | Implement union types | Nikita Popov | 2019-11-08 | 1 | -0/+15 |
* | | Make zend_type a 2-field struct | Nikita Popov | 2019-11-08 | 1 | -3/+4 |
* | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-10-25 | 1 | -15/+25 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-25 | 1 | -12/+26 |
| |\ | |||||
| | * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-25 | 1 | -12/+26 |
| | |\ | |||||
| | | * | Fixed bug #78747 | Nikita Popov | 2019-10-25 | 1 | -12/+26 |
| | | * | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -2/+0 |
| | * | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -2/+0 |
* | | | | Fix and undeprecate ReflectionType::__toString() | Nikita Popov | 2019-10-22 | 1 | -2/+12 |
* | | | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 2 | -4/+0 |
* | | | | Change representation of zend_type from type code to MAY_BE_* mask | Nikita Popov | 2019-09-23 | 1 | -2/+2 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-18 | 1 | -4/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | Revert "Fix zend_test interned strings loaded via dl()" | Nikita Popov | 2019-04-18 | 1 | -4/+3 |
* | | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-04-18 | 1 | -3/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix zend_test interned strings loaded via dl() | Nikita Popov | 2019-04-18 | 1 | -3/+4 |
* | | | | Fix incompatible pointer warning in zend_test | Nikita Popov | 2019-04-11 | 1 | -2/+2 |
* | | | | Merge branch 'PHP-7.4' | Peter Kokot | 2019-03-07 | 1 | -2/+4 |
|\ \ \ \ | |/ / / | |||||
| * | | | Add AS_HELP_STRING to *nix build configure options | Peter Kokot | 2019-03-07 | 1 | -2/+4 |
* | | | | Remove ZEND_OVERLOADED_FUNCTION and corresponding call_method object handler | Dmitry Stogov | 2019-02-07 | 1 | -17/+26 |
|/ / / | |||||
* | | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -10/+0 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 2 | -2/+2 |
* | | | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -0/+31 |
* | | | Sync leading and final newlines in source code files | Peter Kokot | 2018-10-14 | 2 | -2/+0 |
|/ / | |||||
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | Add test for void return type on internal function | Nikita Popov | 2018-06-30 | 1 | -0/+9 |
* | | Add test for issue #1400 | Xinchen Hui | 2018-06-27 | 1 | -0/+6 |
* | | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-05-20 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fixed bug #76337 | xKhorasan | 2018-05-20 | 1 | -0/+2 |
| * | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | Fix: follow the indent of the other configure options | Tom Van Looy | 2018-02-15 | 1 | -1/+1 |
* | | year++ | Xinchen Hui | 2018-01-02 | 2 | -2/+2 |
* | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -2/+2 |
* | | Make ext/zend_test report itself as zend-test in `php -m' | Kalle Sommer Nielsen | 2017-08-17 | 1 | -1/+1 |
|/ | |||||
* | fix shared compilation | Anatol Belski | 2017-03-15 | 1 | -1/+1 |
* | zend-test extension to house code that is required for testing internal APIs,... | Nikita Popov | 2017-03-12 | 4 | -0/+321 |