-
Hi ,
Instead of
```
Whip::IPV4
```
make it
```
\Vectorface\Whip\IpRange\IpWhitelist::IPV4
```
same changes for IPV6
-
Since the last update, the `extractAddressFromHeaders` method is always returning `false`. I'm working on a fix an will open a PR soon.
-
```
"vectorface/dunit": "^2.0",
"squizlabs/php_codesniffer": "^1.5.3"
```
These 2 plugins don't exist yet in our dev package, if I add them would there be any road block to this plugi…
-
```
"vectorface/dunit": "^2.0",
"squizlabs/php_codesniffer": "^1.5.3"
```
These 2 plugins don't exist yet in our dev package, if I add them would there be any road block to this plugi…
-
```
"vectorface/dunit": "^2.0",
"squizlabs/php_codesniffer": "^1.5.3"
```
These 2 plugins don't exist yet in our dev package, if I add them would there be any road block to this plugi…
-
What would happen when the following would be done:
I have WHIP setup with a custom-reverse-proxy which would use a header called: "HTTP_X_FORWARDED" for the clients real ip-address.
So let's say BO…
-
I tried to run the script but it seems that it did not work, I used the example folder, tried all the scripts it ...
But the `echo's` of scripts didnt work, example:
```
$messenger->rpc(MessageFacto…
-
When I try to run e.g. `./vendor/bin/dunit -i "vectorface/php5.4"` or just `./vendor/bin/dunit`, I get:
```
/bin/bash: /opt/source/vendor/bin/phpunit: No such file or directory
```
Maybe I missed s…
-
I've noticed that the Dockerfile for [5.4](https://github.com/docker-library/php/blob/master/5.4/Dockerfile#L25) (and probably others) accepts a build parameter of `$PHP_EXTRA_BUILD_DEPS`.
How can I …
-
https://github.com/dave1010/php7-docker is a start. Needs some work :-)