We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604e5ee commit 97b63f9Copy full SHA for 97b63f9
bin/perpl.bat
@@ -0,0 +1,9 @@
1
+@echo off
2
+
3
+if "%PHPBIN%" == "" set PHPBIN=php
4
+if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
5
+GOTO RUN
6
+:USE_PEAR_PATH
7
+set PHPBIN=%PHP_PEAR_PHP_BIN%
8
+:RUN
9
+"%PHPBIN%" "bin\perpl" %*
bin/propel.bat
@@ -6,4 +6,4 @@ GOTO RUN
:USE_PEAR_PATH
set PHPBIN=%PHP_PEAR_PHP_BIN%
:RUN
-"%PHPBIN%" "bin\propel" %*
0 commit comments