Tim Starling wrote:
On 03/29/2011 10:48 AM, Platonides wrote:
I was expecting this the week hip-hop hit. What would be required "to target hip-hop"? How does that differ from working from Zend?
I've explored the issues and made some initial changes to my working copy. I'm now waiting for it to compile, and once it's tested, I'll commit it.
Having to create a reflection class and look for exceptions just to check for class existance is really ugly. However, looking at https://github.com/facebook/hiphop-php/issues/314 it seems to be a declaration before use problem (even though class_exists shouldn't be declaring it). I suppose that we could work around that by including all classes at the beginning instead of using the AutoLoader, which shouldn't be needed for compiled code.