aboutsummaryrefslogtreecommitdiff
path: root/converters/pecl-igbinary/files/patch-php85
blob: dad6450cd9f5cc106dd37f6a8e40e5c517c2c748 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/php7/php_igbinary.h.orig	2024-08-10 16:55:30 UTC
+++ src/php7/php_igbinary.h
@@ -32,7 +32,7 @@ ZEND_END_MODULE_GLOBALS(igbinary)
 #include "TSRM.h"
 #endif
 
-#include "ext/standard/php_smart_string.h"
+#include "Zend/zend_smart_string.h"
 
 /** Module init function. */
 PHP_MINIT_FUNCTION(igbinary);