From ee26bb525907ef40db17392cae43faaa371e729e Mon Sep 17 00:00:00 2001 From: mark_story Date: Wed, 25 Nov 2009 22:24:59 -0500 Subject: [PATCH] Removing PEAR. Its not a core path, and can be added in at app/config/bootstrap.php if needed. --- cake/config/paths.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cake/config/paths.php b/cake/config/paths.php index 636766ee961..8bb6da19aeb 100644 --- a/cake/config/paths.php +++ b/cake/config/paths.php @@ -197,13 +197,6 @@ define('VENDORS', CAKE_CORE_INCLUDE_PATH.DS.'vendors'.DS); } -/** - * Path to the Pear directory - * The purporse is to make it easy porting Pear libs into Cake - * without setting the include_path PHP variable. - */ - define('PEAR', VENDORS.'Pear'.DS); - /** * Full url prefix */