Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Prepare for memcached builds
Browse files Browse the repository at this point in the history
In theory, this should work, but in practice it fails since libmemcached
ships headers with standard names[1] which are erroneously included.  We
still make the change, if only as a reminder that libmemcached needs to
be fixed.

We shall have a look at building with `--enable-memcached-igbinary` when
the header issue has been resolved.

[1] <awesomized/libmemcached#61 (comment)>
  • Loading branch information
cmb69 committed Mar 9, 2022
1 parent 6c6b84e commit 822f808
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions data/config/pecl/exts.ini
Original file line number Diff line number Diff line change
Expand Up @@ -500,13 +500,14 @@ ignore=1
[pdo_informix]
ignore=1

; actually this wont work, the only port i could find is 0.29, but the ext require 1.x
[memcached]
ignore=1
type=with
type=enable
libs[]=libmemcached
exts[]=
opts[]=
opts[]=--enable-memcached=shared
opts[]=--enable-memcached-session
opts[]=--disable-memcached-igbinary
opts[]=--enable-memcached-json
no_conf=1

[v8js]
type=with
Expand Down

0 comments on commit 822f808

Please sign in to comment.