Mantis - Quercus
Viewing Issue Advanced Details
5037 minor always 04-21-12 15:36 04-21-12 15:37
nam  
nam  
normal  
closed 4.0.27  
fixed  
none    
none 4.0.28  
0005037: new static() not supported
(rep by Bill Au)

 I am trying to run Symfony 2.0.12 with Resin 4.0.22 and am getting the
following error message:

500 Servlet Exception

/var/opt/resin4/23711/webapps/ROOT/Symfony/vendor/symfony/src/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php:36:
'static' is an unexpected token, expected an expression. in
DebugUniversalClassLoader.php:34: foreach ($functions as $function)
{
DebugUniversalClassLoader.php:35: if (is_array($function) &&
$function[0] instanceof UniversalClassLoader) {
DebugUniversalClassLoader.php:36: $loader = new static();
DebugUniversalClassLoader.php:37:
$loader->registerNamespaceFallbacks($function[0]->getNamespaceFallbacks());
DebugUniversalClassLoader.php:38:
$loader->registerPrefixFallbacks($function[0]->getPrefixFallbacks());

Notes
(0005746)
nam   
04-21-12 15:37   
php/039q
php/039r