3
4

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 5 years have passed since last update.

PHPのマイナーバージョンアップ方法

3
Posted at

PHP5.4.17releaseしましたね!(今更)
http://php.net/archive/2013.php#id2013-07-04-1

開発環境用サーバ郡と、本番用サーバ群で
齟齬が出てしまっていたので、5.4.16→5.4.17へマイナーバージョンを上げることに。

# yum update --enablerepo=remi php

remiを指定すればバージョンアップできます。

※外部リポジトリ追加の方法はこちらの方がまとめて頂いてます。(丸投げすいません)
http://qiita.com/ryurock/items/662e41376efa97251575

3
4
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
3
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?