diff options
author | Remi Collet <remi@remirepo.net> | 2024-08-13 17:17:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-08-13 17:17:22 +0200 |
commit | 2e5230819fb65319a5744dcf372aee3deb2a31b0 (patch) | |
tree | bc53fd8d3723a395fca52e085144855b792f9840 /php.spec | |
parent | 536922a7c7dc222b0ddf01e3d8ddedd9b676bf1a (diff) |
Update to 8.4.0beta1
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -82,7 +82,7 @@ %global gh_owner php %global gh_project php-src %global upver 8.4.0 -%global rcver alpha4 +%global rcver beta1 # TODO set PHP_EXTRA_VERSION for EOL version Summary: PHP scripting language for creating dynamic web sites @@ -141,7 +141,7 @@ Patch45: php-8.4.0-ldap_r.patch Patch46: php-8.0.7-argon2.patch # drop "Configure command" from phpinfo output # and only use gcc (instead of full version) -Patch47: php-8.1.0-phpinfo.patch +Patch47: php-8.4.0-phpinfo.patch # Always warn about missing curve_name # Both Fedora and RHEL do not support arbitrary EC parameters Patch48: php-8.3.0-openssl-ec-param.patch @@ -1076,7 +1076,7 @@ build --libdir=%{_libdir}/php \ --enable-opcache \ --enable-opcache-file \ --with-capstone \ - --enable-phpdbg \ + --enable-phpdbg --enable-phpdbg-readline \ --enable-mbstring=shared \ --enable-mbregex \ --enable-gd=shared \ @@ -1636,6 +1636,9 @@ fi %changelog +* Tue Aug 13 2024 Remi Collet <remi@remirepo.net> - 8.4.0~beta1-1 +- Update to 8.4.0beta1 + * Thu Aug 1 2024 Remi Collet <remi@remirepo.net> - 8.4.0~alpha4-1 - Update to 8.4.0alpha4 |