From: Daniel Beulshausen [mailto:[EMAIL PROTECTED]] > > At 18:35 01.05.2002 +0200, Sebastian Bergmann wrote: > >Daniel Beulshausen wrote: > > > do you mean constants like PHP_EXTENSION_DIR? > > > > For instance, yes. > > > > > they should be changed to use the windows registry anyway... > > > > Feel free to do it :) > > this isn't going to be a big task, i'll put it onto my todo.
From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] > > "Preston L. Bannister" wrote: > > Instead I'd suggest that the settings stay in php.ini, but that PHP > > look for php.ini first local to the installation of php.exe. > > The settings we're talking about are not in php.ini. Perhaps I misunderstood. Are we talking about (for example) changing this value? ---- main\main.c(270): STD_PHP_INI_ENTRY("extension_dir", PHP_EXTENSION_DIR, PHP_INI_SYSTEM, OnUpdateStringUnempty, extension_dir, php_core_globals, core_globals) ---- Or these? ---- main\main.c(1000): REGISTER_MAIN_STRINGL_CONSTANT("PEAR_EXTENSION_DIR", PHP_EXTENSION_DIR, sizeof(PHP_EXTENSION_DIR)-1, CONST_PERSISTENT | CONST_CS); REGISTER_MAIN_STRINGL_CONSTANT("PHP_EXTENSION_DIR", PHP_EXTENSION_DIR, sizeof(PHP_EXTENSION_DIR)-1, CONST_PERSISTENT | CONST_CS); ---- -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php