httpd 2.0.52, DBG 3.2.10 and php 5.2.5 |
Site Admin
|
try to see what happens under gdb (gnu debugger):
1. stop httpd 2. run gdb /usr/sbin/httpd 3. invoke command below in the gdb console: run -X it will start just one instance of Apache that will be able to handle one request at a time. If it crashes with something like SIG SEGV, run bt command to see the backtrace. It will show the root of the problem. |
||||||||||||
_________________ The PHP IDE team |
|
Sorry, but it seems that my gdb isn't configured properly (or simply I'm not able to use it).
httpd started but nothing worked (not php at least). With or without dbg enabled. I had to give up. Anyway, I succeed in rolling back to 5.2.4 and everything got back to life. The cleaning path was very troubled and I found myself with Apache 2.2.6 (not a choice, just happened; yum refused to to it yesterday. Mistery) Could it be the key of the success? I'm a bit afraid to try again to go to 5.2.5 Any suggestion? Should I dare? Thank you very much for your help. Claudio |
||||||||||||
|
Site Admin
|
generally speaking among the reports we have, there are no issues with dbg-3.2.10 and no issues with dbg under php5.2.5 in particular. I think it worth to try again and if does not work, please inspect phpinfo() in both versions and compare bit-to-bit.
Regarding gdb (GNU debugger), if you can't get php to work when you launch apache under gdb, please check httpd.conf to see the defines you may need to apply and/or options to get httpd to load additional config files such as /etc/httpd/conf.d/php.conf (I'm not sure of your linux distro please consult with CentOS guru) |
||||||||||||
_________________ The PHP IDE team |
httpd 2.0.52, DBG 3.2.10 and php 5.2.5 |
|
||
Content © NuSphere Corp., PHP IDE team
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by
Powered by phpBB © phpBB Group, Design by phpBBStyles.com | Styles Database.
Powered by