Skip to content

Commit 0b52d36

Browse files
chschneiderChristian Schneider
andauthored
Add configure option --with-zstd to package.xml so it can be used with PECL (#579)
Co-authored-by: Christian Schneider <schneider@search.ch>
1 parent 3c73b4f commit 0b52d36

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
213213
<configureoption name="with-libmemcached-dir" prompt="libmemcached directory" default="no"/>
214214
<configureoption name="with-zlib-dir" prompt="zlib directory" default="no"/>
215215
<configureoption name="with-system-fastlz" prompt="use system fastlz" default="no"/>
216+
<configureoption name="with-zstd" prompt="use system zstd library" default="no"/>
216217
<configureoption name="enable-memcached-igbinary" prompt="enable igbinary serializer" default="no"/>
217218
<configureoption name="enable-memcached-msgpack" prompt="enable msgpack serializer" default="no"/>
218219
<configureoption name="enable-memcached-json" prompt="enable json serializer" default="no"/>

0 commit comments

Comments
 (0)