Coredumps/Different binary for handler
am 27.12.2007 12:16:41 von ruud.althuizenI'm running FreeBSD with apache20, php5 and SUEXEC. There are two
problems that I have. The first one is with php-cli giving errors and
creating coredumps because of the output you can see below. As far as
I've managed to find out it is something that can't be fixed, but any
solutions are welcome
-----
PHP Warning: PHP Startup: mysqli: Unable to initialize module
Module compiled with module API=20060613, debug=0, thread-safety=0
PHP compiled with module API=20050922, debug=0, thread-safety=0
These options need to match
in Unknown on line 0
-----
The second problem that I have is when I update php5 and it is
installed I can't visit PHP pages anymore. I can fix this by copying /
usr/local/bin/php-cgi to /usr/local/bin/php. The question that I have
is if it is possible to just make apache use a different binary than
the default.
If anybody know the solution to either problem I would appreciate it
greatly as these problems have been bugging me for a long time.