Tuesday 09 August 2005 11:06:54 am
Hi, Björn told me that he had some problems if he use this code
$ini = eZINI::instance ( ... );
So, the $ini var should be used as a reference like this instead:
$ini =& eZINI::instance ( ... );
This make sense, but I've found the string "= eZINI::instance" (without the &) 32 times in php files which are in the "kernel" directory, and 5 times in php files which are in the lib directory. (ez 3.6.1)
So, my question is:
-) Is it "safe" to ignore this? -) or should I file a bug report?
Best wishes,
Georg.
--
http://www.schicksal.com Horoskop website which uses eZ Publish since 2004
|