File: ChangeLog.markdown

package info (click to toggle)
php-token-stream 1.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 148 kB
  • sloc: php: 1,053; xml: 59; makefile: 5
file content (25 lines) | stat: -rw-r--r-- 608 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PHP_TokenStream 1.1
===================

This is the list of changes for the PHP_TokenStream 1.1 release series.

PHP_TokenStream 1.1.3
---------------------

* Added class for the `T_TRAIT_C` token that was added in PHP 5.4.

PHP_TokenStream 1.1.2
---------------------

* Added classes for the `T_CALLABLE` and `T_INSTEADOF` tokens that were added in PHP 5.4.
* Added support for namespaced functions.

PHP_TokenStream 1.1.1
---------------------

* Fixed issue #19: Notice in `PHP_Token_INTERFACE::hasInterfaces()`.

PHP_TokenStream 1.1.0
---------------------

* Moved `phptok` tool to separate package.