Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
lib /
composer /
pimple /
pimple /
Delete
Unzip
Name
Size
Permission
Date
Action
ext
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
src
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
.travis.yml
741
B
-rw-r--r--
2018-04-19 18:15
CHANGELOG
897
B
-rw-r--r--
2018-04-19 18:15
LICENSE
1.04
KB
-rw-r--r--
2018-04-19 18:15
README.rst
5.44
KB
-rw-r--r--
2018-04-19 18:15
composer.json
584
B
-rw-r--r--
2018-04-19 18:15
phpunit.xml.dist
448
B
-rw-r--r--
2018-04-19 18:15
Save
Rename
language: php env: matrix: - PIMPLE_EXT=no - PIMPLE_EXT=yes global: - REPORT_EXIT_STATUS=1 php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer self-update - COMPOSER_ROOT_VERSION=dev-master composer dump-autoload - if [ "$PIMPLE_EXT" == "yes" ]; then sh -c "cd ext/pimple && phpize && ./configure && make && sudo make install"; fi - if [ "$PIMPLE_EXT" == "yes" ]; then echo "extension=pimple.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`; fi script: - cd ext/pimple - if [ "$PIMPLE_EXT" == "yes" ]; then yes n | make test | tee output ; grep -E 'Tests failed +. +0' output; fi - cd ../.. - phpunit matrix: exclude: - php: hhvm env: PIMPLE_EXT=yes