Browse Source

More Linux/macOS fixes

- avoid iconv for now; causes problems with a nil-config server
- Set executable bit on Unix test runner
microsub
J. King 7 years ago
parent
commit
757f2af343
  1. 3
      bootstrap.php
  2. 1
      composer.json
  3. 5
      composer.lock
  4. 0
      tests/test

3
bootstrap.php

@ -9,5 +9,4 @@ const VERSION = "0.0.0";
if(!defined(NS_BASE."INSTALL")) define(NS_BASE."INSTALL", false);
require_once BASE."vendor".DIRECTORY_SEPARATOR."autoload.php";
ignore_user_abort(true);
iconv_set_encoding("internal_encoding", "UTF-8");
ignore_user_abort(true);

1
composer.json

@ -20,7 +20,6 @@
"require": {
"php": "^7.0",
"ext-intl": "*",
"ext-iconv": "*",
"fguillot/picofeed": ">=0.1.31",
"jkingweb/druuid": "^3.0.0",
"phpseclib/phpseclib": "^2.0.4",

5
composer.lock

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "3fce3392b0a38874ae31bb602f46c33b",
"content-hash": "cd32c438fa1e530cc51e9ba5b608123c",
"packages": [
{
"name": "fguillot/picofeed",
@ -1787,8 +1787,7 @@
"prefer-lowest": false,
"platform": {
"php": "^7.0",
"ext-intl": "*",
"ext-iconv": "*"
"ext-intl": "*"
},
"platform-dev": []
}

0
tests/test

Loading…
Cancel
Save