8000 Tags · fpoirotte/PHP_ParserGenerator · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: fpoirotte/PHP_ParserGenerator

Tags

0.2.4

Toggle 0.2.4's commit message

Verified

This tag was signed with the committer’s verified signature.
fpoirotte François Poirotte
v0.2.4

- Drop support for PHP < 5.3
- Fix #1 (initialize include_code if it is unset)
  Thanks go to @webmaster777 for the bug report
- Commit a fix for https://pear.php.net/bugs/bug.php?id=11647
  (substitution of @x works incorrectly)

0.2.3

Toggle 0.2.3's commit message

Verified

This tag was signed with the committer’s verified signature.
fpoirotte François Poirotte
v0.2.3

======

Remove an implicit dependency on Composer.
phplemon now uses a basic autoloader to find its files.

0.2.2

Toggle 0.2.2's commit message

Verified

This tag was signed with the committer’s verified signature.
fpoirotte François Poirotte
v0.2.2

======

Various cleanups.
This removes unnecessary files & restricts exported files
to what's really needed.

0.2.1

Toggle 0.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
fpoirotte François Poirotte
v0.2.1

======

* Fix command-line flags (options lines -x, -q, and so on)
* Make "-q" very quiet; you can still ask the compiler to output
  various statistics at the end by passing "-q -s"

0.2.0

Toggle 0.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
fpoirotte François Poirotte
v0.2.0

======

* Fix "D=" option handling (this previously led to a fatal error)
* Add "o=" option to select the output file

0.1.7-patch3

Toggle 0.1.7-patch3's commit message

Verified

This tag was signed with the committer’s verified signature.
fpoirotte François Poirotte
Fix typo in phplemon preventing generation of parsers

0.1.7-patch2

Toggle 0.1.7-patch2's commit message

Verified

This tag was signed with the committer’s verified signature.
fpoirotte François Poirotte
Add compatibility with PHP >= 5.3 & namespaces

0.1.7-patch1

Toggle 0.1.7-patch1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Update composer.json file.

0