From:             ebcom at free dot fr
Operating system: Linux SuSE 8.0
PHP version:      5.0.0b1 (beta1)
PHP Bug Type:     Apache2 related
Bug description:  <IfModule *.c> directive

Description:
------------
I'm not familiar with Apache module definition, but it seems that the name
of the PHP5 module main file (sapi_apache2.c) is a bit confusing if one
wants to use the
  <IfModule *.c> </IfModule>
directive.

I have to use the sapi_apache2.c module parameter (<IfModule
sapi_apache2.c>) to detect in httpd.conf file whether the PHP5 module is
activated or not. It would be easier if the file containing
STANDARD20_MODULE_STUFF were named with a PHP-based name, like mod_php5.c,
wouln't it ?



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

Reply via email to