Skip to content

Instantly share code, notes, and snippets.

@jaymecd
Last active January 24, 2017 18:21
Show Gist options
  • Save jaymecd/139309b15d07caa1dad65eae1e8fd3f8 to your computer and use it in GitHub Desktop.
Save jaymecd/139309b15d07caa1dad65eae1e8fd3f8 to your computer and use it in GitHub Desktop.
Travis-CI misbehaves

Travis-ci failed to run PHP 5.5, by running 5.6, tasks failed, build status is green

$ phpenv global 5.5
The previous command failed, possibly due to a malformed secure environment variable.
Please be sure to escape special characters such as ' ' and '$'.
For more information, see http://www.tldp.org/LDP/abs/html/special-chars.html.
Worker information
hostname: i-0b4c226-production-2-worker-com-ec2.travisci.net:9848f691-e776-47aa-a67d-0339b7e88e80
version: v2.5.0-8-g19ea9c2 https://github.com/travis-ci/worker/tree/19ea9c20425c78100500c7cc935892b47024922c
instance: 87ae6eb:travis:php
startup: 604.953969ms
Build system information
Build language: php
Build group: stable
Build dist: trusty
Build id: 38628174
Job id: 62910122
travis-build version: a489b0e1e
Build image provisioning date and time
Thu Nov 10 03:26:46 UTC 2016
Operating System Details
Distributor ID:	Ubuntu
Description:	Ubuntu 14.04.5 LTS
Release:	14.04
Codename:	trusty
Linux Version
4.4.0-45-generic
Cookbooks Version
58fad1f https://github.com/travis-ci/travis-cookbooks/tree/58fad1f
git version
git version 1.9.1
bash version
GNU bash, version 4.3.11(1)-release (x86_64-pc-linux-gnu)
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
gcc version
gcc (Ubuntu 4.8.4-2ubuntu1~14.04.3) 4.8.4
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

docker version
Client:
 Version:      1.12.3
 API version:  1.24
 Go version:   go1.6.3
 Git commit:   6b644ec
 Built:        Wed Oct 26 23:26:11 2016
 OS/Arch:      linux/amd64
clang version
clang version 3.5.0 (tags/RELEASE_350/final)
Target: x86_64-unknown-linux-gnu
Thread model: posix
jq version
jq-1.5
bats version
Bats 0.4.0
gimme version
v1.0.0
nvm version
0.32.0
perlbrew version
/home/travis/perl5/perlbrew/bin/perlbrew  - App::perlbrew/0.76
postgresql client version
psql (PostgreSQL) 9.6.1
phpenv version
rbenv 1.0.0-33-gc7dcaf1
rvm version
rvm 1.27.0 (latest) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
default ruby version
ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]
Pre-installed Ruby versions
ruby-2.2.5
ruby-2.3.1

$ export DEBIAN_FRONTEND=noninteractive
W: Size of file /var/lib/apt/lists/toolbelt.heroku.com_ubuntu_._Packages.gz is not what the server reported 721 725
W: Size of file /var/lib/apt/lists/dl.google.com_linux_chrome_deb_dists_stable_main_binary-amd64_Packages.gz is not what the server reported 1149 1170
W: Size of file /var/lib/apt/lists/dl.hhvm.com_ubuntu_dists_trusty_main_binary-amd64_Packages.gz is not what the server reported 1742 1752
W: Size of file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-updates_multiverse_binary-amd64_Packages.gz is not what the server reported 15228 15230
W: Size of file /var/lib/apt/lists/archive.ubuntu.com_ubuntu_dists_trusty-security_multiverse_binary-amd64_Packages.gz is not what the server reported 4011 4015
Reading package lists...
Building dependency tree...
Reading state information...
libc6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 121 not upgraded.
Removing symlink /usr/lib/jvm/java-8-oracle-amd64
$ sudo rm -f /usr/lib/jvm/java-8-oracle-amd64
Reload jdk_switcher
$ source $HOME/.jdk_switcher_rc

$ --- MASKED COMMAND ---

$ --- MASKED COMMAND ---

$ git checkout -qf FETCH_HEAD

This job is running on container-based infrastructure, which does not allow use of 'sudo', setuid and setguid executables.
If you require sudo, add 'sudo: required' to your .travis.yml
See https://docs.travis-ci.com/user/workers/container-based-infrastructure/ for details.

