From:             ericvanblokland at gmail dot com
Operating system: Fedora Core X
PHP version:      5.0.4
PHP Bug Type:     Apache2 related
Bug description:  Module sapi_apache2 not included

Description:
------------
We've got several php5 configurations running. Some of them compiled
manually, others installed from rpm. None of them include the sapi_apache2
module.

We're trying to start some php5 virtual hosting, but without sapi_apache2
we are unable to change any php_admin_value

Reproduce code:
---------------
Just run a script with 
<?php 
phpinfo();
?>

You may also add some php_admin_value in your httpd.conf, they will not be
applied and cause an error when outside as <IfModule
sapi_apache2.c></IfModule> block

Expected result:
----------------
sapi_apache2 listed at apache2handler loaded modules

and/or php_admin_value applied

Actual result:
--------------
sapi_apache2 is not listed at apache2handler loaded modules

php_admin_value not applied

-- 
Edit bug report at http://bugs.php.net/?id=34404&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=34404&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=34404&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=34404&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=34404&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=34404&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=34404&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=34404&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=34404&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=34404&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=34404&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=34404&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=34404&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=34404&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=34404&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=34404&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=34404&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=34404&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=34404&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=34404&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=34404&r=mysqlcfg

Reply via email to