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?

More than 3 years have passed since last update.

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

0
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 =>」の後に記載されている値がバージョンである。

参考文献

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?