Zend框架只是PHP類的集合。Phalanger和Zendframework
Phalanger是一個完整的PHP編譯器。
那麼,爲什麼我不能將基於Zend Framework的應用程序移植到Phalanger?
我有以下錯誤whene我在Phalanger運行應用程序:
線13:
includePaths.library = APPLICATION_PATH "/../library"
錯誤:
<b>Error</b>: Uncaught exception 'Zend_Config_Exception' with message 'Parse error on line 13' in D:\www\mehr-phalanger\library\Zend\Config\Ini.php:215:13
Stack trace:
#11 : Process
#10 : ProcessRequest
#9 : ProcessRequestNoDemand
#8 : ProcessRequestInternal
#7 : System.Web.IHttpAsyncHandler.BeginProcessRequest
#6 : ResumeSteps
#5 : ExecuteStep
#4 : System.Web.HttpApplication.IExecutionStep.Execute
#3 : <Main>
#2 D:\www\mehr-phalanger\public\index.php(40,1): Zend_Config_Ini->__construct
#1 D:\www\mehr-phalanger\library\Zend\Config\Ini.php(215,13): Zend_Config_Ini->_loadIniFile
#0 D:\www\mehr-phalanger\library\Zend\Config\Ini.php(215,13): Zend_Config_Ini->_parseIniFile
#12 {main}.<br/><br/>
那麼......第13行是什麼樣的? –
@Alex Howansky已更新 – PHPst