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:
Po-Chuan Hsieh 2025-09-08 06:35:23 +08:00
parent ad2a89ad04
commit 43dd8fbe02
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 4 additions and 20 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= zstd
PORTVERSION= 0.14.0
PORTVERSION= 0.15.1
CATEGORIES= archivers
MAINTAINER= sunpoet@FreeBSD.org

View File

@ -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

View File

@ -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>