f7b3a856 | 31-Jul-2018 |
Tyson Andre |
Fix typo in README |
3cc26811 | 30-Jun-2018 |
Peter Kokot |
Remove unused Git attributes ident The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last use
Remove unused Git attributes ident The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
show more ...
|
0ce5aeba | 21-Feb-2018 |
Anatol Belski |
Upgrade to latest SDK and change the way items are fetched |
a90ec3c7 | 18-Feb-2018 |
Anatol Belski |
Reduce struct size by 8 bytes on 64-bit build |
dd94d472 | 18-Feb-2018 |
Anatol Belski |
A void function should not return |
b6931d05 | 18-Feb-2018 |
Anatol Belski |
Fix exit status propagation on AppVeyor |
9c9b58df | 05-Feb-2018 |
Gabriel Caruso |
Fix misspelling |
285c3d94 | 20-Jan-2018 |
Nikita Popov |
Fix tests for changed constant values |
f2ff357f | 20-Jan-2018 |
Anatol Belski |
Update versions in the matrix and add PHP 7.2 |
be02cd2a | 06-Jan-2018 |
Thomas Punt |
Fix ZTS mode This requires shifting str_ member variable out of the Zend globals (which is stored in TLS), and into a true global structure instead |
783fbb99 | 08-Oct-2017 |
Nikita Popov |
Add release checklist |
db22ee24 | 08-Oct-2017 |
Nikita Popov |
Back to dev |
Revision tags: v0.1.6 |
|
7c3dfa51 | 08-Oct-2017 |
Nikita Popov |
Release version 0.1.6 |
d8af1301 | 08-Oct-2017 |
Nikita Popov |
Update changelog |
6492f2be | 24-Sep-2017 |
Anatol Belski |
AppVeyor support revamped (#83) Based on https://github.com/weltling/parle/blob/master/.appveyor.yml |
41e55fc6 | 24-Sep-2017 |
Nikita Popov |
Drop AppVeyor Not worth it |
d7d31566 | 24-Sep-2017 |
Nikita Popov |
AppVeyor: Drop phpsdk_deps The ast extension does not have deps and we do a --disable-all build, so hopefully this is not necessary. |
1b2d5186 | 24-Sep-2017 |
Nikita Popov |
Mention php-parser-to-php-ast project in README |
68279892 | 24-Sep-2017 |
Nikita Popov |
Moar AppVeyor |
2603c789 | 24-Sep-2017 |
Nikita Popov |
Another try at AppVeyor |
0360d3b3 | 24-Sep-2017 |
Nikita Popov |
Fix README TOC link |
e26e1745 | 24-Sep-2017 |
Nikita Popov |
Add ast\get_supported_versions() function Closes #77. |
ad8fb05c | 24-Sep-2017 |
Nikita Popov |
Try to fix AppVeyor build |
774193f9 | 24-Sep-2017 |
Tyson Andre |
Start testing with php 7.2 in travis (nightly is 7.3-dev) |
1d9a9091 | 17-Sep-2017 |
Tomáš Votruba |
README: update version 35 to deprecated |