/[cvs]/nfo/php/libs/org.netfrag.glib/includes.php
ViewVC logotype

Diff of /nfo/php/libs/org.netfrag.glib/includes.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.14 by joko, Fri Apr 4 17:36:16 2003 UTC revision 1.15 by joko, Sat Apr 5 19:55:24 2003 UTC
# Line 15  Line 15 
15   *  $Id$   *  $Id$
16   *   *
17   *  $Log$   *  $Log$
18     *  Revision 1.15  2003/04/05 19:55:24  joko
19     *  moved some code to utils/includes.php
20     *
21   *  Revision 1.14  2003/04/04 17:36:16  joko   *  Revision 1.14  2003/04/04 17:36:16  joko
22   *  added new required file   *  added new required file
23   *   *
# Line 63  Line 66 
66   */   */
67    
68    
69  // some constant handling extension functions for php  // utility- and helper functions- and classes
70    require_once("php_constants.php");  require_once("utils/includes.php");
   require_once("php_errors.php");  
   
 // some extension functions for php  
   global $PHP_EXTENSIONS_EXPORT;  
   //$PHP_EXTENSIONS_EXPORT = array( 'loadModule', array('mkObject' => 'mkInstance') );  
   $PHP_EXTENSIONS_EXPORT = array( 'loadModule', array('mkComponent' => 'mkObject') );  
   //$PHP_EXTENSIONS_EXPORT = array( 'loadModule' );  
   
   require_once("php_extensions.php");  
   //$php->Dumper_mode = HTML;  
   //exit;  
71            
72  // tune libpath  // tune libpath
73    // FIXME: enhance! use constants here!!!    // FIXME: enhance! use constants here!!!

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed