We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1677a7 commit 3191cbbCopy full SHA for 3191cbb
src/main/php/module.xp
@@ -8,9 +8,5 @@ module xp-framework/compiler {
8
/** @return void */
9
public function initialize() {
10
ClassLoader::registerLoader(CompilingClassloader::instanceFor('php:'.PHP_MAJOR_VERSION.'.'.PHP_MINOR_VERSION.'.'.PHP_RELEASE_VERSION));
11
-
12
- if (!interface_exists(\IDisposable::class, false)) {
13
- eval('interface IDisposable { public function __dispose(); }');
14
- }
15
}
16
0 commit comments