Releases: humbug/php-scoper
Releases · humbug/php-scoper
0.11.3
Bugfixes
- Fix whitelisting usages (#287)
- Add
zend_loader_file_encoded
to the list of known internal functions (#290)
0.11.2
Bugfixes
- Fix whitelisting of constants used in
defined()
calls (#283)
- Do not prefix internal constants in
defined()
and define()
calls (#284)
0.11.1
Bugfixes
- Fix scoping of PSR-0 based packages with global classes (#279)
- Do not prefix native functions and constants (#280)
0.11.0
Features
- Add nowdoc support (#275)
- Add support for the eval function (#277)
- Add support for Symfony (#271)
Bugfixes
- Fix the scoping of the __autoload function (#270)
Misc
- Fix running the tests with phpdbg (#276)
- Add Code Sniffer (#272, #273)
- Add PHPStan (#274)
0.10.3
Bugfixes
- Whitelist functions as soon as they are used (#269)
- Update the PHAR usages (#266)
- Fix with whitelisted files for Configurable Scoper (#268)
0.10.2
Bugfixes
- Fix the composer root version being used (#265)
- Fix the whitelisting of classes (#263)
0.10.1
Bugfixes
- Allow usage of the
whitelist-global-classes
setting
0.10.0
Features
- Add files whitelist feature (#262)
Bugfixes
- Fix usage of the new configuration settings (#262)
0.9.2
Bugfixes
- Fix the version used in the PHAR (#259)
- Fix scoping of string literal classes which contains numbers (#258)
Misc
- Use an application factory (#260)