Postby igorw » Sun May 30, 2010 1:38 pm
It should not have an impact at all, since the current proposal doesn't make any use of autoloading. It uses a custom function to resolve class names and load the classes (the proposed phpbb_load_class function). Even if autoloading were to be used in the future, it should not matter really. Autoloading (when done right) is based on prefixes, so the Zend_ prefix does not clash with a phpbb prefix or namespace.