diff options
| author | lsces <lester@lsces.co.uk> | 2012-08-05 12:44:23 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2012-08-05 12:44:23 +0100 |
| commit | 1371cc013856182094cbdce6c757dbad72127ad0 (patch) | |
| tree | 1965e10322a958e9a6eb05c8646ac62d4c8b3d95 /pear/PEAR/Autoloader.php | |
| parent | 572f8152ae0933e4f44d5cfde702c212bbb64a14 (diff) | |
| download | util-1371cc013856182094cbdce6c757dbad72127ad0.tar.gz util-1371cc013856182094cbdce6c757dbad72127ad0.tar.bz2 util-1371cc013856182094cbdce6c757dbad72127ad0.zip | |
Sync local pear with fork of github
This does not work well as what is running is not what is in codebase due to
adding verson numbers when module is 'packed' ... but we need the packed version
so we can actually run the code :(
Diffstat (limited to 'pear/PEAR/Autoloader.php')
| -rw-r--r-- | pear/PEAR/Autoloader.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pear/PEAR/Autoloader.php b/pear/PEAR/Autoloader.php index 0ed707e..b833dc6 100644 --- a/pear/PEAR/Autoloader.php +++ b/pear/PEAR/Autoloader.php @@ -10,7 +10,7 @@ * @author Stig Bakken <ssb@php.net> * @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License - * @version CVS: $Id: Autoloader.php 313023 2011-07-06 19:17:11Z dufuz $ + * @version CVS: $Id$ * @link http://pear.php.net/manual/en/core.ppm.php#core.ppm.pear-autoloader * @since File available since Release 0.1 * @deprecated File deprecated in Release 1.4.0a1 @@ -45,7 +45,7 @@ require_once "PEAR.php"; * @author Stig Bakken <ssb@php.net> * @copyright 1997-2009 The Authors * @license http://opensource.org/licenses/bsd-license.php New BSD License - * @version Release: 1.9.4 + * @version Release: @package_version@ * @link http://pear.php.net/manual/en/core.ppm.php#core.ppm.pear-autoloader * @since File available since Release 0.1 * @deprecated File deprecated in Release 1.4.0a1 |
