You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.2 KiB

  1. @ECHO OFF
  2. REM ----------------------------------------------------------------------
  3. REM PHP version 4.0
  4. REM ----------------------------------------------------------------------
  5. REM Copyright (c) 1997-2002 The PHP Group
  6. REM ----------------------------------------------------------------------
  7. REM This source file is subject to version 2.02 of the PHP license,
  8. REM that is bundled with this package in the file LICENSE, and is
  9. REM available at through the world-wide-web at
  10. REM http://www.php.net/license/2_02.txt.
  11. REM If you did not receive a copy of the PHP license and are unable to
  12. REM obtain it through the world-wide-web, please send a note to
  13. REM license@php.net so we can mail you a copy immediately.
  14. REM ----------------------------------------------------------------------
  15. REM Authors: Alexander Merz (alexmerz@php.net)
  16. REM ----------------------------------------------------------------------
  17. REM
  18. REM $Id: pear.bat,v 1.10 2002/07/26 11:58:10 cox Exp $
  19. REM change this lines to match the paths of your system
  20. REM -------------------
  21. set PHP_BIN=@php_bin@
  22. set BIN_DIR=@bin_dir@
  23. set PEAR_PATH=@include_path@
  24. %PHP_BIN% -C -d output_buffer=1 -d include_path=%PEAR_PATH% -f %BIN_DIR%\pear -- %1 %2 %3 %4 %5 %6 %7 %8 %9
  25. @ECHO ON