Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0002590 [Quercus] block always 04-10-08 08:04 05-09-08 17:49
Reporter mikebevz View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.1.5
Summary 0002590: 'Array' is an unknown function with Zend Framework
Description Hi,

When I try to port my existing ZendFramework-based project to Resin 3.1.5 I've got the following error message:
/home/resin/www/webapps/ROOT/v3/library/Zend/Loader.php:212: Fatal Error: 'Array' is an unknown function. [spl_autoload_register]

Should I put additional configuration into php.ini? For now I've got no php.ini file at all and cannot find any requirements about that in the documentation.

Thanks in advance,
Mike
Additional Information
Attached Files

- Relationships

- Notes
(0002966)
mtolmacs
04-12-08 23:35

The source code which generates the error:
spl_autoload_register(array($class, 'autoload'));

It seems that the parser does not recognize inline array definition in function arguments.
 
(0003042)
ferg
05-09-08 17:49

php/0970
 

- Issue History
Date Modified Username Field Change
04-10-08 08:04 mikebevz New Issue
04-12-08 23:32 mtolmacs Issue Monitored: mtolmacs
04-12-08 23:35 mtolmacs Note Added: 0002966
05-09-08 17:49 ferg Note Added: 0003042
05-09-08 17:49 ferg Assigned To  => ferg
05-09-08 17:49 ferg Status new => closed
05-09-08 17:49 ferg Resolution open => fixed
05-09-08 17:49 ferg Fixed in Version  => 3.1.7


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
33 total queries executed.
28 unique queries executed.
Powered by Mantis Bugtracker