Mantis - Quercus
Viewing Issue Advanced Details
2399 minor always 02-04-08 12:43 02-05-08 05:04
sam  
nam  
high  
closed 3.1.4  
fixed  
none    
none 3.1.5  
0002399: new ReflectClass("string") and new ReflectClass($this) should both work
(rep by A Kirsch)

This was a bug that was in Zend Framework where Zend_Log was calling
"new ReflectClass ($this)" in standard php this works although it is not
correct but with quercus it follows closer to standards and fails ($this
is an object vs a string).

Notes
(0002717)
nam   
02-05-08 05:04   
php/5215