History log of /PHP-Parser/ (Results 1376 – 1400 of 1692)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
52aa17fa27-Sep-2013 nikic

Require ext/tokenizer in composer.json

Revision tags: v0.9.4
1e5e280a25-Aug-2013 nikic

Release PHP-Parser 0.9.4

3d467ca104-Aug-2013 nikic

Add PHP 5.5 to .travis.yml

c8695a8f04-Aug-2013 nikic

Remove obsolete item from grammar/README.md

01123ae627-Jul-2013 nikic

Fix notices when generating expected tokens list (continued)

Forgot to add regenerated parser

09c106d127-Jul-2013 nikic

Fix notices when generating expected tokens list

77c08a7527-Jul-2013 nikic

Fix pretty printing of `include` expressions

f9c3aa2a12-Jul-2013 nikic

Improve PrettyPrinter construction perf by not using uniqid

The uniqid function is *very* slow on unix systems. The code has no
particular unique-ness requirements, so the much faster mt

Improve PrettyPrinter construction perf by not using uniqid

The uniqid function is *very* slow on unix systems. The code has no
particular unique-ness requirements, so the much faster mt_rand()
function is used instead.

Closes PR #65.

show more ...

5ccf619623-May-2013 nikic

Update changelog

12faad5223-May-2013 Florent

Add interface builder

c0da1b8822-May-2013 nikic

Merge pull request #59 from Trismegiste/refactor-adding-an-interface-for-LSP

Adding an interface to the Node Traverser for LSP concern


900a3f3b16-May-2013 Florent

Implementing the interface for PHPParser_NodeTraverser

92df3e5a16-May-2013 Florent

Adding the interface

ba91348115-May-2013 Jamie Burns

Typo fix

8e686ce715-Apr-2013 nikic

PHP-Parser supports PHP 5.5

08f0cde615-Apr-2013 nikic

Add prettyPrintFile() method

dc95f3b405-Mar-2013 Igor Wiedler

Add branch-alias

This allows "0.9.*" or "~0.9" to install the dev version, if the
consumer allows for dev versions to be installed.

75ec7a3e14-Feb-2013 nikic

Looks like I forgot to git add some files...

a249c00214-Feb-2013 nikic

Add support for ClassName::class (PHP 5.5)

81d20bf115-Jan-2013 nikic

Pretty print namespaces in semicolon-style if possible

db18906d15-Jan-2013 nikic

Rename PrettyPrinter_Zend to PrettyPrinter_Default

fbaa1e5f15-Jan-2013 nikic

Add information on expected tokens to syntax errors

This now mimics the error messages provided by PHP itself (pre 5.4).

222c961221-Dec-2012 nikic

Use RegexIterator in docs (by @lstrojny)

Also fix formatting in changelog and be more specific in a doc comment.

01c5b84d21-Dec-2012 Shawn Iwinski

Removed composer.json execute bit

Revision tags: v0.9.3
98ebfc8d22-Nov-2012 nikic

Release PHP-Parser 0.9.3

1...<<51525354555657585960>>...68