On Wed, 6 Dec 2006, Adriano Gonçalves wrote:
> In php.ini I tried some ways:
>
> zend_extension=xdebug.so
> zend_extension_ts=xdebug.so
> extension=xdebug.so
> zend_extension=/usr/lib/php5/20060613+lfs/xdebug.so
> extension=/usr/lib/php5/20060613+lfs/xdebug.so
> zend_extension_ts=/usr/lib/php5/20060613+lfs/xdebug.so
>
> I can't put my server online because it is in a internal network, behind a
> NAT, but I'm sending a copy in append.
What should work is:
zend_extension="/usr/lib/php5/20060613+lfs/xdebug.so"
But make sure that the file actually exists.
PS: Please keep cc-ing the mailinglist on replies.
regards,
Derick
-- Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.orgReceived on Wed Dec 06 2006 - 22:06:30 GMT
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST