mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
15 lines
457 B
Diff
15 lines
457 B
Diff
[BUG]: Fails to compile on php 8.5
|
|
https://github.com/phalcon/cphalcon/issues/16808
|
|
|
|
--- a/phalcon.zep.c 2026-02-27 14:16:05
|
|
+++ b/phalcon.zep.c 2026-02-27 14:17:35
|
|
@@ -58,7 +58,7 @@
|
|
#include <main/php_ini.h>
|
|
#include <main/SAPI.h>
|
|
#include <ext/standard/php_string.h>
|
|
-#include <ext/standard/php_smart_string.h>
|
|
+#include "Zend/zend_smart_string.h"
|
|
#include <ext/standard/info.h>
|
|
#include <ext/standard/file.h>
|
|
#include <ext/standard/php_filestat.h>
|