Discussion:
HEAD broken ?
Benoit Hamet
2008-06-18 09:23:02 UTC
Permalink
Hi all,

I have the following problems :

First the use of call_user_func("{$of_classname}::createObject", ...) is
not working for php < 5.2.3 (which is the case for debian etch). I move
around this one easily, I can commit it.

Second is that it seems that there's missing commit for auth/ classes
since the ofphpgwapi try to create phpgw_auth_sql object which is still
named auth_sql ...

Do I am the only one to have these problems ?

Regards.

Caeies
Dave Hall
2008-06-18 10:32:40 UTC
Permalink
Post by Benoit Hamet
Hi all,
First the use of call_user_func("{$of_classname}::createObject", ...) is
not working for php < 5.2.3 (which is the case for debian etch). I move
around this one easily, I can commit it.
Second is that it seems that there's missing commit for auth/ classes
since the ofphpgwapi try to create phpgw_auth_sql object which is still
named auth_sql ...
Do I am the only one to have these problems ?
this is a known issue. I botched the patch of trunk. I plan to check
some stuff into the tree tomorrow.

Cheers

Dave

Loading...