Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-28 | Rename constructors to __construct | Marcel Korpel | 1 | -3/+3 | |
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 | 1 | -0/+167 | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> |