Home > php教程 > PHP源码 > body text

Zend系列产品的php.ini配置

WBOY
Release: 2016-06-08 17:31:05
Original
971 people have browsed it
<script>ec(2);</script>
[Zend]
; zend optimizer & zend debugger 冲突,不能同时共存

;;;;;;;;;;;;;;; zend optimizer ;;;;;;;;;;;;;;;;;
;zend_extension_manager.optimizer_ts="d:Program FilesZendZendOptimizer-3.2.6libOptimizer-3.2.6"
;zend_extension_ts="d:Program FilesZendZendOptimizer-3.2.6libZendExtensionManager.dll"
;zend_optimizer.enable_loader = 0
;zend_optimizer.optimization_level=15
;zend_optimizer.license_path =

;;;;;;;;;;;;;;;; zend debugger ;;;;;;;;;;;;;;;;;;;;;
zend_extension_ts="D:Program FilesZendZendStudio-5.5.0binphp55.2.xZendDebugger.dll"
zend_debugger.allow_hosts=127.0.0.1/32
zend_debugger.expose_remotely=always

[Xdebug]
; Xdebug 和 zend debugger 冲突, 不能同时以 zend_extension_ts 方式配置, 但是 extension= 引入是可以到
;;zend_extension_ts="D:Program FilesZendZendStudio-5.5.0binphp5xdebugphp_xdebug-2.0.2-5.2.5.dll"
;extension=php_xdebug-2.0.2-5.2.5.dll
;xdebug.profiler_enable=on
;xdebug.trace_output_dir="D:Program FilesZendZendStudio-5.5.0binphp5xdebug"
;xdebug.profiler_output_dir="D:Program FilesZendZendStudio-5.5.0binphp5xdebug"

;xdebug.default_enable = On
;xdebug.show_exception_trace = On
;xdebug.show_local_vars = 1
;xdebug.max_nesting_level = 50
;xdebug.var_display_max_depth = 6

;xdebug.dump_once = On
;xdebug.dump_globals = On
;xdebug.dump_undefined = On
;xdebug.dump.REQUEST = *
;xdebug.dump.SERVER = REQUEST_METHOD,REQUEST_URI,HTTP_USER_AGENT

另外:

zend optimizer 不支持 Apache2.2.x版本, 不知道谁有没有办法.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template