Skip to content

Commit 4b4afb7

Browse files
author
taca
committed
lang/php85: update to 8.5.3
PHP 8.5.3 (2026-02-12) - Core: . Fixed bug GH-20806 (preserve_none feature compatiblity with LTO). (henderkes) . Fixed bug GH-20767 (build failure with musttail/preserve_none feature on macOs). (David Carlier) . Fixed bug GH-20837 (NULL dereference when calling ob_start() in shutdown function triggered by bailout in php_output_lock_error()). (timwolla) . Fix OSS-Fuzz #471533782 (Infinite loop in GC destructor fiber). (ilutov) . Fix OSS-Fuzz #472563272 (Borked block_pass JMP[N]Z optimization). (ilutov) . Fixed bug GH-20914 (Internal enums can be cloned and compared). (Arnaud) . Fix OSS-Fuzz #474613951 (Leaked parent property default value). (ilutov) . Fixed bug GH-20895 (ReflectionProperty does not return the PHPDoc of a property if it contains an attribute with a Closure). (timwolla) . Fixed bug GH-20766 (Use-after-free in FE_FREE with GC interaction). (Bob) . Fix OSS-Fuzz #471486164 (Broken by-ref assignment to uninitialized hooked backing value). (ilutov) . Fix OSS-Fuzz #438780145 (Nested finally with repeated return type check may uaf). (ilutov) . Fixed bug GH-20905 (Lazy proxy bailing __clone assertion). (ilutov) . Fixed bug GH-20479 (Hooked object properties overflow). (ndossche) - Date: . Update timelib to 2022.16. (Derick) - DOM: . Fixed GH-21041 (Dom\HTMLDocument corrupts closing tags within scripts). (lexborisov) - MbString: . Fixed bug GH-20833 (mb_str_pad() divide by zero if padding string is invalid in the encoding). (ndossche) . Fixed bug GH-20836 (Stack overflow in mb_convert_variables with recursive array references). (alexandre-daubois) - Opcache: . Fixed bug GH-20818 (Segfault in Tracing JIT with object reference). (khasinski) - OpenSSL: . Fix memory leaks when sk_X509_new_null() fails. (ndossche) . Fix crash when in openssl_x509_parse() when i2s_ASN1_INTEGER() fails. (ndossche) . Fix crash in openssl_x509_parse() when X509_NAME_oneline() fails. (ndossche) - Phar: . Fixed bug GH-20882 (buildFromIterator breaks with missing base directory). (ndossche) - PGSQL: . Fixed INSERT/UPDATE queries building with PQescapeIdentifier() and possible UB. (David Carlier) - Readline: . Fixed bug GH-18139 (Memory leak when overriding some settings via readline_info()). (ndossche) - SPL: . Fixed bug GH-20856 (heap-use-after-free in SplDoublyLinkedList iterator when modifying during iteration). (ndossche) - Standard: . Fixed bug #74357 (lchown fails to change ownership of symlink with ZTS) (Jakub Zelenka) . Fixed bug GH-20843 (var_dump() crash with nested objects) (David Carlier)
1 parent 1176ca7 commit 4b4afb7

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

lang/php/phpversion.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: phpversion.mk,v 1.491 2026/02/13 15:26:05 taca Exp $
1+
# $NetBSD: phpversion.mk,v 1.492 2026/02/13 15:27:19 taca Exp $
22
#
33
# This file selects a PHP version, based on the user's preferences and
44
# the installed packages. It does not add a dependency on the PHP
@@ -113,7 +113,7 @@ PHP74_VERSION= 7.4.33
113113
PHP82_VERSION= 8.2.30
114114
PHP83_VERSION= 8.3.30
115115
PHP84_VERSION= 8.4.18
116-
PHP85_VERSION= 8.5.2
116+
PHP85_VERSION= 8.5.3
117117

118118
_VARGROUPS+= php
119119
_USER_VARS.php= PHP_VERSION_DEFAULT

lang/php85/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.2 2026/01/19 15:35:56 taca Exp $
1+
$NetBSD: distinfo,v 1.3 2026/02/13 15:27:19 taca Exp $
22

3-
BLAKE2s (php-8.5.2.tar.xz) = bd3c0a67c4fad8b7398b525c851c889df6726072651c696913053918d634b623
4-
SHA512 (php-8.5.2.tar.xz) = 99c5545195c4fdd5a741e839e60521ec2d1b24275c7362b9aae71e3a7cdc4ceaaf70dfe9ae74da359a06922718b2213f6f2f885735bee5473affdf2fd9f3794a
5-
Size (php-8.5.2.tar.xz) = 14331112 bytes
3+
BLAKE2s (php-8.5.3.tar.xz) = 5f0bc098b34614696672950d712c8c8744df99ffc9ce5a4539671e57ce146198
4+
SHA512 (php-8.5.3.tar.xz) = fae92403affa5259fd840609004980cdd2fa97dd511fde8e487292c832d433a2dc8597e3ce7b2de35f949e83a11b9b030e36e2bac6a7c697fdfc6556f9b1a1e0
5+
Size (php-8.5.3.tar.xz) = 14333456 bytes
66
SHA1 (patch-build_Makefile.global) = 570d813a05626f633e2ce380ab6668fdc7e8f030
77
SHA1 (patch-build_php.m4) = bb72e38ab391ad587962940ba85e8d4de8633dca
88
SHA1 (patch-configure.ac) = 20c95915d5e4aa622d04ee923c626789c44fef11

0 commit comments

Comments
 (0)