Replaces peck library for yaml parsing for SPYC library (pure php).

Now we don't need the pecl!
This commit is contained in:
Andrs Montaez
2012-02-14 20:46:34 -02:00
parent 949750fc1e
commit 565078a7f8
3 changed files with 1050 additions and 3 deletions
+1
View File
@@ -26,6 +26,7 @@ $baseDir = dirname(dirname(__FILE__));
define('MAGALLANES_VERSION', '0.9.2');
require_once $baseDir . '/Mage/spyc.php';
require_once $baseDir . '/Mage/Autoload.php';
spl_autoload_register(array('Mage_Autoload', 'autoload'));