Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-28 | Rename constructors to __construct | Marcel Korpel | |
In PHP 7, constructor methods that have the same name as the class they are defined in are deprecated. Use __construct instead. http://php.net/manual/en/migration70.deprecated.php Signed-off-by: Marcel Korpel <marcel.korpel@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org> | |||
2011-04-10 | Add php-gettext libraries to "web/lib/". | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> |