diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2025-03-17 11:44:43 +0800 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2025-03-17 11:45:17 +0800 |
commit | 87a21eb4786a5c34eb321f3dee9f5e1f0a28aa23 (patch) | |
tree | 9be0f804995801d239e7be7883fc3c44988c10a2 /www/phalcon/files/patch-phalcon.zep.c | |
parent | devel/delve: Update 1.24.0 => 1.24.1 (diff) |
www/phalcon: update to 5.9.0.
PR: 285333
Reported by: maintainer
Diffstat (limited to 'www/phalcon/files/patch-phalcon.zep.c')
-rw-r--r-- | www/phalcon/files/patch-phalcon.zep.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/phalcon/files/patch-phalcon.zep.c b/www/phalcon/files/patch-phalcon.zep.c deleted file mode 100644 index d0044ac20cef..000000000000 --- a/www/phalcon/files/patch-phalcon.zep.c +++ /dev/null @@ -1,15 +0,0 @@ ---- phalcon.zep.c.orig 2024-08-03 14:25:29 UTC -+++ phalcon.zep.c -@@ -62,8 +62,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY O - #include <ext/standard/info.h> - #include <ext/standard/file.h> - #include <ext/standard/php_filestat.h> -+#if PHP_VERSION_ID <= 80300 - #include <ext/standard/php_rand.h> - #include <ext/standard/php_lcg.h> -+#else -+#include <ext/random/php_random.h> -+#endif - #include <ext/standard/php_math.h> - #include <ext/standard/php_array.h> - #include <ext/standard/php_var.h> |