Nikita Popov
|
cc75dd3612
|
Drop support for PHP 7 aliases
|
2015-05-02 22:21:12 +02:00 |
|
Nikita Popov
|
5f621c5adc
|
Drop support for legacy aliases from v0.9
|
2015-05-02 22:19:25 +02:00 |
|
Nikita Popov
|
617bf0aa41
|
Fix registering of PHP 7 aliases
The previous approach was causing issues, because "instanceof"
does not invoke the autoloader.
|
2015-03-24 20:04:50 +01:00 |
|
Nikita Popov
|
8982315b4e
|
Rename Cast\Object as well
As it will very likely be soft-reserved in PHP 7.
Old alias is still available, as usual.
|
2015-03-21 18:57:55 +01:00 |
|
Nikita Popov
|
1a627872f0
|
Rename nodes for compat with PHP 7
The old names will still be available on PHP 5.x.
|
2015-03-20 21:49:38 +01:00 |
|
nikic
|
6423864160
|
Add Autoloader tests
|
2014-09-12 13:45:34 +02:00 |
|