[PHP-DEV] PHP 4.0 Bug #7345 Updated: segmentation fault with named virtual hosts en php_value flags From: sniper <email protected>
Date: 11/20/00

ID: 7345
Updated by: sniper
Reported By: franky.van.liedekerke <email protected>
Status: Closed
Bug Type: Apache related
Assigned To:
Comments:

User reported fixed in snapshot.

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2000-11-19 22:48:06] sniper <email protected>
Please try a snapshot from http://snaps.php.net/
This should be fixed already.

--Jani

---------------------------------------------------------------------------

[2000-10-19 11:36:17] franky.van.liedekerke <email protected>
I'm trying to get apache 1.3.14 to run with php 4.0.3pl1 on Solaris 2.6.
Now I compiled php to use apxs:

"./configure"
"--with-apxs=/opt/apache-1.3.14/bin/apxs"
"--prefix=/opt/apache-1.3.14/php"
"--with-config-file-path=/opt/apache-1.3.14/php/conf"
"--enable-safe-mode"
"--enable-trans-sid"
"--with-exec-dir=/opt/apache-1.3.14/php/bin"
"--enable-magic-quotes"
"--with-mysql=/opt/mysql-3.22.32"
"--with-ldap=/opt/openldap"
"--with-sybase=/opt/sybase"
"$@"

And everything seems to start up nicely. Even php works great...partially.
>From the moment I try to use a php script from a named virtualhost that is
not the first one defined, the apache child process dies with a segmentation
fault.
Now I discovered that, when I remove the php_admin_value and php_value
entries from my apache config and activate php from the php.ini file,
everything works fine for all named virtual hosts.

Franky

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=7345

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>