0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

ubuntu 24.04 LTSで自宅サーバー構築(PHP8.3の取得)

Posted at

初期費用無料、月額990円から、高速・多機能・高安定レンタルサーバー『エックスサーバー』

taisuke@ubuntuserver:~$ sudo apt -y install php8.3 php8.3-mbstring php-pear
taisuke@ubuntuserver:~$ sudo php -v
PHP 8.3.6 (cli) (built: Apr 15 2024 19:21:47) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.6, Copyright (c) Zend Technologies
with Zend OPcache v8.3.6, Copyright (c), by Zend Technologies
#テストスクリプトを作成して動作確認
taisuke@ubuntuserver:~$ sudo echo '' > php_test.php
taisuke@ubuntuserver:~$ sudo php php_test.php | head
phpinfo()
PHP Version => 8.3.6
System => Linux www.srv.world 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
Build Date => Apr 15 2024 19:21:47
Build System => Linux
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /etc/php/8.3/cli
Loaded Configuration File => /etc/php/8.3/cli/php.ini
初期費用無料、月額990円から、高速・多機能・高安定レンタルサーバー『エックスサーバー』

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?