-
Bug
-
Resolution: Fixed
-
Major
-
3.2.0-a2, 3.2.0-b1
-
Mac OSX 10.9.5, php 5.5.18
If an extension tries to add a custom compiler pass via /di/pass/*_pass.php, the class can't be found.
Steps to reproduce:
1. Create an extension, give it the compiler pass file: eg. /foo/bar/di/pass/test_pass.php
2. Load the extension.
Broken line:
$filename = './ext//foo/bar/di/pass/test_pass'
class_exists('\\foo\bar\di\pass\test_pass')
- is related to
-
PHPBB-14377 Allow extensions to register custom compiler pass
- Closed