diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-10-05 09:19:31 +0100 |
| commit | f85f2b2d6e5b7ed869376eb4b180c3a74a5c5da9 (patch) | |
| tree | ad799ccacfb459b809b02b9c115ed4befb93b4c1 /archivers/pecl-zstd/files/patch-php85 | |
| parent | 0b1510fe1f98f82da6f3481cb6c58957022d9211 (diff) | |
| parent | b057c68280a2f2a7b3d1fbac36f7b034e1fdf593 (diff) | |
Merge remote-tracking branch 'freebsd/main' into lf/main
Diffstat (limited to 'archivers/pecl-zstd/files/patch-php85')
| -rw-r--r-- | archivers/pecl-zstd/files/patch-php85 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/archivers/pecl-zstd/files/patch-php85 b/archivers/pecl-zstd/files/patch-php85 deleted file mode 100644 index 2fc932c491fa..000000000000 --- a/archivers/pecl-zstd/files/patch-php85 +++ /dev/null @@ -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> |
