2014-11-25 86 views
1

我使用XAMPP的PHP版本5.6.3,並試圖創造Zend框架的項目和執行命令指令「allow_call_time_pass_reference」不再可用在PHP

zf create project quickstart

它給了Fatal error: Directive 'allow_call_time_pass_reference' is no longer available in PHP in Unknown on line 0

。我試圖添加評論 「allow_call_time_pass_reference」 「C:\ XAMPP \ PHP \ php.ini中」

; allow_call_time_pass_reference 
; Default Value: On 
; Development Value: Off 
; Production Value: Off 

; should enabled in development environments only. 
; Default Value: On (Suppress warnings) 
; Development Value: Off (Issue warnings) 
; Production Value: Off (Issue warnings) 
; http://php.net/allow-call-time-pass-reference 
;allow_call_time_pass_reference=Off 

但它沒有工作。任何人都可以幫助我。我正在使用Windows機器

+0

如在[PHP更新日誌]所示(http://php.net/manual/de/ini.core.php#ini.allow-call-time -pass-reference),它被PHP 5.4刪除。嘗試更新Zend。 – tillz 2014-11-25 07:51:20

回答