mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
11 lines
287 B
C
11 lines
287 B
C
--- enchant.c.orig 2023-06-06 15:54:29 UTC
|
|
+++ enchant.c
|
|
@@ -23,7 +23,7 @@
|
|
#include "php_ini.h"
|
|
#include "ext/standard/info.h"
|
|
#include "Zend/zend_exceptions.h"
|
|
-#include "../spl/spl_exceptions.h"
|
|
+#include "ext/spl/spl_exceptions.h"
|
|
#include <enchant.h>
|
|
#include "php_enchant.h"
|
|
|