Hallo,
für die PEAR-Installation habe ich nachfolgende pear.bat - Datei, welche man für die Windows-Installation anpassen muß.
set PHP_BIN= c:\php\cgi-bin\php.exe
set BIN_DIR= c:\php
set PEAR_PATH=c:\php\pear_dir\
%PHP_BIN% -C -d output_buffering=1 -d include_path=%PEAR_PATH% -f %BIN_DIR%\pear -- %1 %2 %3 %4 %5 %6 %7 %8 %9
Weiß jemand, wo man mehr über diese Parameter erfahren kann, was diese bedeuten?
für die PEAR-Installation habe ich nachfolgende pear.bat - Datei, welche man für die Windows-Installation anpassen muß.
set PHP_BIN= c:\php\cgi-bin\php.exe
set BIN_DIR= c:\php
set PEAR_PATH=c:\php\pear_dir\
%PHP_BIN% -C -d output_buffering=1 -d include_path=%PEAR_PATH% -f %BIN_DIR%\pear -- %1 %2 %3 %4 %5 %6 %7 %8 %9
Weiß jemand, wo man mehr über diese Parameter erfahren kann, was diese bedeuten?
Kommentar