Autoloading non-included extensions

This commit is contained in:
Shoghi Cervantes Pueyo
2012-12-29 19:54:05 +01:00
parent 04c3229835
commit 2370ca6fd4
3 changed files with 6 additions and 7 deletions

View File

@ -26,5 +26,5 @@ if not "%PHPOUTPUT%"=="1" (
echo [ERROR] Couldn't find PHP binary in PATH.
ping 127.0.0.1 -n 3 -w 1000>nul
) else (
START /B /WAIT php PocketMine-MP.php
START /B /WAIT php -d enable_dl=On PocketMine-MP.php
)