ID: 16956
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Feedback
Bug Type: *Compile Issues
Operating System: HPUX 11.20
PHP Version: 4.1.2
New Comment:
Does this happen only when compiling with Apache2 ?
Previous Comments:
------------------------------------------------------------------------
[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