Download Ice 3.7 for PHP
Linux Repositories
Amazon Linux 2 (LTS)
Configure Yum repository
sudo dnf install https://download.zeroc.com/ice/3.7/amzn2/ice-repo-3.7.amzn2.noarch.rpm
Install Ice for PHP
sudo dnf install php-ice
Install Slice compilers
sudo dnf install ice-compilers
Debian 12 "Bookworm"
Configure APT repository
sudo mkdir -p /etc/apt/keyringssudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpgecho \'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/debian12 stable main' \| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.listsudo apt-get update
Install Ice for PHP
sudo apt-get install php-zeroc-ice
Install Slice compilers
sudo apt-get install zeroc-ice-compilers
Debian 11 "Bullseye"
Configure APT repository
sudo mkdir -p /etc/apt/keyringssudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpgecho \'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/debian11 stable main' \| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.listsudo apt-get update
Install Ice for PHP
sudo apt-get install php-zeroc-ice
Install Slice compilers
sudo apt-get install zeroc-ice-compilers
Debian 10 "Buster"
Configure APT repository
sudo mkdir -p /etc/apt/keyringssudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpgecho \'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/debian10 stable main' \| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.listsudo apt-get update
Install Ice for PHP
sudo apt-get install php-zeroc-ice
Install Slice compilers
sudo apt-get install zeroc-ice-compilers
Debian 9 "Stretch"
Configure APT repository
sudo mkdir -p /etc/apt/keyringssudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpgecho \'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/debian9 stable main' \| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.listsudo apt-get update
Install Ice for PHP
sudo apt-get install php-zeroc-ice
Install Slice compilers
sudo apt-get install zeroc-ice-compilers
Red Hat 9
Configure Yum repository
sudo dnf install https://download.zeroc.com/ice/3.7/el9/ice-repo-3.7.el9.noarch.rpm
Install Ice for PHP
sudo dnf install php-ice
Install Slice compilers
sudo dnf install ice-compilers
Red Hat 8
Configure Yum repository
sudo dnf install https://download.zeroc.com/ice/3.7/el8/ice-repo-3.7.el8.noarch.rpm
Install Ice for PHP
sudo dnf install php-ice
Install Slice compilers
sudo dnf install ice-compilers
Red Hat 7
Configure Yum repository
sudo yum install https://download.zeroc.com/ice/3.7/el7/ice-repo-3.7.el7.noarch.rpm
Install Ice for PHP
sudo yum install php-ice
Install Slice compilers
sudo yum install ice-compilers
SUSE Linux Enterprise Server 12
Configure Zypper repository
wget https://download.zeroc.com/ice/3.7/suse12/zeroc-ice3.7.reposudo zypper addrepo zeroc-ice3.7.reposudo rpm --import https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D
Install Ice for PHP
sudo zypper install php-ice
Install Slice compilers
sudo zypper install ice-compilers
Ubuntu 22.04 (Jammy Jellyfish)
Configure APT repository
sudo mkdir -p /etc/apt/keyringssudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpgecho \'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/ubuntu22.04 stable main' \| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.listsudo apt-get update
Install Ice for PHP
sudo apt-get install php-zeroc-ice
Install Slice compilers
sudo apt-get install zeroc-ice-compilers
Ubuntu 20.04 (Focal Fossa)
Configure APT repository
sudo mkdir -p /etc/apt/keyringssudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpgecho \'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/ubuntu20.04 stable main' \| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.listsudo apt-get update
Install Ice for PHP
sudo apt-get install php-zeroc-ice
Install Slice compilers
sudo apt-get install zeroc-ice-compilers
Ubuntu 18.04 (Bionic Beaver)
Configure APT repository
sudo mkdir -p /etc/apt/keyringssudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpgecho \'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/ubuntu18.04 stable main' \| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.listsudo apt-get update
Install Ice for PHP
sudo apt-get install php-zeroc-ice
Install Slice compilers
sudo apt-get install zeroc-ice-compilers
Ubuntu 16.04 (Xenial Xerus)
Configure APT repository
sudo mkdir -p /etc/apt/keyringssudo curl -fsSL https://download.zeroc.com/GPG-KEY-zeroc-release-B6391CB2CFBA643D | sudo gpg --dearmor -o /etc/apt/keyrings/zeroc.gpgecho \'deb [signed-by=/etc/apt/keyrings/zeroc.gpg] https://download.zeroc.com/ice/3.7/ubuntu16.04 stable main' \| sudo tee /etc/apt/sources.list.d/zeroc-ice-3.7.listsudo apt-get update
Install Ice for PHP
sudo apt-get install php-zeroc-ice
Install Slice compilers
sudo apt-get install zeroc-ice-compilers
GPG Key
The Linux binary packages are signed with the following key:
- Key:rsa4096/B6391CB2CFBA643D (2017-04-03) ZeroC, Inc. (release key 2) <support@zeroc.com>
- Download:
- Fingerprint:4F9430C5FD102B029E8184CBB6391CB2CFBA643D
Homebrew
The zeroc-ice/tap/php-ice formula includes Ice for PHP.
brew install zeroc-ice/tap/php-ice