History log of /php-ast/ (Results 126 – 150 of 325)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
52ad8c9107-Oct-2018 Nikita Popov

Fix package.xml

I did something very weird here when trying to bump to the next
version.

3437f7a306-Oct-2018 Nikita Popov

Add "publish" point to release checklist

180d875906-Oct-2018 Nikita Popov

Fill in release dates in README

3d60000106-Oct-2018 Nikita Popov

Back to dev

34c324d406-Oct-2018 Nikita Popov

Release version 0.1.7

a1d99e6506-Oct-2018 Nikita Popov

Mark version 60 as current

84143dd806-Oct-2018 Tyson Andre

Fix wording of a sentence in README.md

584771f506-Oct-2018 Nikita Popov

Update package.xml file list

749f02fd06-Oct-2018 Nikita Popov

Update changelog

c1bb7d5006-Oct-2018 Nikita Popov

Emulate PHP 7.0 CONST_ELEM docComment only in version >= 60

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

6d9463c106-Oct-2018 Nikita Popov

Version 60: Remove "uses" child where not relevant

Fixes #92.

60ee513b06-Oct-2018 Nikita Popov

Regenerate stub file

146ab0d006-Oct-2018 Nikita Popov

Deprecate AST version 45

1e83887d06-Oct-2018 Nikita Popov

Emulate docComment on CONST_ELEM for PHP 7.0

dd264ecb06-Oct-2018 Nikita Popov

Deprecate AST version 40

60acf78006-Oct-2018 Nikita Popov

Add test for issue #78

This has been fixed upstream.

bdd49eff06-Oct-2018 Nikita Popov

Define compat constant for ZEND_BIND_REF

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

5dd4acef06-Oct-2018 Nikita Popov

Update tests for master

Class and function flags have been renumbered, so don't match
against exact values.

017f209406-Oct-2018 Nikita Popov

Fix master build

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

12345678910>>...13