php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43063 --enable-memache does not work as of PHP 5.2.4
Submitted: 2007-10-21 21:35 UTC Modified: 2007-10-21 22:46 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: kerplunk at kerplunk dot net Assigned:
Status: Not a bug Package: PHP options/info functions
PHP Version: 5.2.4 OS: CentOS
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: kerplunk at kerplunk dot net
New email:
PHP Version: OS:

 

 [2007-10-21 21:35 UTC] kerplunk at kerplunk dot net
Description:
------------
It appears that you guys do not support --enable-memcache anymore. Well, how am I supposed to get the memcache PECL extension to work now? The documentation at php.net/memcache still says this is the correct way to do it. Please fix this.

Reproduce code:
---------------
./configure --with-mysql=/usr --with-mysqli=/usr/bin/mysql_config --with-gd=/usr --enable-gd-native-ttf --with-ttf --with-freetype-dir=/usr/lib --with-apxs2=/usr/local/apache2/bin/apxs --with-mssql=/usr/local/freetds --enable-memcache --enable-pdo=shared --with-pdo-mysql=shared,/usr --with-sqlite=shared --with-pdo-sqlite=shared

Expected result:
----------------
I expected --enable-memcache to work properly.

Actual result:
--------------
Thank you for using PHP.

Notice: Following unknown configure options were used:

--enable-memcache

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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-10-21 22:46 UTC] johannes@php.net
The doumentation at php.net/memcache states "This PECL extension is not bundled with PHP. Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL extensions." while that links to http://php.net/manual/en/install.pecl.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 11:01:28 2024 UTC