Opened 10 years ago
Closed 7 years ago
#46262 closed update (fixed)
[php-memcached] Update to 2.2.0; Add JSON serializer support
Reported by: | moderndeveloperllc (Mark Garrett) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | php-memcached |
Description
Update to latest PECL version 2.2.0 and add JSON serializer support via
variant json description {enable JSON serialization extension} { configure.args-append --enable-memcached-json }
Change History (7)
comment:1 follow-up: 2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Type: | enhancement → update |
comment:2 Changed 10 years ago by moderndeveloperllc (Mark Garrett)
Replying to ryandesign@…:
I did try to update to 2.2.0 in August and ran into some kind of problem. I'll try to refresh my memory on what the problem was.
Thanks. Should I break this up into two tickets then? One for the update and one for the JSON variant? The latter is not really dependent on the former.
comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Oh, ok. I don't mind combining it with this update ticket. Does it have to be a variant? Is there any reason why JSON support couldn't just be active all the time?
comment:4 Changed 10 years ago by moderndeveloperllc (Mark Garrett)
No reason that I know of to not make JSON default. I guess I was just looking the the igbinary variant from the Portfile, but that is dependent on an additional library. Even having used this project for quite a while, I guess I'm not sure what is preferred as a variant vs. default build!
comment:5 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)
Better to enable features that one user won't use, than to have another user wondering why something isn't enabled. Enabled JSON support in r129642 and also removed igbinary variant and instead made that always-on as well.
comment:6 Changed 9 years ago by moderndeveloperllc (Mark Garrett)
Doesn't look like there is going to be a new memcached version anytime soon. Is the build for 2.2.0 still broken?
comment:7 Changed 7 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
I did try to update to 2.2.0 in August and ran into some kind of problem. I'll try to refresh my memory on what the problem was.