On Fri, 15 Oct 2004, Scott Chapman wrote:
> I have php 4.3.9 on my suse 9.1 server with apache 2.0.52. It compiled
> without errors. I did make install which copied xdebug.so to
> /usr/lib/php/extensions/ and added this line to my php.ini file:
> zend_extension_ts = "/usr/lib/php/extensions/xdebug.so"
>
> It doesn't show xdebug in phpinfo() when I restart the server.
>
> How do I debug this from here?
It probably means that you're using Apache 2's prefork MPM, which means
that you need to use zend_extension= and not zend_extension_ts= .
Derick
-- Xdebug | http://xdebug.org | xdebug-general@lists.xdebug.orgReceived on Fri Oct 15 2004 - 21:16:58 BST
This archive was generated by hypermail 2.2.0 : Mon Jun 25 2018 - 06:00:04 BST