Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/php/pci.bat

17 lines
632 B
Batchfile
Raw Normal View History

2023-05-17 21:44:01 +00:00
@echo off
rem CLI Script to Check Compatibility of chunk of PHP code
rem PHP versions 4 and 5
rem @category PHP
rem @package PHP_CompatInfo
rem @author Laurent Laville <pear@laurent-laville.org>
rem @license http://www.opensource.org/licenses/bsd-license.php BSD
rem @version CVS: $Id: compatinfo.bat,v 1.9 2008/07/22 20:26:59 farell Exp $
rem @link http://pear.php.net/package/PHP_CompatInfo
rem @since File available since Release 1.3.0
set XAMPPPHPDIR=C:\Users\dwagg\OneDrive\Desktop\MP\MP\.FILES USED TO GET TO WHERE WE ARE PRESENTLY\xampp\php
2023-05-17 21:44:01 +00:00
"%XAMPPPHPDIR%\php.exe" -f "%XAMPPPHPDIR%\pci" -- %*