Package Details: php-kolabformat 1.1.6-4

Git Clone URL: https://aur.archlinux.org/php-kolabformat.git (read-only, click to copy)
Package Base: php-kolabformat
Description: PHP bindings for Kolab XML Format Schema Definitions Library
Upstream URL: http://www.kolab.org
Keywords: 2020 discontinued eol incompatible missingsource php7 to-be-deleted unneeded
Licenses: GPL
Submitter: javitonino
Maintainer: MarsSeed
Last Packager: muhviehstarr
Votes: 3
Popularity: 0.000000
First Submitted: 2015-02-25 10:27 (UTC)
Last Updated: 2020-05-11 07:50 (UTC)

Latest Comments

a_manthey commented on 2017-11-21 18:24 (UTC)

builds on rapsberry pi 2B too if "armv7h" is added to arch-list.

volle commented on 2017-06-20 06:24 (UTC)

i think kolabsys did switch from http to https. The URL in PKGBUILD needs to be changed to https://mirror.kolabsys.com/pub/releases/libkolabxml-1.1.6.tar.gz they use an invalid certificate so the download needs so be done with curl's -k option DLAGENTS=("https::/usr/bin/curl -k -o %o %u")

javitonino commented on 2016-12-25 00:12 (UTC)

Updated to use SWIG from git, so it compiles for PHP7.

javitonino commented on 2016-11-12 14:56 (UTC)

@lonaowna This is out of date since it can't be compiled with PHP7 (see my previous comment). You can use php56-kolabformat instead.

javitonino commented on 2016-01-18 14:22 (UTC)

I have not found a way to compile this for PHP 7. I have uploaded a version for PHP 5.6 from the AUR: https://aur.archlinux.org/packages/php56-kolabformat/ Using this and changing Apache's configuration to use php56, seems to work, at least for Kolab.

snoewchen commented on 2016-01-03 16:40 (UTC)

It seems to me that this package is not compatible with php-7. A build attempt leads to many errors like <snip> ...php_kolabformat_wrapper.cpp:896:106: error: macro "zend_hash_update" passed 6 arguments, but takes just 3 </snip> The file "php_kolabformat_wrapper.cpp" is generated using swig - and swig does not support php-7 at the moment - https://github.com/swig/swig/issues/571

javitonino commented on 2015-11-01 13:18 (UTC)

PHP dependency added. Thanks!

techmunk commented on 2015-11-01 10:39 (UTC)

This should probably depend on php. At the very least, it needs a makedepends of php, as it will not currently build correctly without it.