From 427a997de5a5897f9fd8a2947291bbe3171b0efb Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Thu, 22 Mar 2001 20:01:33 +0000 Subject: [PATCH] made it a little more obvious that you must include PEAR.php when extending the base PEAR object git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44154 c90b9560-bf6c-de11-be94-00142212c4b1 --- pear/pear.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pear/pear.xml b/pear/pear.xml index 47553ba473..c4c5651bf3 100644 --- a/pear/pear.xml +++ b/pear/pear.xml @@ -15,6 +15,7 @@ PEAR base class + require_once "PEAR.php"; class classname extends PEAR { ... }