--- nfo/php/libs/org.netfrag.glib/includes.php 2003/03/11 02:23:02 1.12 +++ nfo/php/libs/org.netfrag.glib/includes.php 2003/04/04 17:36:16 1.14 @@ -12,9 +12,15 @@ * *
  *
- *  $Id: includes.php,v 1.12 2003/03/11 02:23:02 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
+ *
  *  Revision 1.12  2003/03/11 02:23:02  joko
  *  + fixed metadata for phpDocumentor
  *
@@ -56,6 +62,11 @@
  *
  */
 
+
+// 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;
   //$PHP_EXTENSIONS_EXPORT = array( 'loadModule', array('mkObject' => 'mkInstance') );
@@ -67,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];