View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000120 | Xdebug | Installation | public | 2005-03-08 09:46 | 2005-03-10 22:16 |
Reporter | sylvain | Assigned To | derick | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | suspended | ||
Summary | 0000120: Xdebug module doesn't load in apache on debian | ||||
Description | My xdebug module stopped working on debian sarge after an apache update. I've installed xdebug from the source, following the README file. and added the directive in php.ini zend_extension="/usr/lib/php4/20020429/xdebug.so" It was working fine enough. Now I've no more xdebug detail in the phpinfo(). I haven't found yet any error log message interesting about xdebug loading failure. I've tryed to recompile the xdebug module after a «make distclean», no success either. | ||||
Additional Information | PHP Version 4.3.10-8 System Linux bio 2.4.27-2-686 #1 Thu Jan 20 11:10:41 JST 2005 i686 Server API Apache | ||||
Tags | No tags attached. | ||||
Operating System | debian sarge | ||||
PHP Version | 4.3.10-dev | ||||
|
I've now reinstalled the php suite version 4.3.10-2 from my archive package. It fix my problem and reenable the Xdebug module. But doesn't help with the bug sorry. :-( Here is some command from unix command line which may help someone else: remove new package 4.3.10-8apt-get remove libapache-mod-php4 php4-cgi php4-cli php4-common php4-curl php4-dev php4-gd install the old one manually from .deb filecd /var/cache/apt/archives/ .deb fiels are : libapache-mod-php4_4%3a4.3.10-2_i386.deb Reload php4 module in apache: Add the line: Not added by dpkg -i ?? Restart apache, of course. ;-) I've wrote an apt preferences file to Pin those package to be kept at this version, but wasn't able to ask apt to downgrade those packages: cat /etc/apt/preferences Explanation: downgrade php installation to keep xdebug working Package: php4-dev Package: php4-curl Package: php4-common Package: php4-cli Package: php4-cgi Package: libapache-mod-php4 |
|
No bug here. The Debian maintainer finds it necessary to build everything as ZTS (http://derickrethans.nl/why_i_dont_use_debians_php_packages.php) and thus you need to use: |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-03-08 09:46 | sylvain | New Issue | |
2005-03-08 11:48 | sylvain | Note Added: 0000240 | |
2005-03-10 22:16 | derick | Status | new => resolved |
2005-03-10 22:16 | derick | Resolution | open => suspended |
2005-03-10 22:16 | derick | Assigned To | => derick |
2005-03-10 22:16 | derick | Note Added: 0000245 |