The following bug has been RESOLVED.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000110
======================================================================
Reporter:                   tripy
Handler:                    derick
======================================================================
Project:                    Xdebug
Bug ID:                     110
Category:                   Installation
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     resolved
Operating System:           Linux
PHP Version:                5.0.3-dev
Xdebug Version:             2.0.0beta2
Resolution:                 not a bug
======================================================================
Date Submitted:             2005-01-10 17:46 CET
Last Modified:              2005-01-10 21:06 CET
======================================================================
Summary:                    zend_extension in php.ini doesn't load xdebug module
Description: 
adding a
zend_extension=/usr/lib/php/extensions/debug-non-zts-20041030/xdebug.so
in php.ini doesn't show any xdebug reference in phpinfo(); call.
But extension=xdebug.so does, but complains as not being installed as a
zend_extension.
Nowaday, when trying raising errors, with the extension=xdebug, I do have
a call stack displayed, but cannot debug (step in/out nor watch/break).
With zend_extension, Nothing happens on any errors.
======================================================================
----------------------------------------------------------------------
 derick - 2005-01-10 21:06 CET 
----------------------------------------------------------------------
You're using a debug build of PHP (+debug), in that case you need to use
zend_extension_debug= instead of zend_extension=.
regards,
Derick
Bug History
Date Modified  Username       Field                    Change              
======================================================================
2005-01-10 17:46tripy          New Bug                                      
2005-01-10 17:46tripy          Bug Monitored: tripy                         
2005-01-10 21:06derick         Bugnote Added: 0000223                       
2005-01-10 21:06derick         Assigned To               => derick          
2005-01-10 21:06derick         Resolution               open => not a bug   
2005-01-10 21:06derick         Status                   new => resolved     
======================================================================
Received on Mon Jan 10 2005 - 21:06:39 GMT
This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:03 BST