summaryrefslogtreecommitdiffstats
path: root/lib/_autoload.php
Commit message (Collapse)AuthorAgeFilesLines
* Clean one-liner comments.Jaime Perez Crespo2015-11-061-1/+1
|
* Simple reformatting for auto loaders.Jaime Perez Crespo2015-08-051-11/+10
|
* Drop obsolete SVN $Id$ keywords.Thijs Kinkhorst2014-07-091-1/+0
|
* Start using SAML2 library from GitHub.Olav Morken2013-11-151-59/+11
| | | | | | | | | This patch also starts using Composer for other dependencies (i.e. php-openid and xmlseclibs). Thanks to Boy Baukema for implementing this! git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@3290 44740490-163a-0410-bde0-09ae8108e29a
* Module framework.Olav Morken2008-08-181-1/+15
| | | | git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@808 44740490-163a-0410-bde0-09ae8108e29a
* Autoloader: Added backwards-compatibility for PHP versions without ↵Olav Morken2008-06-061-2/+19
| | | | | | spl_autoload_register. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@611 44740490-163a-0410-bde0-09ae8108e29a
* Add autoload support for simpleSAMLphp.Olav Morken2008-06-061-0/+39
This patch adds a autoloader file (lib/_autoload.php), and changes www/_include.php to load this file. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@608 44740490-163a-0410-bde0-09ae8108e29a