Browse Source

updated, requires PHP4.2 php-cgi

experimental/new_ui_api
Alexander Merz 24 years ago
parent
commit
f6cc322d7d
  1. 6
      pear/scripts/pear.bat

6
pear/scripts/pear.bat

@ -16,16 +16,16 @@ REM ----------------------------------------------------------------------
REM Authors: Alexander Merz (alexmerz@php.net)
REM ----------------------------------------------------------------------
REM
REM $Id: pear.bat,v 1.4 2001/10/13 06:22:09 mj Exp $
REM $Id: pear.bat,v 1.5 2001/12/11 15:31:48 sebastian Exp $
REM change this four lines to match the paths of your system
REM -------------------
set PHP_PATH=c:\php
set PEAR_INSTALL_DIR=c:\php\pear
set PEAR_EXTENSION_DIR=c:\php\extensions
set PEAR_DOC_DIR=c:\php\pear
set PEAR_DOC_DIR=c:\php\pear\docs
REM -------------------
set DIRECTORY_SEPARATOR=\
%PHP_PATH%\php.exe -q %PEAR_INSTALL_DIR%\scripts\pearwin.php %1 %2 %3 %4 %5 %6
%PHP_PATH%\php-cgi.exe -q %PEAR_INSTALL_DIR%\scripts\pear.in %1 %2 %3 %4 %5 %6 %7 %8 %9
@ECHO ON
Loading…
Cancel
Save