PHP 8.3 : Install2025/01/29 |
Install PHP. |
|
[1] | Install PHP 8.3 on here. |
[root@www ~]# dnf -y install php Dependencies resolved. ================================================================================================================================ Package Architecture Version Repository Size ================================================================================================================================ Installing: php x86_64 8.3.15-1.el10 appstream 8.4 k Installing dependencies: capstone x86_64 5.0.1-6.el10 appstream 1.0 M libxslt x86_64 1.1.39-6.el10 appstream 190 k nginx-filesystem noarch 2:1.26.2-2.el10 appstream 11 k php-common x86_64 8.3.15-1.el10 appstream 695 k Installing weak dependencies: php-cli x86_64 8.3.15-1.el10 appstream 3.3 M php-fpm x86_64 8.3.15-1.el10 appstream 1.8 M php-mbstring x86_64 8.3.15-1.el10 appstream 516 k php-opcache x86_64 8.3.15-1.el10 appstream 359 k php-pdo x86_64 8.3.15-1.el10 appstream 83 k php-xml x86_64 8.3.15-1.el10 appstream 137 k Transaction Summary ================================================================================================================================ Install 11 Packages ..... .....[root@www ~]# php -v PHP 8.3.15 (cli) (built: Dec 17 2024 18:18:02) (NTS gcc x86_64) Copyright (c) The PHP Group Zend Engine v4.3.15, Copyright (c) Zend Technologies with Zend OPcache v8.3.15, Copyright (c), by Zend Technologies # verify to create test script [root@www ~]# echo '<?php echo `php -i`."\n"; ?>' > php_test.php [root@www ~]# php php_test.php phpinfo() PHP Version => 8.3.15 System => Linux www.srv.world 6.12.0-39.el10.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 9 16:11:58 UTC 2025 x86_64 Build Date => Dec 17 2024 18:18:02 Build System => CentOS Stream release 10 (Coughlan) Build Provider => CentOS Compiler => gcc (GCC) 14.2.1 20241104 (Red Hat 14.2.1-6) Architecture => x86_64 Server API => Command Line Interface ..... ..... |
Sponsored Link |
|