Bug 1797661
| Summary: | [RFE] Add a 7.4 stream to the PHP module | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Alena <alrodrig> |
| Component: | php | Assignee: | Remi Collet <rcollet> |
| Status: | CLOSED ERRATA | QA Contact: | Jakub Heger <jheger> |
| Severity: | unspecified | Docs Contact: | Lenka Špačková <lkuprova> |
| Priority: | unspecified | ||
| Version: | 8.2 | CC: | bnater, carl, jcastran, jorton, pasik, rcollet |
| Target Milestone: | rc | Keywords: | FutureFeature |
| Target Release: | 8.0 | Flags: | pm-rhel:
mirror+
|
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: |
.A new module stream: `php:7.4`
RHEL 8.3 introduces `PHP 7.4`, which provides a number of bug fixes and enhancements over version 7.3.
This release introduces a new experimental extension, Foreign Function Interface (FFI), which enables you to call native functions, access native variables, and create and access data structures defined in C libraries. The FFI extension is available in the `php-ffi` package.
The following extensions have been removed:
* The `wddx` extension, removed from `php-xml` package
* The `recode` extension, removed from the `php-recode` package.
//For more information, see link:https://www.php.net/manual/en/migration74.php[Migrating from PHP 7.3.x to PHP 7.4.x].
To install the `php:7.4` module stream, use:
[literal]
----
# yum module install php:7.4
----
If you want to upgrade from the `php:7.3` stream, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/installing_managing_and_removing_user-space_components/index#switching-to-a-later-stream_managing-versions-of-appstream-content[Switching to a later stream].
For details regarding PHP usage on RHEL 8, see link:https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/configuring_basic_system_settings/using-the-php-scripting-language_configuring-basic-system-settings[Using the PHP scripting language].
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-11-04 03:16:22 UTC | Type: | Enhancement |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Alena
2020-02-03 15:22:09 UTC
The current version is 7.4.6, but which introduce a bad regression https://bugs.php.net/bug.php?id=79600 So we need to apply the patch (from 7.4.7RC1) or rebase to 7.4.7 in 2 weeks (June 11th) Fix for upstream issue 79600 is applied. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (new module: php:7.4), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4717 |