Joe, > My point is incompatibility between Zend products. > > If you build serious, enterprise-level project, you probably will use > Zend Guard. I am not being elitist, but it seems like Zend framework > is not used for projects that are encoded with Zend Guard? Because > nobody raised the issue before.
There are more than a few serious, enterprise-level PHP projects that don't use Zend Guard. ;-) Also, Zend Framework may be coordinated by Zend but it is a community-driven project, and many contributors simply don't have access to Zend Guard. As Matthew outlined, there are other methods of testing validity. Among them, php -l and the testing suite designed for PhpUnit 3. Please send the errors you encountered in Zend Guard to the list so we can attempt to identify whether they are truly bugs in Zend Framework or in Zend Guard itself. Thanks, -Matt
