LoginSignup
0

More than 3 years have passed since last update.

ext-zipのバージョンを確認する

Last updated at Posted at 2021-03-05

目的

  • ext-zipのバージョンを確認する方法をメモ的にまとめる

方法

  1. 下記コマンドを実行する。

    $ php --ri 'zip'
    >
    >zip
    >
    >Zip => enabled
    >Zip version => 1.15.6
    >Libzip headers version => 1.7.3
    >Libzip library version => 1.7.3
    
  2. 「Zip version =>」の後に記載されている値がバージョンである。

参考文献

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