Re: change createObject

2011-10-03 Thread Florian Semm
Am 03.10.2011 14:08, schrieb Ivan Habunek: I have removed the offending line in trunk. Regards, Ivan 2011/10/3 Ivan Habunek: On 3.10.2011. 7:54, Christian Grobmeier wrote: The only thing to think about is backwards compatibility. Two options: 1) don't care on bc and remove the line 2) add an

Re: change createObject

2011-10-03 Thread Ivan Habunek
I have removed the offending line in trunk. Regards, Ivan 2011/10/3 Ivan Habunek : > On 3.10.2011. 7:54, Christian Grobmeier wrote: >> >> The only thing to think about is backwards compatibility. Two options: >> >> 1) don't care on bc and remove the line >> 2) add an optional param to createObjec

Re: change createObject

2011-10-02 Thread Ivan Habunek
On 3.10.2011. 7:54, Christian Grobmeier wrote: The only thing to think about is backwards compatibility. Two options: 1) don't care on bc and remove the line 2) add an optional param to createObject, like: createObject($class, [$usingNamespace]); 3) Stop using createObject because it only obfu

Re: change createObject

2011-10-02 Thread Christian Grobmeier
Hello Florian, > i start the developing of a Log4PhpBundle for the Symfony2 framework. The > basic appenders like AppenderFile and AppenderRollingFile work fine. Now I > want to integrate the doctrine-service for the db logging. But there are some > probleme with die LoggerReflectionUtils::crea