--- nfo/php/libs/org.netfrag.glib/includes.php 2003/03/03 21:08:47 1.7 +++ nfo/php/libs/org.netfrag.glib/includes.php 2003/04/04 17:36:16 1.14 @@ -1,32 +1,71 @@ + * @package org.netfrag.glib + * + */ + +/** + * Cvs-Log: + * + *
+ *
+ *  $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
+ *
+ *  Revision 1.10  2003/03/10 23:24:59  joko
+ *  + fixed metadata for phpDocumentor
+ *
+ *  Revision 1.9  2003/03/10 23:05:24  joko
+ *  + fixed metadata for phpDocumentor
+ *
+ *  Revision 1.8  2003/03/03 22:13:45  joko
+ *  minor update regarding includes
+ *
+ *  Revision 1.7  2003/03/03 21:08:47  joko
+ *  updated
+ *
+ *  Revision 1.6  2003/02/27 16:35:03  joko
+ *  + include path mungling now done via 'function add_include_path'
+ *
+ *  Revision 1.5  2003/02/22 16:17:56  joko
+ *  + include path for new sister library org.netfrag.app
+ *  + autoloading abstract class for backend-communication
+ *
+ *  Revision 1.4  2003/02/09 16:52:08  joko
+ *  + updated, new modules in this library
+ *
+ *  Revision 1.3  2003/02/04 08:26:18  joko
+ *  + fixed comment
+ *
+ *  Revision 1.2  2003/02/04 08:25:43  joko
+ *  + minor modification regarding configuration/resource variable hierarchy
+ *
+ *  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; @@ -39,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]; @@ -63,8 +103,6 @@ require_once 'Date.php'; // database... 0.03 execution time for inclusion require_once 'DB.php'; - // rpc - standard - require_once 'XML/RPC/RPC.php'; $timer->setMarker("pear libraries: ready"); @@ -98,7 +136,7 @@ // core/transport: rpc-xml communication //loadModule('Data::Driver::Proxy'); - loadModule('Data::Driver::RPC::Remote'); + //loadModule('Data::Driver::RPC::Remote'); // =======================================