/[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.13 by joko, Fri Mar 28 06:43:20 2003 UTC revision 1.14 by joko, Fri Apr 4 17:36:16 2003 UTC
# Line 15  Line 15 
15   *  $Id$   *  $Id$
16   *   *
17   *  $Log$   *  $Log$
18     *  Revision 1.14  2003/04/04 17:36:16  joko
19     *  added new required file
20     *
21   *  Revision 1.13  2003/03/28 06:43:20  joko   *  Revision 1.13  2003/03/28 06:43:20  joko
22   *  initial commit: php_constants.php   *  initial commit: php_constants.php
23   *   *
# Line 62  Line 65 
65    
66  // some constant handling extension functions for php  // some constant handling extension functions for php
67    require_once("php_constants.php");    require_once("php_constants.php");
68      require_once("php_errors.php");
69    
70  // some extension functions for php  // some extension functions for php
71    global $PHP_EXTENSIONS_EXPORT;    global $PHP_EXTENSIONS_EXPORT;
# Line 74  Line 78 
78    //exit;    //exit;
79            
80  // tune libpath  // tune libpath
81      // FIXME: enhance! use constants here!!!
82    $smarty = $config['_startup'][path][lib][smarty];    $smarty = $config['_startup'][path][lib][smarty];
83    $pear = $config['_startup'][path][lib][pear];    $pear = $config['_startup'][path][lib][pear];
84    $flib = $config['_startup'][path][lib][flib];    $flib = $config['_startup'][path][lib][flib];

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

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