From:             [EMAIL PROTECTED]
Operating system: HPUX 11.20
PHP version:      4.1.2
PHP Bug Type:     *Compile Issues
Bug description:  Debug symbols enabled by default in build

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 bug report at http://bugs.php.net/?id=16956&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16956&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16956&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16956&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16956&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16956&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16956&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16956&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16956&r=submittedtwice

Reply via email to