Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1.7.7
-
Fix Version/s: None
-
Component/s: Zend_Controller
-
Labels:None
Description
Zend Guard General Information
Obfuscator Types: Variables,Functions,Classes,Apply selections to php built in symbols,are selected.
run error
Fatal error: Class bylgomn13wva257l30a49pyvhm6jr876xycqi6h09p2nsljhx contains 1 abstract method and must therefore be declared abstract or implement the remaining methods (IteratorAggregate::getIterator) in D:\web\apmxe\www\fiveoauser\library\Zend\Controller\Action\HelperBroker\PriorityStack.php on line 0
The following is a test source code,source code is Zend Studio for Eclipse - 6.1.1 generated.
<?php
/**
- IndexController - The default controller class
- @author
- @version
*/
require_once 'Zend/Controller/Action.php';
class IndexController extends Zend_Controller_Action
{
/**
- The default action - show the home page
*/
public function indexAction() { echo "test"; }}
Issue Links
| This issue is related to: | ||||
| ZF-6167 | zend encoding of 'Zend/Db/Table/Row/Abstract.php' failed. |
|
|
|
This is not a problem of Zend_Framework.
We tried also in past with Zend_Guard and had to switch to ioncube encoder which had no problems with ZF.
It's a shame but it seems like Zend_Guard does not completly resolve the obfuscated class names in some cases of inclusion.