diff --git a/README b/README index 4cf8f2d..1da1d4f 100644 --- a/README +++ b/README @@ -6,7 +6,7 @@ development and low-volume web sites using PEAR2 packages. To use: \ No newline at end of file diff --git a/package.xml b/package.xml index 1118446..2fe6f26 100644 --- a/package.xml +++ b/package.xml @@ -11,7 +11,7 @@ development and low-volume web sites using PEAR2 packages. To use: <?php -require '/path/to/pear2/Autoload.php'; +require '/path/to/PEAR2/Autoload.php'; // now use class names from installed PEAR2 // packages at will ?> @@ -27,8 +27,8 @@ require '/path/to/pear2/Autoload.php'; saltybeagle@php.net yes - 2010-03-16 - + 2010-05-11 + 0.1.1 0.1.0 @@ -43,7 +43,7 @@ This will help during the transition from pear2 to PEAR2. - + diff --git a/package_compatible.xml b/package_compatible.xml index d36a9b1..629c268 100644 --- a/package_compatible.xml +++ b/package_compatible.xml @@ -11,7 +11,7 @@ development and low-volume web sites using PEAR2 packages. To use: <?php -require '/path/to/pear2/Autoload.php'; +require '/path/to/PEAR2/Autoload.php'; // now use class names from installed PEAR2 // packages at will ?> @@ -27,8 +27,8 @@ require '/path/to/pear2/Autoload.php'; saltybeagle@php.net yes - 2010-03-16 - + 2010-05-11 + 0.1.1 0.1.0 @@ -43,7 +43,7 @@ This will help during the transition from pear2 to PEAR2. - + @@ -58,7 +58,7 @@ This will help during the transition from pear2 to PEAR2. - + diff --git a/src/Autoload.php b/src/Autoload.php index 42608a2..e6026db 100644 --- a/src/Autoload.php +++ b/src/Autoload.php @@ -1,6 +1,6 @@