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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 15:01:29 2024 UTC