Hello,
I tried to install last version of phpexpress on FreeBSD 7.0, Apache 2.2.8, php 5.2.5
I copy phpexpress-php-5.2.so in php extension dir, add line
extension phpexpress-php-5.2.so |
to php.ini,
and when i try to restart apache it's going down with message
Apr 12 22:15:50 localhost kernel: pid 71228 (httpd), uid 0: exited on signal 12 (core dumped) |
in /var/log/messages
If execute php -v or php -m it's seems everythings is ok:
localhost# php -v
PHP 5.2.5 (cli) (built: Apr 12 2008 21:40:03)
Copyright (c) 1997-2007 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies
with NuSphere PhpExpress v1.4.2, Copyright (c) 2002-2007 NuSphere Corp., by Dmitri Dmitrienko
localhost# php -m
[PHP Modules]
date
libxml
NuSphere PhpExpress
Reflection
ssh2
standard
[Zend Modules]
NuSphere PhpExpress
|
Apache and php was install from ports with no errors.
No others php extensions was installed, php compiled as apache module and CLI version.
This problem was also on some FreeBSD 6.* on other machine with absolutly other hardware.
Please, help me to deal with this problem.