$ phpenv global 5.5 2>/dev/null
The previous command failed, possibly due to a malformed secure environment variable.
Please be sure to escape special characters such as ' ' and '$'.
For more information, see http://www.tldp.org/LDP/abs/html/special-chars.html.

$ phpenv global 5.5
The previous command failed, possibly due to a malformed secure environment variable.
Please be sure to escape special characters such as ' ' and '$'.
For more information, see http://www.tldp.org/LDP/abs/html/special-chars.html.

$ composer self-update 1.0.0
Updating to version 1.0.0 (stable channel).

$ composer self-update
Updating to version 1.3.1.

Setting up build cache
$ export CASHER_DIR=$HOME/.casher
$ Installing caching utilities
attempting to download cache archive

adding /home/travis/.composer/cache to cache
adding /home/travis/.npm to cache
adding /home/travis/.local to cache

$ php --version
PHP 5.6.24 (cli) (built: Aug 16 2016 19:43:49) 
Copyright (c) 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2016 Zend Technologies
    with Zend OPcache v7.0.6-dev, Copyright (c) 1999-2016, by Zend Technologies
    with Xdebug v2.4.1, Copyright (c) 2002-2016, by Derick Rethans
$ composer --version
Composer version 1.3.1 2017-01-07 18:08:51

$ --- MASKED COMMAND ---

$ nvm install 5.9
Now using node v5.9.1 (npm v3.7.3)

$ nvm use 5.9
Now using node v5.9.1 (npm v3.7.3)

$ npm config set spin false

$ npm --version
3.7.3

$ node --version
v5.9.1

$ phpenv config-rm xdebug.ini
File xdebug.ini removed from /home/travis/.phpenv/versions/5.6.24/etc/conf.d.

$ echo "extension=redis.so" | tee -a "${HOME}/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini"
extension=redis.so

$ echo yes | pecl install -f apcu-${PHP_EXT_APCU:-4.0.2}
downloading apcu-4.0.2.tgz ...
Starting to download apcu-4.0.2.tgz (120,325 bytes)
..........................done: 120,325 bytes
49 source files, building
running: phpize
Configuring for:
PHP Api Version:         20131106
Zend Module Api No:      20131226
Zend Extension Api No:   220131226
Enable full APC compatibility [yes] : Enable internal debugging in APCu [no] : building in /tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2
running: /tmp/pear/temp/apcu/configure --with-php-config=/home/travis/.phpenv/versions/5.6.24/bin/php-config --enable-apc-bc=yes --enable-apcu-debug=no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /home/travis/.phpenv/versions/5.6.24
checking for PHP includes... -I/home/travis/.phpenv/versions/5.6.24/include/php -I/home/travis/.phpenv/versions/5.6.24/include/php/main -I/home/travis/.phpenv/versions/5.6.24/include/php/TSRM -I/home/travis/.phpenv/versions/5.6.24/include/php/Zend -I/home/travis/.phpenv/versions/5.6.24/include/php/ext -I/home/travis/.phpenv/versions/5.6.24/include/php/ext/date/lib
checking for PHP extension directory... /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226
checking for PHP installed headers prefix... /home/travis/.phpenv/versions/5.6.24/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... re2c
checking for re2c version... 0.13.5 (ok)
checking for gawk... gawk
checking whether to enable APCu support... yes, shared
checking if APCu should provide APC full compatibility support... yes
checking if APCu should be allowed to use rwlocks... yes
checking if APCu should be built in debug mode... no
checking if APCu should clear on SIGUSR1... no
checking if APCu will use mmap or shm... mmap
checking if APCu should utilize spinlocks before flocks... no
configure: WARNING: APCu has access to native rwlocks
checking for sigaction... yes
checking for union semun... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking for shm_open in -lrt... yes
checking whether to include code coverage symbols... no
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/bash /tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/include -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/main -I/tmp/pear/temp/apcu -I/home/travis/.phpenv/versions/5.6.24/include/php -I/home/travis/.phpenv/versions/5.6.24/include/php/main -I/home/travis/.phpenv/versions/5.6.24/include/php/TSRM -I/home/travis/.phpenv/versions/5.6.24/include/php/Zend -I/home/travis/.phpenv/versions/5.6.24/include/php/ext -I/home/travis/.phpenv/versions/5.6.24/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/apcu/apc.c -o apc.lo
mkdir .libs
 cc -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/include -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/main -I/tmp/pear/temp/apcu -I/home/travis/.phpenv/versions/5.6.24/include/php -I/home/travis/.phpenv/versions/5.6.24/include/php/main -I/home/travis/.phpenv/versions/5.6.24/include/php/TSRM -I/home/travis/.phpenv/versions/5.6.24/include/php/Zend -I/home/travis/.phpenv/versions/5.6.24/include/php/ext -I/home/travis/.phpenv/versions/5.6.24/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc.c  -fPIC -DPIC -o .libs/apc.o
