From:             thp3 at sigproc dot de
Operating system: Linux 2.6.8
PHP version:      5.2.0
PHP Bug Type:     *Compile Issues
Bug description:  php (cgi) binary is not produced when compiling with apxs2 
configured

Description:
------------
Re-issueing of Bug #30682 (php (cgi) binary does not compile with apxs2
configured).

When having the "--with-apxs" option enabled, the CGI executable is not
generated during compilation, though this is implied by the naming of the
configure options and the current documentation in file INSTALL.

Rationale: though it might be trivial for the php developers to know that
the CGI executable is only one of the SAPI modules and that only one SAPI
module (+ cli) can be compiled at a time, for the average user it is just
puzzling not to find the CGI executable after use of a rather unsuspicious
configure command.

Please either 
a) adjust the naming of configure options (e.g. have an explicit option
for the target, i.e. --build-sapi={cgi|apache|...}), or
b) leave a small note in the documentation about the issue, preferably in
INSTALL or at the top of the "configure --help" text. (Something like:
"Note that enabling --with-apxs and alike will cease the CGI executable
from being built.")



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

Reply via email to