Search Criteria
Package Details: simpleid 1.0.2-1
Git Clone URL: | https://aur.archlinux.org/simpleid.git (read-only, click to copy) |
---|---|
Package Base: | simpleid |
Description: | Simple, personal OpenID provider written in PHP |
Upstream URL: | http://simpleid.koinic.net/ |
Licenses: | |
Submitter: | seblu |
Maintainer: | MarcinWieczorek |
Last Packager: | MarcinWieczorek |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2012-02-28 18:49 |
Last Updated: | 2017-05-12 14:41 |
Latest Comments
BubuIIC commented on 2016-01-06 17:32
The latest version (1.0) is still not compatible with php7. As I understand it the author is working on a rewrite. There is a commit on github/sourceforge that fixes the php7 compatibility for now. Maybe this can be included?
starfry commented on 2014-07-09 13:40
Latest version 0.9
pkgver=0.9
sha256sums=('352319cc58a9f47ff0b0c1e143cc1f3b9cd51c84b59aa4aebb3efc0c92eadee6')
CheariX commented on 2013-03-14 12:09
Does the package also depend on php-pear?
I also have to add:
php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:$"
to the apache config file to let it work...
CheariX commented on 2013-03-14 12:08
Oh, and i forgot, you sould add:
php_admin_value open_basedir "/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/"
to the conf file.
CheariX commented on 2013-03-14 12:00
I think the the package also depends on php-pear ?