git: b631a67e4dcc - 2025Q4 - lang/php85: Update version 8.5.0RC1=>8.5.0RC2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 Dec 2025 09:05:53 UTC
The branch 2025Q4 has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b631a67e4dcc9eed4fd24254c7b848fa0792f09e
commit b631a67e4dcc9eed4fd24254c7b848fa0792f09e
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-10-10 17:03:36 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-12-20 09:04:39 +0000
lang/php85: Update version 8.5.0RC1=>8.5.0RC2
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.5.0RC2/NEWS
(cherry picked from commit 839e51e564c67c15ac757f02b8eb85d4e64072d7)
---
lang/php85/Makefile | 2 +-
lang/php85/distinfo | 6 +++---
.../php85-dom/files/patch-lexbor_selectors-adapted_selectors.c | 8 ++++----
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/lang/php85/Makefile b/lang/php85/Makefile
index f6636f57df2f..58312178755b 100644
--- a/lang/php85/Makefile
+++ b/lang/php85/Makefile
@@ -1,5 +1,5 @@
PORTNAME= php85
-DISTVERSION= 8.5.0RC1
+DISTVERSION= 8.5.0RC2
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= https://downloads.php.net/~edorian/ \
diff --git a/lang/php85/distinfo b/lang/php85/distinfo
index bc97e81f4ded..539bc247238b 100644
--- a/lang/php85/distinfo
+++ b/lang/php85/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759582579
-SHA256 (php-8.5.0RC1.tar.gz) = 0ea5059a387117fe6ed9a72cdc20945dbff6acc072df936e97d35a9cb26420e0
-SIZE (php-8.5.0RC1.tar.gz) = 24117073
+TIMESTAMP = 1760114091
+SHA256 (php-8.5.0RC2.tar.gz) = 9ba719c814e0e84575aece7c9011dfa2f05479413b3007955dafa1b2537700fc
+SIZE (php-8.5.0RC2.tar.gz) = 24128105
diff --git a/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c
index 2d91481ddf5c..e43842597c5c 100644
--- a/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c
+++ b/textproc/php85-dom/files/patch-lexbor_selectors-adapted_selectors.c
@@ -1,11 +1,11 @@
---- lexbor/selectors-adapted/selectors.c.orig 2025-07-02 12:25:47 UTC
+--- lexbor/selectors-adapted/selectors.c.orig 2025-10-10 16:58:42 UTC
+++ lexbor/selectors-adapted/selectors.c
@@ -13,7 +13,7 @@
#include <Zend/zend_API.h>
#include <php.h>
-
--#include "ext/dom/lexbor/selectors-adapted/selectors.h"
-+#include "selectors.h"
+
+-#include "selectors.h"
++#include "ext/dom/lexbor/selectors-adapted/selectors.h"
#include "../../namespace_compat.h"
#include "../../domexception.h"
#include "../../php_dom.h"