php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59424 configure script does not recognize options when compiling APC statically
Submitted: 2010-09-16 14:06 UTC Modified: 2016-08-31 15:45 UTC
From: inincognito at gmail dot com Assigned: cmb (profile)
Status: Wont fix Package: APC (PECL)
PHP Version: 5.3.2 OS: Ubuntu 10
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: inincognito at gmail dot com
New email:
PHP Version: OS:

 

 [2010-09-16 14:06 UTC] inincognito at gmail dot com
Description:
------------
I'm using php 5.3.3 with APC 3.1.4. I can compile APC 
statically fine by using just --enable-apc. However when I try 
to use --disable-apc-mmap the configure script says:

Notice: Following unknown configure options were used:

--disable-apc-mmap

Check './configure --help' for available options

If i check configure's help the option is listed as available. 
If i try to compile APC as a shared extension using phpize 
that option works fine.


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-09-16 17:30 UTC] inincognito at gmail dot com
well i went ahead and compiled it and it turns out it does 
honor the option just spits out that msg.
 [2016-08-31 15:45 UTC] cmb@php.net
-Status: Open +Status: Wont fix -Assigned To: +Assigned To: cmb
 [2016-08-31 15:45 UTC] cmb@php.net
According to <https://bugs.php.net/69618>, APC support has been
discontinued in favor of OPcache, APCu, the session upload
progress API and WinCache. Therefore this issue won't get fixed.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jan 05 01:01:28 2025 UTC