diff --git a/php-service/php-service.nuspec b/php-service/php-service.nuspec index aaec3fd..05938df 100644 --- a/php-service/php-service.nuspec +++ b/php-service/php-service.nuspec @@ -4,7 +4,7 @@ php-service - 8.2.8 + 8.2.9 https://github.com/Pilskalns/choco-au-packages/tree/master/php-service Andzs Pilskalns @@ -25,82 +25,103 @@ Fast, flexible and pragmatic, PHP powers everything from your blog to the most p This package will install [PHP (Hypertext Preprocessor)](https://chocolatey.org/packages/php) with it's default values. Its installed trough dependencies and those can't be passed with extra arguments. ]]> - + depending on libxml2 version). (nielsdos) + +- Fileinfo: + . Fixed bug GH-11298 (finfo returns wrong mime type for xz files). (Anatol) + +- FTP: + . Fix context option check for "overwrite". (JonasQuinten) + . Fixed bug GH-10562 (Memory leak and invalid state with consecutive + ftp_nb_fget). (nielsdos) + +- GD: + . Fix most of the external libgd test failures. (Michael Orlitzky) + +- Intl: + . Fix memory leak in MessageFormatter::format() on failure. (Girgias) + +- Libxml: + . Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading + in XML without enabling it). (CVE-2023-3823) (nielsdos, ilutov) + +- MBString: + . Fix GH-11300 (license issue: restricted unicode license headers). (nielsdos) - . Fixed bug #70359 (print_r() on DOMAttr causes Segfault in - php_libxml_node_free_list()). (nielsdos) - . Fixed bug #78577 (Crash in DOMNameSpace debug info handlers). (nielsdos) - . Fix lifetime issue with getAttributeNodeNS(). (nielsdos) - . Fix "invalid state error" with cloned namespace declarations. (nielsdos) - . Fixed bug #55294 and #47530 and #47847 (various namespace reconciliation - issues). (nielsdos) - . Fixed bug #80332 (Completely broken array access functionality with - DOMNamedNodeMap). (nielsdos) - Opcache: - . Fix allocation loop in zend_shared_alloc_startup(). (nielsdos) - . Access violation on smm_shared_globals with ALLOC_FALLBACK. (KoudelkaB) - . Fixed bug GH-11336 (php still tries to unlock the shared memory ZendSem - with opcache.file_cache_only=1 but it was never locked). (nielsdos) + . Fixed bug GH-10914 (OPCache with Enum and Callback functions results in + segmentation fault). (nielsdos) + . Prevent potential deadlock if accelerated globals cannot be allocated. + (nielsdos) -- OpenSSL: - . Fixed bug GH-9356 Incomplete validation of IPv6 Address fields in - subjectAltNames (James Lucas, Jakub Zelenka). +- PCNTL: + . Fixed bug GH-11498 (SIGCHLD is not always returned from proc_open). + (nielsdos) -- PCRE: - . Fix preg_replace_callback_array() pattern validation. (ilutov) +- PDO: + . Fix GH-11587 (After php8.1, when PDO::ATTR_EMULATE_PREPARES is true + and PDO::ATTR_STRINGIFY_FETCHES is true, decimal zeros are no longer + filled). (SakiTakamachi) -- PGSQL: - . Fixed intermittent segfault with pg_trace. (David Carlier) +- PDO SQLite: + . Fix GH-11492 (Make test failure: ext/pdo_sqlite/tests/bug_42589.phpt). + (KapitanOczywisty, CViniciusSDias) - Phar: - . Fix cross-compilation check in phar generation for FreeBSD. (peter279k) + . Add missing check on EVP_VerifyUpdate() in phar util. (nielsdos) + . Fixed bug GHSA-jqcx-ccgc-xwhv (Buffer mismanagement in phar_dir_read()). + (CVE-2023-3824) (nielsdos) + +- PHPDBG: + . Fixed bug GH-9669 (phpdbg -h options doesn't list the -z option). (adsr) -- SPL: - . Fixed bug GH-11338 (SplFileInfo empty getBasename with more than one - slash). (nielsdos) +- Session: + . Removed broken url support for transferring session ID. (ilutov) - Standard: - . Fix access on NULL pointer in array_merge_recursive(). (ilutov) - . Fix exception handling in array_multisort(). (ilutov) + . Fix serialization of RC1 objects appearing in object graph twice. (ilutov) + +- Streams: + . Fixed bug GH-11735 (Use-after-free when unregistering user stream wrapper + from itself). (ilutov) - SQLite3: - . Fixed bug GH-11451 (Invalid associative array containing duplicate - keys). (nielsdos)]]> + . Fix replaced error handling in SQLite3Stmt::__construct. (nielsdos) + +- XMLReader: + . Fix GH-11548 (Argument corruption when calling XMLReader::open or + XMLReader::XML non-statically with observer active). (Bob)]]> - +