ID: 16956
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: *Compile Issues
Operating System: HPUX 11.20
PHP Version: 4.1.2
New Comment:
I thought someone changed default for easier bug reporting.
(I'm not sure)
I see -g always with Aapche/Aapche2/CGI under my Linux.
Previous Comments:
------------------------------------------------------------------------
[2002-05-02 09:23:30] [EMAIL PROTECTED]
Does this happen only when compiling with Apache2 ?
------------------------------------------------------------------------
[2002-05-01 17:22:13] [EMAIL PROTECTED]
The -g option is passed by default to the compiler even if
--enable-debug is NOT used. Using --disable-debug is of no help[
either.
Compiling PHP against Apache 2.0. as follows
./configure --with-apxs2=/opt/apache2/bin/apxs \
--prefix=/opt/apache2/php
make
When performing make , every compilation command has -g
The following doesnt help either.
./configure --with-apxs2=/opt/apache2/bin/apxs \
--prefix=/opt/apache2/php \
--diable-debug
make
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=16956&edit=1