--- nfo/php/libs/org.netfrag.glib/includes.php 2003/03/28 06:43:20 1.13 +++ nfo/php/libs/org.netfrag.glib/includes.php 2003/04/04 17:36:16 1.14 @@ -12,9 +12,12 @@ * *
*
- * $Id: includes.php,v 1.13 2003/03/28 06:43:20 joko Exp $
+ * $Id: includes.php,v 1.14 2003/04/04 17:36:16 joko Exp $
*
* $Log: includes.php,v $
+ * Revision 1.14 2003/04/04 17:36:16 joko
+ * added new required file
+ *
* Revision 1.13 2003/03/28 06:43:20 joko
* initial commit: php_constants.php
*
@@ -62,6 +65,7 @@
// some constant handling extension functions for php
require_once("php_constants.php");
+ require_once("php_errors.php");
// some extension functions for php
global $PHP_EXTENSIONS_EXPORT;
@@ -74,6 +78,7 @@
//exit;
// tune libpath
+ // FIXME: enhance! use constants here!!!
$smarty = $config['_startup'][path][lib][smarty];
$pear = $config['_startup'][path][lib][pear];
$flib = $config['_startup'][path][lib][flib];