php name spaces would fix it. Im not running 5.3 on my server though.
On Mar 9, 2011, at 7:24 PM, Platonides wrote: > Adam Meyer wrote: >> Past few days I have been looking for a way to have a real single sign on >> between mediawiki and phpbb. I wanted the login state in phpbb to dictate >> that in mediawiki. >> I got it working. >> >> If you logout of phpbb, you logout of mediawiki, if you login to phpbb you >> are then logged into mediawiki. >> >> In mediawiki I have it checking the session of phpbb and doing an auto log. >> >> BUT THERE IS A HUGE ISSUE: >> I had to replace every instance of User (Class) in every mediawiki file with >> mw_User because phpbb also has a user class. > > Maybe that could be avoided strategically adding php namespaces. > > > _______________________________________________ > MediaWiki-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
