From: edink at emini dot dk Operating system: unix PHP version: 4CVS-2004-04-07 (stable) PHP Bug Type: *Configuration Issues Bug description: --without-pic ignored
Description: ------------ When PHP is compiled as shared library, say as an Apache module --without-pic configure option is ignored. This resuts in performance loss of anywhere from 15% - 40%. Expected result: ---------------- ./configure --with-apxs --without-pic should result in object files copiled with -prefer-non-pic flag. Actual result: -------------- Object files get copiled with -prefer-pic flag. -- Edit bug report at http://bugs.php.net/?id=27912&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=27912&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=27912&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=27912&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=27912&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=27912&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=27912&r=needscript Try newer version: http://bugs.php.net/fix.php?id=27912&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=27912&r=support Expected behavior: http://bugs.php.net/fix.php?id=27912&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=27912&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=27912&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=27912&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27912&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=27912&r=dst IIS Stability: http://bugs.php.net/fix.php?id=27912&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=27912&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=27912&r=float