New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #23816 (closed request: fixed)

Opened 3 years ago

Last modified 3 years ago

Add PHP PECL extension memcached

Reported by: asuth@… Owned by: ryandesign@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: php5-memcached

Description

Macports has PECL memcache, but not PECL memcached. The one with the d is more actively maintained and supports more of the memcached protocol. The naming is confusing but it would be really nice for macports to support memcached as well as memcache.

php5-memcached would be a suitable name, i suppose.

Relevant links: http://pecl.php.net/package/memcached http://code.google.com/p/memcached/wiki/PHPClientComparison

Attachments

Portfile (1.1 KB) - added by ryandesign@… 3 years ago.
Portfile so far
php5-memcached.txt (76.8 KB) - added by ryandesign@… 3 years ago.
build log

Change History

comment:1 Changed 3 years ago by ryandesign@…

  • Cc ryandesign@… added
  • Port set to php5-memcached

I will try to do this. The php5-memcached port itself should be trivial. At the moment I'm working on fixing its dependency libmemcached; see #22246 and #22884.

Changed 3 years ago by ryandesign@…

Portfile so far

Changed 3 years ago by ryandesign@…

build log

comment:2 Changed 3 years ago by ryandesign@…

Here is the simple Portfile. Unfortunately it doesn't build. It may be incompatible with libmemcached 0.38 to which I just updated that port, because version 0.34 that we had in MacPorts did not build. So the developers of the memcached PHP module will have to fix this incompatibility before we can make a port for it.

comment:3 Changed 3 years ago by asuth@…

That's a bummer. I've submitted a bug to PECL memcached here: http://pecl.php.net/bugs/bug.php?id=17070

comment:4 Changed 3 years ago by ryandesign@…

Has duplicate #24167.

comment:5 Changed 3 years ago by ryandesign@…

  • Cc ryandesign@… removed
  • Status changed from new to assigned
  • Owner changed from macports-tickets@… to ryandesign@…

comment:6 Changed 3 years ago by ryandesign@…

  • Status changed from assigned to closed
  • Resolution set to fixed

Upstream bug report was closed by releasing version 1.0.1.

I added the new port in r65215.

Note: See TracTickets for help on using tickets.