Link to the correct header

This commit is contained in:
Wyatt OʼDay
2025-07-30 03:30:02 -07:00
committed by Michael Grunder
parent 1e6f5477cb
commit d18db84c68

View File

@@ -14,7 +14,7 @@
#if PHP_VERSION_ID < 70200
#include <ext/standard/php_smart_string.h>
#else
#include "zend_string.h"
#include "Zend/zend_smart_string.h"
#endif