Files
ports/converters/pecl-igbinary/files/patch-php85
T
2025-08-13 02:15:35 +08:00

12 lines
310 B
Plaintext

--- 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);