/bin/bash /tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/include -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/main -I/tmp/pear/temp/apcu -I/home/travis/.phpenv/versions/5.6.24/include/php -I/home/travis/.phpenv/versions/5.6.24/include/php/main -I/home/travis/.phpenv/versions/5.6.24/include/php/TSRM -I/home/travis/.phpenv/versions/5.6.24/include/php/Zend -I/home/travis/.phpenv/versions/5.6.24/include/php/ext -I/home/travis/.phpenv/versions/5.6.24/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/apcu/apc_lock.c -o apc_lock.lo
 cc -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/include -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/main -I/tmp/pear/temp/apcu -I/home/travis/.phpenv/versions/5.6.24/include/php -I/home/travis/.phpenv/versions/5.6.24/include/php/main -I/home/travis/.phpenv/versions/5.6.24/include/php/TSRM -I/home/travis/.phpenv/versions/5.6.24/include/php/Zend -I/home/travis/.phpenv/versions/5.6.24/include/php/ext -I/home/travis/.phpenv/versions/5.6.24/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_lock.c  -fPIC -DPIC -o .libs/apc_lock.o
/bin/bash /tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/include -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/main -I/tmp/pear/temp/apcu -I/home/travis/.phpenv/versions/5.6.24/include/php -I/home/travis/.phpenv/versions/5.6.24/include/php/main -I/home/travis/.phpenv/versions/5.6.24/include/php/TSRM -I/home/travis/.phpenv/versions/5.6.24/include/php/Zend -I/home/travis/.phpenv/versions/5.6.24/include/php/ext -I/home/travis/.phpenv/versions/5.6.24/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/apcu/php_apc.c -o php_apc.lo
 cc -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/include -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/main -I/tmp/pear/temp/apcu -I/home/travis/.phpenv/versions/5.6.24/include/php -I/home/travis/.phpenv/versions/5.6.24/include/php/main -I/home/travis/.phpenv/versions/5.6.24/include/php/TSRM -I/home/travis/.phpenv/versions/5.6.24/include/php/Zend -I/home/travis/.phpenv/versions/5.6.24/include/php/ext -I/home/travis/.phpenv/versions/5.6.24/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/php_apc.c  -fPIC -DPIC -o .libs/php_apc.o
/bin/bash /tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/libtool --mode=compile cc  -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/include -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/main -I/tmp/pear/temp/apcu -I/home/travis/.phpenv/versions/5.6.24/include/php -I/home/travis/.phpenv/versions/5.6.24/include/php/main -I/home/travis/.phpenv/versions/5.6.24/include/php/TSRM -I/home/travis/.phpenv/versions/5.6.24/include/php/Zend -I/home/travis/.phpenv/versions/5.6.24/include/php/ext -I/home/travis/.phpenv/versions/5.6.24/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /tmp/pear/temp/apcu/apc_cache.c -o apc_cache.lo
 cc -I. -I/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/include -I/tmp/pear/temp/pear-build-travisDi4Pz5/apcu-4.0.2/main -I/tmp/pear/temp/apcu -I/home/travis/.phpenv/versions/5.6.24/include/php -I/home/travis/.phpenv/versions/5.6.24/include/php/main -I/home/travis/.phpenv/versions/5.6.24/include/php/TSRM -I/home/travis/.phpenv/versions/5.6.24/include/php/Zend -I/home/travis/.phpenv/versions/5.6.24/include/php/ext -I/home/travis/.phpenv/versions/5.6.24/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /tmp/pear/temp/apcu/apc_cache.c  -fPIC -DPIC -o .libs/apc_cache.o
