Package Details: zeroc-ice-php 3.7.8-1

Git Clone URL: https://aur.archlinux.org/zeroc-ice-php.git (read-only, click to copy)
Package Base: zeroc-ice-php
Description: PHP bindings for Ice RPC framework
Upstream URL: https://zeroc.com
Licenses: GPL, custom:ICE license
Submitter: externl
Maintainer: None
Last Packager: Arisu_UwU
Votes: 1
Popularity: 0.000000
First Submitted: 2016-11-10 15:05 (UTC)
Last Updated: 2022-08-08 17:53 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

feedc0de commented on 2025-03-09 17:39 (UTC)

Please apply this diff to the PKGBUILD to make it work again

diff --git a/PKGBUILD b/PKGBUILD
index 2f463cd..4af2e36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Arisu <arisuuwu32@gmail.com>

 pkgname="zeroc-ice-php"
-pkgver=3.7.8
+pkgver=3.7.10
 pkgrel=1
 pkgdesc="PHP bindings for Ice RPC framework"
 arch=("i686" "x86_64")
@@ -16,7 +16,7 @@ depends=("zeroc-ice=$pkgver" "php")

 source=("ice-${pkgver}.tar.gz::https://github.com/zeroc-ice/ice/archive/v${pkgver}.tar.gz")

-sha256sums=('f2ab6b151ab0418fab30bafc2524d9ba4c767a1014f102df88d735fc775f9824')
+sha256sums=('b90e9015ca9124a9eadfdfc49c5fba24d3550c547f166f3c9b2b5914c00fb1df')

 make_args=(
     "OPTIMIZE=yes"

disastro commented on 2020-03-27 17:13 (UTC) (edited on 2020-03-27 17:31 (UTC) by disastro)

Shouldn't the module be installed to /usr/lib/php/modules? https://gist.github.com/Lartza/f1b575f92e1fb4efd0bf7c915dba0a24 seemed to work just fine

externl commented on 2018-07-03 16:56 (UTC)

I'm on vacation but I'll try to get to this ASAP.

NettoHikari commented on 2018-06-28 22:12 (UTC)

Doesn't build.

==> Error: Could not find all required packages: zeroc-ice=3.7.0 (Wanted by: zeroc-ice-php)

disastro commented on 2018-01-07 20:13 (UTC)

The package seems to conflict with zeroc-ice? :/

externl commented on 2016-11-13 21:08 (UTC)

Fixed. Thanks!

disastro commented on 2016-11-13 09:27 (UTC)

pkgrel mismatch in PKGBUILD and .SRCINFO