Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tamakiii/2328dde24faf85a543f20be7da738754 to your computer and use it in GitHub Desktop.
Save tamakiii/2328dde24faf85a543f20be7da738754 to your computer and use it in GitHub Desktop.
--- /tmp/a.txt 2021-05-11 11:35:31.000000000 +0900
+++ /tmp/b.txt 2021-05-11 12:04:02.000000000 +0900
@@ -1,16 +1,13 @@
bash-4.2# yum search php-
Loaded plugins: ovl, priorities
amzn2-core | 3.7 kB 00:00:00
-amzn2extra-php7.4 | 3.0 kB 00:00:00
+amzn2extra-php8.0 | 3.0 kB 00:00:00
(1/5): amzn2-core/2/x86_64/group_gz | 2.5 kB 00:00:00
-(2/5): amzn2extra-php7.4/2/x86_64/updateinfo | 76 B 00:00:00
-(3/5): amzn2extra-php7.4/2/x86_64/primary_db | 228 kB 00:00:00
-(4/5): amzn2-core/2/x86_64/updateinfo | 367 kB 00:00:00
+(2/5): amzn2-core/2/x86_64/updateinfo | 367 kB 00:00:00
+(3/5): amzn2extra-php8.0/2/x86_64/updateinfo | 76 B 00:00:00
+(4/5): amzn2extra-php8.0/2/x86_64/primary_db | 59 kB 00:00:00
(5/5): amzn2-core/2/x86_64/primary_db | 52 MB 00:00:05
================================================================================================ N/S matched: php- ================================================================================================
-php-pecl-apcu-devel.noarch : Development files for php-pecl-apcu
-php-pecl-igbinary-devel.noarch : Development files for php-pecl-igbinary
-php-pecl-msgpack-devel.noarch : Development files for php-pecl-msgpack
php-bcmath.x86_64 : A module for PHP applications for using the bcmath library
php-cli.x86_64 : Command-line interface for PHP
php-common.x86_64 : Common files for PHP
@@ -23,7 +20,6 @@
php-gd.x86_64 : A module for PHP applications for using the gd graphics library
php-gmp.x86_64 : A module for PHP applications for using the GNU MP library
php-intl.x86_64 : Internationalization extension for PHP applications
-php-json.x86_64 : JavaScript Object Notation extension for PHP
php-ldap.x86_64 : A module for PHP applications that use LDAP
php-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling
php-mysql.x86_64 : A module for PHP applications that use MySQL databases
@@ -32,16 +28,7 @@
php-opcache.x86_64 : The Zend OPcache
php-pdo.x86_64 : A database access abstraction module for PHP applications
php-pear.noarch : PHP Extension and Application Repository framework
-php-pecl-apcu.x86_64 : APCu - APC User Cache
-php-pecl-igbinary.x86_64 : igbinary extension
-php-pecl-mailparse.x86_64 : Email message manipulation
-php-pecl-memcache.x86_64 : memcached extension
-php-pecl-memcached.x86_64 : PHP extension for interfacing with memcached via libmemcached library
-php-pecl-msgpack.x86_64 : PHP extension for interfacing with MessagePack
-php-pecl-oauth.x86_64 : oauth consumer extension
-php-pecl-redis.x86_64 : PHP extension for interfacing with Redis
-php-pecl-ssh2.x86_64 : Bindings for the libssh2 library
-php-pecl-uuid.x86_64 : UUID extension
+php-pecl-memcache.x86_64 : Extension to work with the Memcached caching daemon
php-pgsql.x86_64 : A PostgreSQL database module for PHP
php-process.x86_64 : Modules for PHP script using system process interfaces
php-pspell.x86_64 : A module for PHP applications for using pspell interfaces
@tamakiii
Copy link
Author

amazon-linux-extras enable php7.4
yum clean metadata
yum search php-
amazon-linux-extras enable php8.0
yum clean metadata
yum search php-

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment