cb12abd7 | 07-Oct-2018 |
Nikita Popov |
Remove version 40 |
52215307 | 07-Oct-2018 |
Nikita Popov |
Version version 35 |
9ef9b641 | 07-Oct-2018 |
Nikita Popov |
Removed version 30 |
ea0ae2be | 07-Oct-2018 |
Nikita Popov |
Bump version to 1.0.0dev |
52ad8c91 | 07-Oct-2018 |
Nikita Popov |
Fix package.xml I did something very weird here when trying to bump to the next version. |
3437f7a3 | 06-Oct-2018 |
Nikita Popov |
Add "publish" point to release checklist |
180d8759 | 06-Oct-2018 |
Nikita Popov |
Fill in release dates in README |
3d600001 | 06-Oct-2018 |
Nikita Popov |
Back to dev |
34c324d4 | 06-Oct-2018 |
Nikita Popov |
Release version 0.1.7 |
a1d99e65 | 06-Oct-2018 |
Nikita Popov |
Mark version 60 as current |
84143dd8 | 06-Oct-2018 |
Tyson Andre |
Fix wording of a sentence in README.md |
584771f5 | 06-Oct-2018 |
Nikita Popov |
Update package.xml file list |
749f02fd | 06-Oct-2018 |
Nikita Popov |
Update changelog |
c1bb7d50 | 06-Oct-2018 |
Nikita Popov |
Emulate PHP 7.0 CONST_ELEM docComment only in version >= 60 |
7eb041fc | 06-Oct-2018 |
Nikita Popov |
Mention release versions in AST changelog Not always entirely accurate as versions have been available longer in "experimental" state, but overall probably more useful than dates whi
Mention release versions in AST changelog Not always entirely accurate as versions have been available longer in "experimental" state, but overall probably more useful than dates which may be far removed from the release where the version was actually available.
show more ...
|
6d9463c1 | 06-Oct-2018 |
Nikita Popov |
Version 60: Remove "uses" child where not relevant Fixes #92. |
60ee513b | 06-Oct-2018 |
Nikita Popov |
Regenerate stub file |
146ab0d0 | 06-Oct-2018 |
Nikita Popov |
Deprecate AST version 45 |
1e83887d | 06-Oct-2018 |
Nikita Popov |
Emulate docComment on CONST_ELEM for PHP 7.0 |
dd264ecb | 06-Oct-2018 |
Nikita Popov |
Deprecate AST version 40 |
60acf780 | 06-Oct-2018 |
Nikita Popov |
Add test for issue #78 This has been fixed upstream. |
bdd49eff | 06-Oct-2018 |
Nikita Popov |
Define compat constant for ZEND_BIND_REF |
c62f10ff | 06-Oct-2018 |
Nikita Popov |
Add explicit ARRAY_ELEM_REF flag Instead of using magic value "1". Add a test for by-ref destructing functionality in PHP 7.3. It also worked previously, this is just improving the d
Add explicit ARRAY_ELEM_REF flag Instead of using magic value "1". Add a test for by-ref destructing functionality in PHP 7.3. It also worked previously, this is just improving the dumping functionality.
show more ...
|
5dd4acef | 06-Oct-2018 |
Nikita Popov |
Update tests for master Class and function flags have been renumbered, so don't match against exact values. |
017f2094 | 06-Oct-2018 |
Nikita Popov |
Fix master build |