0
1

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.

AWSにphp 5.6+ZendFrameworkを入れる

Posted at

はじめに

AWSのデフォルトだとphp 5.3なのでphp5.6を入れた時のメモ。
ついでにZendFrameworkを入れました。
今更需要ないと思いますが。。。

以下のものをインストールしてます。

  • php 5.6
  • php-ZendFramework 1.12.13

概要

  1. 競合しそうなものを削除
  2. php56のインストール
  3. ZendFrameworkのインストール

詳細


1. 競合しそうなものを削除

まず依存関係が邪魔するので一旦いろいろ消します。

# yum erase php
# yum erase httpd

2. php56のインストール

めんどくさいのでphp56系全部インストール

# yum install php56*

3. ZendFrameworkのインストール

ZendFrameworkをインストール

# yum install php-ZendFramework*
0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?