|
From: Dominic R. <dl...@ed...> - 2009-09-17 14:42:06
|
Heiko Zuerker wrote: > Quoting Dominic Raferd <dl...@ed...>: >> fter some messing around I have traced the apache problem to the php5 >> module: /usr/lib/apache2/modules/libphp5.so. With this loaded >> (LoadModule in httpd.conf, and as provided in the default DL >> configuration), apache segfaults. Without it, no problem, but you don't >> have php. Which is very bad news for me. Maybe this module needs to be >> recompiled? >> > I am actually sending you this email from my webserver, running > apache2 + php5. > Maybe also some config problem. Did you customize your php.ini? Can > you try with the default one? Thanks Heiko. I'm back with 1.4RC1 now (as this is a live machine), but looking at php.ini the only line I have changed/added was this: zend_extension = /path/to/ioncube/ioncube_loader_lin_5.2.so so I guess this is where the trouble lies. But I need ioncube. Maybe in DL 1.4RC2 php is built to be 'thread safe' (it is not in 1.4RC1-server)? If this is the case I need to use zend_extension_ts=/path/to/ioncube/ioncube_loader_lin_5.2_ts.so Otherwise I am stuck, although ioncube has a runtime loading option (which avoids having to touch php.ini) this is not supported for php 5.2.5+. Dominic |