php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27912 --without-pic ignored
Submitted: 2004-04-07 17:36 UTC Modified: 2004-04-08 04:27 UTC
From: edink at emini dot dk Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4CVS-2004-04-07 (stable) OS: unix
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: edink at emini dot dk
New email:
PHP Version: OS:

 

 [2004-04-07 17:36 UTC] edink at emini dot dk
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.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-04-08 04:27 UTC] sniper@php.net
--without-pic is supposed to be a libtool flag, it has nothing to do with PHP. If it doesn't work, report that to the libtool folks.

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Aug 17 10:00:03 2025 UTC