-
The bug has been reported here https://bugs.php.net/bug.php?id=73286 as `APC` package
-
After PHP unit starts all builds for project 540e7b1d3479c5ea8f9ebcdc contain following message along with stack trace.
PHP Warning: include_once(/home/shippable/workspace/src/github.com/EvolutionSo…
-
[This is something like a personal's bounty program. Please only respond if you want to pledge, I will delete all other comments not related to pledge.]
PHP 5.x co-installability is a big task in Deb…
-
I'm trying to switch to the Trusty beta for a project that needs both PHP and Java8 to run its tests. But it seems that phpenv is not working at all:
```
$ phpenv global 5.6 2>/dev/null
5.6 is not pr…
-
As originally reported by @jadatkins in https://github.com/travis-ci/travis-ci/issues/5204#issuecomment-161996467
> the pre-installed version of PHPUnit requires PHP 5.6, but we've requested 5.5 in o…
-
hello, unusual output in brew update
➜ ~ brew update
Stashing your changes:
M README.md
M apple-gcc42.rb
M awk.rb
M bzip2.rb
M diffstat.rb
M diffutils.rb
M ed.rb
M expect.rb
M file-formula…
-
Hi,
I'm working on a PHP project using gearman, and I want to use scrutinizer to analyse my project and do the code coverage and other stuffs.
But I am blocked on my phpunit test because phpunit say…
-
Hey all,
Just wondering if anyone has had any success getting phpenv to generate the php .so for use with apache? Do I have to edit the .phpenv/etc/ configuration files? Or should this work out of th…
-
```
php-build -i development 5.6.13 $HOME/php
```
Then on the build php binary `php --version`
```
PHP 5.6.13 (cli) (built: Oct 9 2015 08:30:45)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2…
-
Hello,
There's a problem when putting more than one unittest in a row which initialize application and register modules. Even if the Phalcon\Mvc\Application object is recreated test will fail because…