History log of /PHP-Parser/ (Results 1101 – 1125 of 1690)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3360288921-Oct-2015 Nikita Popov

Release version 2.0.0 beta 1

98d28d7a03-Oct-2015 Nikita Popov

Drop test failing on HHVM

Can readd if Travis ever updates the HHVM version again, I
remember this being fixed ages ago.

e4b837e002-Oct-2015 Nikita Popov

Split up pretty printer test in stmt/expr

The list was getting unweildly.

Also improve error message when parsing fails in pretty printer
test and extend some tests.

2b9c5a6201-Oct-2015 Aydin

Multiple init test for for loop

99e8974301-Oct-2015 Aydin

More PrettyPrinter tests

39a039fa21-Sep-2015 Nikita Popov

Add option for short array syntax in pretty printer

fcf2310121-Sep-2015 Nikita Popov

Fix autoloader path in php-parse

Need to go up another directory...

c8898df321-Sep-2015 Nikita Popov

Add php-parse as composer bin

Renaming from php-parse.php to just php-parse to follow the usual
conventions.

Not tested.

b296191521-Sep-2015 Nikita Popov

Fix XML serialization test

I have no idea why this suddenly turned up *now*

6f3fd78320-Sep-2015 Dmitry Patsura

Specify phpunit dev dependency in composer.json

And use it for the travis build.

Revision tags: v1.4.1
eecaf1e919-Sep-2015 Nikita Popov

Merge branch '1.x'

Conflicts:
grammar/rebuildParsers.php
lib/PhpParser/Parser.php


950ada4c19-Sep-2015 Nikita Popov

Fix issue #227

Use \z instead of $.

0d4239ef16-Sep-2015 Nikita Popov

Only advertize install via composer

Now that it's so small, move installation docs into readme.

e3a9356116-Sep-2015 Dmitry Patsura

Use composer PSR-4 autoloader

5118e21c14-Sep-2015 Nikita Popov

Add nightly to travis, use container based infra

Currently 7.0 and nightly are the same, but for the future...

40455b5c14-Sep-2015 Dmitry Patsura

TravisCI - stop allowing to failture PHP7

fe6755ff25-Aug-2015 Nikita Popov

Use more helpful code test names

f57d217e20-Aug-2015 Nikita Popov

Update group use support

To conform with current PHP 7 implementation

* Allow use \Foo\{Bar};
* Disallow use Foo\{\Bar};
* Disallow missing trailing semicolon (that was a bu

Update group use support

To conform with current PHP 7 implementation

* Allow use \Foo\{Bar};
* Disallow use Foo\{\Bar};
* Disallow missing trailing semicolon (that was a bug)

show more ...

Revision tags: v2.0.0alpha1
e0a75ede14-Jul-2015 Nikita Popov

Release PHP-Parser 2.0 Alpha 1

2496cd3814-Jul-2015 Nikita Popov

Various docs fixes

965e53a114-Jul-2015 Nikita Popov

Update changelog

dc85742014-Jul-2015 Nikita Popov

Merge branch '1.x'

Conflicts:
CHANGELOG.md
composer.json
test/PhpParser/ParserTest.php


Revision tags: v1.4.0
196f177c14-Jul-2015 Nikita Popov

Prepare PHP-Parser 1.4.0 release

b9afcdfd14-Jul-2015 Nikita Popov

Revert "Make tests compatible with PHP 7"

This reverts commit 91295a07903fbd28d1f5c52611968ce0b3a4517e.

This should no longer be necessary.

Conflicts:
test/PhpP

Revert "Make tests compatible with PHP 7"

This reverts commit 91295a07903fbd28d1f5c52611968ce0b3a4517e.

This should no longer be necessary.

Conflicts:
test/PhpParser/ParserTest.php

show more ...

3bb874fc14-Jul-2015 Nikita Popov

Partial docs update

1...<<41424344454647484950>>...68