History log of /php-ast/ (Results 151 – 175 of 329)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f7b3a85631-Jul-2018 Tyson Andre

Fix typo in README

3cc2681130-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 ...

0ce5aeba21-Feb-2018 Anatol Belski

Upgrade to latest SDK and change the way items are fetched

a90ec3c718-Feb-2018 Anatol Belski

Reduce struct size by 8 bytes on 64-bit build

dd94d47218-Feb-2018 Anatol Belski

A void function should not return

b6931d0518-Feb-2018 Anatol Belski

Fix exit status propagation on AppVeyor

9c9b58df05-Feb-2018 Gabriel Caruso

Fix misspelling

285c3d9420-Jan-2018 Nikita Popov

Fix tests for changed constant values

f2ff357f20-Jan-2018 Anatol Belski

Update versions in the matrix and add PHP 7.2

be02cd2a06-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

783fbb9908-Oct-2017 Nikita Popov

Add release checklist

db22ee2408-Oct-2017 Nikita Popov

Back to dev

Revision tags: v0.1.6
7c3dfa5108-Oct-2017 Nikita Popov

Release version 0.1.6

d8af130108-Oct-2017 Nikita Popov

Update changelog

6492f2be24-Sep-2017 Anatol Belski

AppVeyor support revamped (#83)

Based on https://github.com/weltling/parle/blob/master/.appveyor.yml

41e55fc624-Sep-2017 Nikita Popov

Drop AppVeyor

Not worth it

d7d3156624-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.

1b2d518624-Sep-2017 Nikita Popov

Mention php-parser-to-php-ast project in README

6827989224-Sep-2017 Nikita Popov

Moar AppVeyor

2603c78924-Sep-2017 Nikita Popov

Another try at AppVeyor

0360d3b324-Sep-2017 Nikita Popov

Fix README TOC link

e26e174524-Sep-2017 Nikita Popov

Add ast\get_supported_versions() function

Closes #77.

ad8fb05c24-Sep-2017 Nikita Popov

Try to fix AppVeyor build

774193f924-Sep-2017 Tyson Andre

Start testing with php 7.2 in travis (nightly is 7.3-dev)

1d9a909117-Sep-2017 Tomáš Votruba

README: update version 35 to deprecated

12345678910>>...14