sbergmann               Thu Mar  8 14:20:06 2001 EDT

  Modified files:              
    /php4/pear/Cache    Error.php 
  Log:
  I think we need to load PEAR.php here.
  
Index: php4/pear/Cache/Error.php
diff -u php4/pear/Cache/Error.php:1.1 php4/pear/Cache/Error.php:1.2
--- php4/pear/Cache/Error.php:1.1       Thu Mar  8 12:39:15 2001
+++ php4/pear/Cache/Error.php   Thu Mar  8 14:20:06 2001
@@ -1,4 +1,26 @@
 <?php
+// +----------------------------------------------------------------------+
+// | PHP version 4.0                                                      |
+// +----------------------------------------------------------------------+
+// | Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group             |
+// +----------------------------------------------------------------------+
+// | This source file is subject to version 2.0 of the PHP license,       |
+// | that is bundled with this package in the file LICENSE, and is        |
+// | available at through the world-wide-web at                           |
+// | http://www.php.net/license/2_02.txt.                                 |
+// | If you did not receive a copy of the PHP license and are unable to   |
+// | obtain it through the world-wide-web, please send a note to          |
+// | [EMAIL PROTECTED] so we can mail you a copy immediately.               |
+// +----------------------------------------------------------------------+
+// | Authors: Ulf Wendel <[EMAIL PROTECTED]>                           |
+// |          Christian Stocker <[EMAIL PROTECTED]>                         |
+// |          Vinai Kopp <[EMAIL PROTECTED]>                           |
+// +----------------------------------------------------------------------+
+//
+// $Id: Error.php,v 1.2 2001/03/08 22:20:06 sbergmann Exp $
+
+require_once "PEAR.php";
+
 /**
 * Cache Error class
 * 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to