Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001811 [Quercus] minor always 06-21-07 11:22 06-25-07 07:13
Reporter nam View Status public  
Assigned To sam
Priority normal Resolution fixed  
Status closed   Product Version 3.1.1
Summary 0001811: zend framework parsing error
Description (rep by Kibo)

I am trying to make Zend Framework run on Resin 3.1 I get this error

/c:/projekti/Vast_ZF2/library/Zend/Registry.php:89: expected ',' at (token
291) in
Registry.php:88: {
Registry.php:89: self::setInstance(new self::$_registryClassName());
Registry.php:90: }

here is part from that file

class Zend_Registry extends ArrayObject{
private static $_registryClassName = 'Zend_Registry';
.....
..
protected static function init()
{
//this is where error ocures though only in Qurcus
self::setInstance(new self::$_registryClassName());
}

This would be something like

self::setInstance(new Zend_Registry());

and it works on PHP 5.1.4 Apache , but not in Resin.
Additional Information
Attached Files

- Relationships

- Notes
(0002082)
sam
06-25-07 07:13

php/1811
 

- Issue History
Date Modified Username Field Change
06-21-07 11:22 nam New Issue
06-23-07 01:29 sam Status new => assigned
06-23-07 01:29 sam Assigned To  => sam
06-25-07 07:13 sam Status assigned => closed
06-25-07 07:13 sam Note Added: 0002082
06-25-07 07:13 sam Resolution open => fixed
06-25-07 07:13 sam Fixed in Version  => 3.1.2


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