/tmp/pear/temp/apcu/apc_cache.c: In function ‘apc_cache_update’:
/tmp/pear/temp/apcu/apc_cache.c:1113:53: error: ‘IS_CONSTANT_INDEX’ undeclared (first use in this function)
             switch(Z_TYPE_P((*slot)->value->val) & ~IS_CONSTANT_INDEX) {
                                                     ^
/tmp/pear/temp/apcu/apc_cache.c:1113:53: note: each undeclared identifier is reported only once for each function it appears in
/tmp/pear/temp/apcu/apc_cache.c:1115:22: error: ‘IS_CONSTANT_ARRAY’ undeclared (first use in this function)
                 case IS_CONSTANT_ARRAY:
                      ^
/tmp/pear/temp/apcu/apc_cache.c: In function ‘my_serialize_object’:
/tmp/pear/temp/apcu/apc_cache.c:1236:34: error: ‘IS_CONSTANT_INDEX’ undeclared (first use in this function)
         dst->type = src->type & ~IS_CONSTANT_INDEX;
                                  ^
/tmp/pear/temp/apcu/apc_cache.c: In function ‘my_copy_zval’:
/tmp/pear/temp/apcu/apc_cache.c:1469:10: error: ‘IS_CONSTANT_ARRAY’ undeclared (first use in this function)
     case IS_CONSTANT_ARRAY:
          ^
make: *** [apc_cache.lo] Error 1
ERROR: `make' failed

$ echo "extension=apcu.so" | tee -a "${HOME}/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini"
extension=apcu.so

$ echo "apc.enable_cli=On" | tee -a "${HOME}/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini"
apc.enable_cli=On

$ sed -i -e '/^extension=.*apc/d' "${HOME}/.phpenv/versions/$(phpenv version-name)/etc/php.ini"

$ php --ini && cat "${HOME}/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini"
PHP Warning:  PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Configuration File (php.ini) Path: /home/travis/.phpenv/versions/5.6.24/etc
Loaded Configuration File:         /home/travis/.phpenv/versions/5.6.24/etc/php.ini
Scan for additional .ini files in: /home/travis/.phpenv/versions/5.6.24/etc/conf.d
Additional .ini files parsed:      /home/travis/.phpenv/versions/5.6.24/etc/conf.d/travis.ini

memory_limit = 1G
date.timezone = "UTC"
phar.readonly = 0
mysql.default_socket = /var/run/mysqld/mysqld.sock
mysqli.default_socket = /var/run/mysqld/mysqld.sock
pdo_mysql.default_socket = /var/run/mysqld/mysqld.sock
xdebug.max_nesting_level = 256
extension=redis.so
extension=apcu.so
apc.enable_cli=On

$ php -m | grep -vE "^(\[|$)" | sort -u | xargs -i sh -c 'echo "* php-ext ({})"; php --ri "{}" | grep -iE "(version|enable|support)"; echo'
PHP Warning:  PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
* php-ext (bcmath)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
BCMath support => enabled

* php-ext (bz2)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
BZip2 Support => Enabled
Stream Wrapper support => compress.bzip2://
Stream Filter support => bzip2.decompress, bzip2.compress
BZip2 Version => 1.0.6, 6-Sept-2010

* php-ext (calendar)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Calendar support => enabled

* php-ext (Core)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP Version => 5.6.24
enable_dl => Off => Off
extension_dir => /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226 => /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226
include_path => .:/home/travis/.phpenv/versions/5.6.24/share/pear => .:/home/travis/.phpenv/versions/5.6.24/share/pear
enable_post_data_reading => On => On
zend.enable_gc => On => On

* php-ext (ctype)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
ctype functions => enabled

* php-ext (curl)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
cURL support => enabled
SSL Version => GnuTLS/2.12.23
ZLib Version => 1.2.8

* php-ext (date)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
date/time support => enabled
"Olson" Timezone Database Version => 2016.6

* php-ext (dba)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
DBA support => enabled
Supported handlers => cdb cdb_make inifile flatfile 

* php-ext (dom)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
DOM/XML => enabled
DOM/XML API Version => 20031129
libxml Version => 2.9.1
HTML Support => enabled
XPath Support => enabled
XPointer Support => enabled
Schema Support => enabled
RelaxNG Support => enabled

* php-ext (ereg)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Regex Library => Bundled library enabled

* php-ext (exif)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
EXIF Support => enabled
EXIF Version => 1.4 $Id: 5564de4b4a8fd6b32ae8bd44debf9f13b18c7768 $
Supported EXIF Version => 0220
Supported filetypes => JPEG,TIFF

* php-ext (fileinfo)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
fileinfo support => enabled
version => 1.0.5

* php-ext (filter)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Input Validation and Filtering => enabled

* php-ext (ftp)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
FTP support => enabled

* php-ext (gd)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
GD Support => enabled
GD Version => bundled (2.1.0 compatible)
GIF Read Support => enabled
GIF Create Support => enabled
JPEG Support => enabled
libJPEG Version => 8
PNG Support => enabled
libPNG Version => 1.2.50
WBMP Support => enabled
XBM Support => enabled

* php-ext (gettext)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
GetText Support => enabled

* php-ext (gmp)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
gmp support => enabled
GMP version => 5.1.3

* php-ext (hash)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
hash support => enabled

* php-ext (iconv)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
iconv support => enabled
iconv library version => 2.19

* php-ext (imap)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
IMAP c-Client Version => 2007f
SSL Support => enabled
Kerberos Support => enabled

* php-ext (intl)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Internationalization support => enabled
version => 1.1.0
ICU version => 52.1
ICU Data version => 52.1

* php-ext (json)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
json support => enabled
json version => 1.2.1

* php-ext (ldap)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
LDAP Support => enabled
RCS Version => $Id: 5ffc17b96f6abc34bc3607bc1131ea7a79586613 $
API Version => 3001
Vendor Version => 20431
SASL Support => Enabled

* php-ext (libxml)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
libXML support => active
libXML Compiled Version => 2.9.1
libXML Loaded Version => 20901
libXML streams => enabled

* php-ext (mbstring)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Multibyte Support => enabled
libmbfl version => 1.3.2
mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
Multibyte (japanese) regex support => enabled
Multibyte regex (oniguruma) version => 5.9.5

* php-ext (mcrypt)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
mcrypt support => enabled
mcrypt_filter support => enabled
Version => 2.5.8
Supported ciphers => cast-128 gost rijndael-128 twofish arcfour cast-256 loki97 rijndael-192 saferplus wake blowfish-compat des rijndael-256 serpent xtea blowfish enigma rc2 tripledes 
Supported modes => cbc cfb ctr ecb ncfb nofb ofb stream 

* php-ext (mysql)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
MySQL Support => enabled
Client API version => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $

* php-ext (mysqli)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
MysqlI Support => enabled
Client API library version => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $

* php-ext (mysqlnd)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
mysqlnd => enabled
Version => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $
Compression => supported
core SSL => supported
extended SSL => supported

* php-ext (openssl)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
OpenSSL support => enabled
OpenSSL Library Version => OpenSSL 1.0.1f 6 Jan 2014
OpenSSL Header Version => OpenSSL 1.0.1f 6 Jan 2014

* php-ext (pcntl)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
pcntl support => enabled

* php-ext (pcre)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
PCRE (Perl Compatible Regular Expressions) Support => enabled
PCRE Library Version => 8.38 2015-11-23

* php-ext (PDO)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
PDO support => enabled

* php-ext (pdo_mysql)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
PDO Driver for MySQL => enabled
Client API version => mysqlnd 5.0.11-dev - 20120503 - $Id: 76b08b24596e12d4553bd41fc93cccd5bac2fe7a $

* php-ext (pdo_pgsql)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
PDO Driver for PostgreSQL => enabled
PostgreSQL(libpq) Version => 9.5.4
Module version => 1.0.2

* php-ext (pdo_sqlite)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
PDO Driver for SQLite 3.x => enabled

* php-ext (pgsql)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
PostgreSQL Support => enabled
PostgreSQL(libpq) Version => 9.5.4
Multibyte character support => enabled
SSL support => enabled

* php-ext (Phar)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Phar: PHP Archive support => enabled
Phar EXT version => 2.0.2
Phar API version => 1.1.1
Phar-based phar archives => enabled
Tar-based phar archives => enabled
ZIP-based phar archives => enabled
gzip compression => enabled
bzip2 compression => enabled
Native OpenSSL support => enabled

* php-ext (posix)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0

* php-ext (readline)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Readline Support => enabled

* php-ext (redis)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Redis Support => enabled
Redis Version => 2.2.8

* php-ext (Reflection)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Reflection => enabled
Version => $Id: fbcf7a77ca8e3d4cd7501de8025235b947b8240f $

* php-ext (session)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Session Support => enabled
session.upload_progress.enabled => On => On

* php-ext (shmop)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
shmop support => enabled

* php-ext (SimpleXML)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Simplexml support => enabled
Schema support => enabled

* php-ext (soap)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Soap Client => enabled
Soap Server => enabled
soap.wsdl_cache_enabled => 1 => 1

* php-ext (sockets)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Sockets Support => enabled

* php-ext (SPL)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
SPL support => enabled

* php-ext (sqlite3)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
SQLite3 support => enabled
SQLite3 module version => 0.7-dev

* php-ext (standard)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Dynamic Library Support => enabled

* php-ext (sysvmsg)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
sysvmsg support => enabled

* php-ext (sysvsem)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0

* php-ext (sysvshm)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0

* php-ext (tidy)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Tidy support => enabled
Extension Version => 2.0 ($Id: 57f050b275c6da348310461a64aaad21feef8091 $)

* php-ext (tokenizer)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Tokenizer Support => enabled

* php-ext (Warning: PHP Startup: Unable to load dynamic library /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Extension 'Warning: PHP Startup: Unable to load dynamic library /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0' not present.

* php-ext (xml)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
XML Support => active
XML Namespace Support => active
libxml2 Version => 2.9.1

* php-ext (xmlreader)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
XMLReader => enabled

* php-ext (xmlrpc)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
core library version => xmlrpc-epi v. 0.51
php extension version => 0.51

* php-ext (xmlwriter)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
XMLWriter => enabled

* php-ext (xsl)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
XSL => enabled
libxslt Version => 1.1.28
libxslt compiled against libxml Version => 2.9.1
EXSLT => enabled
libexslt Version => 1.1.28

* php-ext (Zend OPcache)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
opcache.enable => On => On
opcache.enable_file_override => Off => Off
opcache.enable_cli => Off => Off

* php-ext (zip)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
Zip => enabled
Zip version => 1.12.5
Libzip version => 0.11.2

* php-ext (zlib)
Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
ZLib Support => enabled
Compiled Version => 1.2.8
Linked Version => 1.2.8

$ travis_retry composer global require hirak/prestissimo

$ travis_retry composer install ${COMPOSER_FLAGS}

Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0
The previous command failed, possibly due to a malformed secure environment variable.
Please be sure to escape special characters such as ' ' and '$'.
For more information, see http://www.tldp.org/LDP/abs/html/special-chars.html.

$ composer info -D | sort
PHP Warning:  PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library '/home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so' - /home/travis/.phpenv/versions/5.6.24/lib/php/extensions/no-debug-zts-20131226/apcu.so: cannot open shared object file: No such file or directory in Unknown on line 0

$ ./bin/phpunit
The previous command failed, possibly due to a malformed secure environment variable.
Please be sure to escape special characters such as ' ' and '$'.
For more information, see http://www.tldp.org/LDP/abs/html/special-chars.html.

$ --- MASKED COMMAND ---

store build cache

change detected (content changed, file is created, or file is deleted):
/home/travis/.composer/cache/repo/https---packagist.org/packages.json
/home/travis/.composer/cache/repo/https---packagist.org/p-provider-2016-07.json
/home/travis/.composer/cache/repo/https---packagist.org/p-provider-2016-10.json
/home/travis/.composer/cache/repo/https---packagist.org/p-provider-2017-01.json
/home/travis/.composer/cache/repo/https---packagist.org/p-provider-latest.json


changes detected, packing new archive
.
uploading archive

$ --- MASKED COMMAND ---

$ --- MASKED COMMAND ---

Skipping a deployment with the releases provider because the current build is a pull request.

Done. Your build exited with 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment