Releases: humbug/php-scoper
Releases · humbug/php-scoper
0.11.4
13 Nov 08:47
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fix the prefixing of returned string literals (#292 )
Fix the Box recommendations (#293 )
0.11.3
11 Nov 18:11
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fix whitelisting usages (#287 )
Add zend_loader_file_encoded
to the list of known internal functions (#290 )
0.11.2
07 Nov 16:28
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fix whitelisting of constants used in defined()
calls (#283 )
Do not prefix internal constants in defined()
and define()
calls (#284 )
0.11.1
04 Nov 15:31
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fix scoping of PSR-0 based packages with global classes (#279 )
Do not prefix native functions and constants (#280 )
0.11.0
31 Oct 07:49
Compare
Sorry, something went wrong.
No results found
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
24 Oct 12:18
Compare
Sorry, something went wrong.
No results found
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
11 Oct 16:42
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fix the composer root version being used (#265 )
Fix the whitelisting of classes (#263 )
0.10.1
09 Oct 13:57
Compare
Sorry, something went wrong.
No results found
Bugfixes
Allow usage of the whitelist-global-classes
setting
0.10.0
04 Oct 09:43
Compare
Sorry, something went wrong.
No results found
Features
Add files whitelist feature (#262 )
Bugfixes
Fix usage of the new configuration settings (#262 )
0.9.2
10 Aug 11:37
Compare
Sorry, something went wrong.
No results found
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 )