[EMAIL PROTECTED] wrote: > There isn't any reason, other than performance, why we can't run this > for testing and noT use zend, is there?
Other than performance, there's the "safety" issue. Encoding some files with Zend Encoder creates a safety net that prevents the unintentional editing of core files. Aside from the obvious reason of preventing people from accidentally "breaking" the application, there is the issue of kkeping CCS upgradeable: you can modify the "uncompiled" files without fear of making your CCS app non-upgradeable. In an upcoming entry in the CCS blog (http://ccs.tucows.com), I'll provide a list of which files are "compiled" and which are "uncompiled". -- _________________________________________________ Joey deVilla - Tucows, Inc. - [EMAIL PROTECTED] TC/DC (Technical Community Development Coordinator) "Nerdy Deeds Done Dirt Cheap" _______________________________________________ domains-gen mailing list [email protected] http://discuss.tucows.com/mailman/listinfo/domains-gen
