You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 6, 2020. It is now read-only.
$ curl -LSs https://box-project.github.io/box2/installer.php | php
Box Installer
=============
Environment Check
-----------------
"-" indicates success.
"*" indicates error.
- You have a supported version of PHP (>= 5.3.3).
- You have the "phar" extension installed.
- You have a supported version of the "phar" extension.
- You have the "openssl" extension installed.
* Notice: The "phar.readonly" setting needs to be off to create Phars.
- The "detect_unicode" setting is off.
- The "allow_url_fopen" setting is on.
Everything seems good!
Download
--------
- Downloading manifest...
- Reading manifest...
PHP Fatal error: Call to undefined function json_decode() in - on line 151
ERROR: Build failed: exit code 1
The text was updated successfully, but these errors were encountered:
also seems iconv is required, mbstring is optional
$ php -d phar.readonly=0 box.phar build src
PHP Fatal error: Call to undefined function Symfony\Polyfill\Mbstring\iconv() in phar:///builds/ed/php-parallel-lint/box.phar/src/vendors/symfony/polyfill-mbstring/Mbstring.php on line 513
glensc
changed the title
installer does not check json ext
installer does not check all extensions
Oct 5, 2016
The text was updated successfully, but these errors were encountered: