From 14b5728afd6ac16dc2a05e79d3d8977442cca0cc Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Thu, 18 Jan 2024 00:23:28 +0000 Subject: [PATCH] AU: 1 updated - php-service [skip ci] https://gist.github.com/Pilskalns/1b0f0584554f6e98b14aca7f2fec2230/17d9afb91c8e15350501d95760b2340ec080a247 --- php-service/php-service.nuspec | 105 ++++++++++++++++++++++----------- 1 file changed, 71 insertions(+), 34 deletions(-) diff --git a/php-service/php-service.nuspec b/php-service/php-service.nuspec index ef5ef7c..978620b 100644 --- a/php-service/php-service.nuspec +++ b/php-service/php-service.nuspec @@ -4,7 +4,7 @@ php-service - 8.3.1 + 8.3.2 https://github.com/Pilskalns/choco-au-packages/tree/master/php-service Andzs Pilskalns @@ -12,7 +12,7 @@ PHP Authors http://www.php.net/ http://cdn.rawgit.com/Pilskalns/choco-au-packages/master/php-service/php-service.png - 2023 © PHP Group + 2024 © PHP Group http://php.net/license/index.php false https://github.com/php/php-src @@ -26,47 +26,84 @@ 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. ]]> extra_named_params on internal __call). - (ilutov) - . Fixed bug GH-12826 (Weird pointers issue in nested loops). (nielsdos) - -- FPM: - . Fixed bug GH-12705 (Segmentation fault in fpm_status_export_to_zval). - (Patrick Prasse) - -- FTP: - . Fixed bug GH-9348 (FTP & SSL session reuse). (nielsdos) - -- LibXML: - . Fixed test failures for libxml2 2.12.0. (nielsdos) - -- MySQLnd: - . Avoid using uninitialised struct. (mikhainin) - . Fixed bug GH-12791 (Possible dereference of NULL in MySQLnd debug code). + . Fixed bug GH-12953 (false positive SSA integrity verification failed when + loading composer classmaps with more than 11k elements). (nielsdos) + . Fixed bug GH-12999 (zend_strnlen build when strnlen is unsupported). + (rainerjung) + . Fixed bug GH-12966 (missing cross-compiling 3rd argument so Autoconf + doesn't emit warnings). (Peter Kokot) + . Fixed bug GH-12854 (8.3 - as final trait-used method does not correctly + report visibility in Reflection). (nielsdos) + +- Cli: + . Fix incorrect timeout in built-in web server when using router script and + max_input_time. (ilutov) + +- DOM: + . Fixed bug GH-12870 (Creating an xmlns attribute results in a DOMException). (nielsdos) + . Fix crash when toggleAttribute() is used without a document. (nielsdos) + . Fix crash in adoptNode with attribute references. (nielsdos) + . Fixed bug GH-13012 (DOMNode::isEqualNode() is incorrect when attribute + order is different). (nielsdos) + +- FFI: + . Fixed bug GH-9698 (stream_wrapper_register crashes with FFI\CData). + (Jakub Zelenka) + . Fixed bug GH-12905 (FFI::new interacts badly with observers). (nielsdos) + +- Intl: + . Fixed GH-12943 (IntlDateFormatter::__construct accepts 'C' as valid locale). + (David Carlier) + +- Hash: + . Fixed bug GH-12936 (hash() function hangs endlessly if using sha512 on + strings >= 4GiB). (nielsdos) + +- ODBC: + . Fix crash on Apache shutdown with persistent connections. (nielsdos) - Opcache: - . Fixed JIT bug (Function JIT emits "Uninitialized string offset" warning - at the same time as invalid offset Error). (Girgias) - . Fixed JIT bug (JIT emits "Attempt to assign property of non-object" - warning at the same time as Error is being thrown). (Girgias) + . Fixed oss-fuzz #64727 (JIT undefined array key warning may overwrite DIM + with NULL when DIM is the same var as result). (ilutov) + . Added workaround for SELinux mprotect execheap issue. + See https://bugzilla.kernel.org/show_bug.cgi?id=218258. (ilutov) -- PDO PGSQL: - . Fixed the default value of $fetchMode in PDO::pgsqlGetNotify() (kocsismate) +- OpenSSL: + . Fixed bug GH-12987 (openssl_csr_sign might leak new cert on error). + (Jakub Zelenka) -- SOAP: - . Fixed bug GH-12838 ([SOAP] Temporary WSDL cache files not being deleted). +- PDO: + . Fix GH-12969 (Fixed PDO::getAttribute() to get PDO::ATTR_STRINGIFY_FETCHES). + (SakiTakamachi) + +- PDO_ODBC: + . Fixed bug GH-12767 (Unable to turn on autocommit mode with setAttribute()). + (SakiTakamachi) + +- PGSQL: + . Fixed auto_reset_persistent handling and allow_persistent type. (David Carlier) + . Fixed bug GH-12974 (Apache crashes on shutdown when using pg_pconnect()). (nielsdos) -- Standard - . Fixed GH-12745 (http_build_query() default null argument for $arg_separator - is implicitly coerced to string). (Girgias)]]> +- Phar: + . Fixed bug #77432 (Segmentation fault on including phar file). (nielsdos) + +- PHPDBG: + . Fixed bug GH-12962 (Double free of init_file in phpdbg_prompt.c). (nielsdos) + +- SimpleXML: + . Fix getting the address of an uninitialized property of a SimpleXMLElement + resulting in a crash. (nielsdos) + . Fixed bug GH-12929 (SimpleXMLElement with stream_wrapper_register can + segfault). (nielsdos) + +- Tidy: + . Fixed bug GH-12980 (tidynode.props.attribute is missing + "Boolean Attributes" and empty attributes). (nielsdos)]]> - +