diff options
Diffstat (limited to 'pear/scripts/pear.bat')
-rwxr-xr-x | pear/scripts/pear.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pear/scripts/pear.bat b/pear/scripts/pear.bat index 362fc34133..7a8a9fd388 100755 --- a/pear/scripts/pear.bat +++ b/pear/scripts/pear.bat @@ -1,9 +1,9 @@ @ECHO OFF REM ---------------------------------------------------------------------- -REM PHP version 4.0 +REM PHP version 5 REM ---------------------------------------------------------------------- -REM Copyright (c) 1997-2002 The PHP Group +REM Copyright (c) 1997-2004 The PHP Group REM ---------------------------------------------------------------------- REM This source file is subject to version 3.0 of the PHP license, REM that is bundled with this package in the file LICENSE, and is @@ -16,7 +16,7 @@ REM ---------------------------------------------------------------------- REM Authors: Alexander Merz (alexmerz@php.net) REM ---------------------------------------------------------------------- REM -REM $Id: pear.bat,v 1.16 2003/08/29 05:40:50 cellog Exp $ +REM $Id: pear.bat,v 1.17 2003/08/29 21:21:27 cellog Exp $ REM change this lines to match the paths of your system REM ------------------- |