On Sun, 05 Jan 2003 15:58:29 -0000
"Sebastian Bergmann" <[EMAIL PROTECTED]> wrote:

> +/* Default PHP / PEAR directories */
> +#define CONFIGURATION_FILE_PATH "php.ini"
> +#define PEAR_INSTALLDIR "c:\\php4\\pear"
> +#define PHP_BINDIR "c:\\php4"
> +#define PHP_CONFIG_FILE_PATH
> (getenv("SystemRoot"))?getenv("SystemRoot"):""+#define
> PHP_CONFIG_FILE_SCAN_DIR ""+#define PHP_DATADIR "c:\\php4"
> +#define PHP_EXTENSION_DIR "c:\\php4"
> +#define PHP_INCLUDE_PATH     ".;c:\\php4\\pear"
> +#define PHP_LIBDIR "c:\\php4"
> +#define PHP_LOCALSTATEDIR "c:\\php4"
> +#define PHP_PREFIX "c:\\php4"
> +#define PHP_SYSCONFDIR "c:\\php4"

While you are working on it, is it possible to fix these actually
completly useless constants ? using getenv too ?

It will be very usefull.

pierre

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to