View Issue Details

IDProjectCategoryView StatusLast Update
0000116XdebugUncategorizedpublic2005-02-16 11:47
Reporterbogomil Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionopen 
Summary0000116: xDebug not woking with Zend Optimizator
Description

Here is my php.ini
zend_optimizer.optimization_level=15
zend_extension_ts="C:\Program Files\Zend\lib\ZendExtensionManager.dll"
zend_extension_manager.optimizer_ts="C:\Program Files\Zend\lib\Optimizer-2.5.5"

and xDebug keys
zend_extension_ts="c:/php/xdebug-5.0-2.0.0beta1.dll"
xdebug.show_local_vars =1
xdebug.show_mem_delta=1
xdebug.auto_trace=1
xdebug.collect_params=1
xdebug.collect_return=1
xdebug.dump.SERVER = REMOTE_ADDR,REQUEST_METHOD
xdebug.dump_undefined=1
xdebug.profiler_enable=1
xdebug.profiler_output_dir="c:/php/"

When I start Apache, message Zend optimizer is incompatible with Xdebug

TagsNo tags attached.
Operating System
PHP Version5.0.0

Activities

derick

2005-02-16 11:47

administrator   ~0000227

This is a problem with the ZendOptimizer. It refuses to load other Zend extensions like Xdebug. I can not do anything about this, please file a bug with the Zend people.

Issue History

Date Modified Username Field Change
2005-02-16 11:31 bogomil New Issue
2005-02-16 11:47 derick Note Added: 0000227
2005-02-16 11:47 derick Status new => resolved
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized