From:             john at wws5 dot com
Operating system: Red Hat Linux 3 ES
PHP version:      4.3.8
PHP Bug Type:     Feature/Change Request
Bug description:  Provide way to configure php apache module name

Description:
------------
My purpose for filing this bug report is to help provide a way of using
two php apache modules with the same apache server.  I have searched high
and low but have not found any documentation on how to do this except
using sym links in conjunction with the cgi-bin version of php.

Using --enable-versioning you can concurrently run php version 3 and
version 4 at the same time, however using two modules of version 4 is not
supported unless you manually edit the source files.  Perhaps there is a
reason for this so I apologize if I am making a blunder.

My suggested solution is to provide a way of specifying the module name
with the configure command when building php.  An alternative way would be
to enhance the --enable-versioning configuration switch to name the module
phpx_y_z_module where x, y and z are the version numbers.  For example,
php4_3_8_module.

Thank you for all your hard work!!


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

Reply via email to