--- nfo/php/libs/org.netfrag.glib/includes.php 2003/03/11 02:14:17 1.11 +++ nfo/php/libs/org.netfrag.glib/includes.php 2003/04/04 17:36:16 1.14 @@ -8,10 +8,22 @@ */ /** + * Cvs-Log: + * *
- *  $Id: includes.php,v 1.11 2003/03/11 02:14:17 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
+ *
  *  Revision 1.11  2003/03/11 02:14:17  joko
  *  + fixed metadata for phpDocumentor
  *
@@ -45,10 +57,16 @@
  *
  *  Revision 1.1  2003/02/03 14:39:58  joko
  *  + initial commit
+ *
  * 
* */ + +// 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') ); @@ -60,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];