Peter Postmann

Results 9 issues of Peter Postmann

I receive the error "BASH_SOURCE: unbound variable" when `set -e` is used in scripts which are called by the script I want to test and which use exported functions from...

Hi, I think a found a bug on windows. For the uri `'file:///C:/path/file_a.ext'` `parse` returns ```PHP array (size=2) 'scheme' => string 'file' (length=4) 'path' => string 'C:/path/file_a.ext' (length=18) ``` This...

### Have you experienced this bug with the latest version of the template? yes ### Steps to Reproduce Create a folder on a windows drive from within WSL and setup...

Hi Matt, I want to continue the discussion from https://github.com/thephpleague/json-guard/pull/130: I have full understanding that you want to limit the scope of the library to what is supported by the...

Deploy to Hosteurope (https://www.hosteurope.de/)

DNS API for Hosteurope (https://www.hosteurope.de/)

If multiple instances try to write a new cache file simultaneously the file will be inconsistent, because file_put_contents "is identical to calling fopen(), fwrite() and fclose() successively to write data...

Save data with lifetime 0 to make it valid forever, and check against custom timestamp with get. e.g. ``` // some function which generates data function getData() { return array(...

I want to pass additional data along with the dispatcher but I don't want to use global variables. I patched the dispatchter to support variables arguments which are passed to...