Fedora 39 Update: php-8.2.12-1.fc39

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2023-b65927eaf6
2023-11-03 18:20:20.957327
--------------------------------------------------------------------------------

Name        : php
Product     : Fedora 39
Version     : 8.2.12
Release     : 1.fc39
URL         : http://www.php.net/
Summary     : PHP scripting language for creating dynamic web sites
Description :
PHP is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated web pages. PHP also
offers built-in database integration for several commercial and
non-commercial database management systems, so writing a
database-enabled webpage with PHP is fairly simple. The most common
use of PHP coding is probably as a replacement for CGI scripts.

--------------------------------------------------------------------------------
Update Information:

**PHP version 8.2.12** (26 Oct 2023)  **Core:**  * Fixed bug
[GH-12207](https://github.com/php/php-src/issues/12207) (memory leak when class
using trait with doc block). (rioderelfte) * Fixed bug
[GH-12215](https://github.com/php/php-src/issues/12215) (Module entry being
overwritten causes type errors in ext/dom). (nielsdos) * Fixed bug
[GH-12273](https://github.com/php/php-src/issues/12273) (__builtin_cpu_init
check). (Freaky) * Fixed bug php#80092 (ZTS + preload = segfault on shutdown).
(nielsdos)  **CLI:**  * Ensure a single Date header is present. (coppolafab)
**CType:**  * Fixed bug [GH-11997](https://github.com/php/php-src/issues/11997)
(ctype_alnum 5 times slower in PHP 8.1 or greater). (nielsdos)  **DOM:**  *
Restore old namespace reconciliation behaviour. (nielsdos) * Fixed bug
[GH-8996](https://github.com/php/php-src/issues/8996) (DOMNode serialization on
PHP ^8.1). (nielsdos)  **Fileinfo:**  * Fixed bug
[GH-11891](https://github.com/php/php-src/issues/11891) (fileinfo returns
text/xml for some svg files). (usarise)  **Filter:**  * Fix explicit
FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov)  **Hash:**  * Fixed bug
[GH-12186](https://github.com/php/php-src/issues/12186) (segfault
copying/cloning a finalized HashContext). (MaxSem)  **Intl:**  * Fixed bug
[GH-12243](https://github.com/php/php-src/issues/12243) (segfault on
IntlDateFormatter::construct). (David Carlier) * Fixed bug
[GH-12282](https://github.com/php/php-src/issues/12282)
(IntlDateFormatter::construct should throw an exception on an invalid locale).
(David Carlier)  **MySQLnd:**  * Fixed bug
[GH-12297](https://github.com/php/php-src/issues/12297) (PHP Startup: Invalid
library (maybe not a PHP library) 'mysqlnd.so' in Unknown on line). (nielsdos)
**Opcache:**  * Fixed opcache_invalidate() on deleted file. (mikhainin) * Fixed
bug [GH-12380](https://github.com/php/php-src/issues/12380) (JIT+private array
property access inside closure accesses private property in child class).
(nielsdos)  **PCRE:**  * Fixed bug [GH-11956](https://github.com/php/php-
src/issues/11956) (Backport upstream fix, PCRE regular expressions with JIT
enabled gives different result). (nielsdos)  **SimpleXML:**  * Fixed bug
[GH-12170](https://github.com/php/php-src/issues/12170) (Can't use xpath with
comments in SimpleXML). (nielsdos) * Fixed bug
[GH-12223](https://github.com/php/php-src/issues/12223) (Entity reference
produces infinite loop in var_dump/print_r). (nielsdos) * Fixed bug
[GH-12167](https://github.com/php/php-src/issues/12167) (Unable to get
processing instruction contents in SimpleXML). (nielsdos) * Fixed bug
[GH-12169](https://github.com/php/php-src/issues/12169) (Unable to get comment
contents in SimpleXML). (nielsdos)  **Streams:**  * Fixed bug
[GH-12190](https://github.com/php/php-src/issues/12190) (binding ipv4 address
with both address and port at 0). (David Carlier)  **XML:**  * Fix return type
of stub of xml_parse_into_struct(). (nielsdos) * Fix memory leak when calling
xml_parse_into_struct() twice. (nielsdos)  **XSL:**  * Fix type error on
XSLTProcessor::transformToDoc return value with SimpleXML. (nielsdos)  ----
**PHP version 8.2.11** (28 Sep 2023)  **Core:**  * Fixed bug
[GH-11937](https://github.com/php/php-src/issues/11937) (Constant ASTs
containing objects). (ilutov) * Fixed bug [GH-11790](https://github.com/php/php-
src/issues/11790) (On riscv64 require libatomic if actually needed). (Jeremie
Courreges-Anglas) * Fixed bug [GH-11876](https://github.com/php/php-
src/issues/11876): ini_parse_quantity() accepts invalid quantities. (Girgias) *
Fixed bug [GH-12073](https://github.com/php/php-src/issues/12073) (Segfault when
freeing incompletely initialized closures). (ilutov) * Fixed bug
[GH-12060](https://github.com/php/php-src/issues/12060) (Internal iterator
rewind handler is called twice). (ju1ius) * Fixed bug
[GH-12102](https://github.com/php/php-src/issues/12102) (Incorrect compile error
when using array access on TMP value in function call). (ilutov)  **DOM:**  *
Fix memory leak when setting an invalid DOMDocument encoding. (nielsdos)
**Iconv:**  * Fixed build for NetBSD which still uses the old iconv signature.
(David Carlier)  **Intl:**  * Fixed bug [GH-12020](https://github.com/php/php-
src/issues/12020) (intl_get_error_message() broken after
MessageFormatter::formatMessage() fails). (Girgias)  **MySQLnd:**  * Fixed bug
[GH-10270](https://github.com/php/php-src/issues/10270) (Invalid error message
when connection via SSL fails: "trying to connect via (null)"). (Kamil Tekiela)
**ODBC:**  * Fixed memory leak with failed SQLPrepare. (NattyNarwhal) * Fixed
persistent procedural ODBC connections not getting closed. (NattyNarwhal)
**SimpleXML:**  * Fixed bug php#52751 (XPath processing-instruction() function
is not supported). (nielsdos)  **SPL:**  * Fixed bug
[GH-11972](https://github.com/php/php-src/issues/11972)
(RecursiveCallbackFilterIterator regression in 8.1.18). (nielsdos)  **SQLite3:**
* Fixed bug [GH-11878](https://github.com/php/php-src/issues/11878) (SQLite3
callback functions cause a memory leak with a callable array). (nielsdos,
arnaud-lb)    ----  tzdata is required
--------------------------------------------------------------------------------
ChangeLog:

* Wed Oct 25 2023 Remi Collet <remi@xxxxxxxxxxxx> - 8.2.12-1
- Update to 8.2.12 - http://www.php.net/releases/8_2_12.php
- add internal UTC if tzdata is missing
* Tue Sep 26 2023 Remi Collet <remi@xxxxxxxxxxxx> - 8.2.11-1
- Update to 8.2.11 - http://www.php.net/releases/8_2_11.php
* Tue Sep 19 2023 Remi Collet <remi@xxxxxxxxxxxx> - 8.2.10-2
- require tzdata
--------------------------------------------------------------------------------

This update can be installed with the "dnf" update program. Use
su -c 'dnf upgrade --advisory FEDORA-2023-b65927eaf6' at the command
line. For more information, refer to the dnf documentation available at
http://dnf.readthedocs.io/en/latest/command_ref.html#upgrade-command-label

All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
_______________________________________________
package-announce mailing list -- package-announce@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to package-announce-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@xxxxxxxxxxxxxxxxxxxxxxx
Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue




[Index of Archives]     [Fedora Users]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]

  Powered by Linux