| 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 |
* |
* |
| 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; |
| 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]; |