mirror of https://git.FreeBSD.org/ports.git
archivers/pecl-zstd: Update to 0.15.1
Changes: https://pecl.php.net/package-changelog.php?package=zstd https://github.com/kjdev/php-ext-zstd/commits/master
This commit is contained in:
parent
ad2a89ad04
commit
43dd8fbe02
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= zstd
|
||||
PORTVERSION= 0.14.0
|
||||
PORTVERSION= 0.15.1
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1731679206
|
||||
SHA256 (PECL/zstd-0.14.0.tgz) = 207a87de60e3a9eb7993d2fc1a2ce88f854330ef29d210f552a60eb4cf3db79c
|
||||
SIZE (PECL/zstd-0.14.0.tgz) = 479015
|
||||
TIMESTAMP = 1757120598
|
||||
SHA256 (PECL/zstd-0.15.1.tgz) = 5dd4358a14fca60c41bd35bf9ec810b8ece07b67615dd1a756d976475bb04abe
|
||||
SIZE (PECL/zstd-0.15.1.tgz) = 502077
|
||||
|
|
|
@ -1,16 +0,0 @@
|
|||
Obtained from: https://github.com/kjdev/php-ext-zstd/commit/e061583361d4d4167a86dccda385b2944946a09e
|
||||
|
||||
--- zstd.c.orig 2024-11-05 21:49:34 UTC
|
||||
+++ zstd.c
|
||||
@@ -30,7 +30,11 @@
|
||||
#include <php_ini.h>
|
||||
#include <ext/standard/file.h>
|
||||
#include <ext/standard/info.h>
|
||||
+#if PHP_VERSION_ID < 70200
|
||||
#include <ext/standard/php_smart_string.h>
|
||||
+#else
|
||||
+#include "Zend/zend_smart_string.h"
|
||||
+#endif
|
||||
#if defined(HAVE_APCU_SUPPORT)
|
||||
#include <ext/standard/php_var.h>
|
||||
#include <ext/apcu/apc_serializer.h>
|
Loading…
Reference in New Issue