Derek Chafin

Results 16 comments of Derek Chafin

> p.s.: Not sure if you really have to comment url If ``MAILER_URL`` is equal to ``null://localhost`` then it will definitely interfere.

I noticed the array buffering in portphp/excel. The next thing I was going to work was that. If PHPOffice/Spreadsheet has some kind of iterable interface, then we could use that...

Of course PHPOffice has something like this. https://phpspreadsheet.readthedocs.io/en/develop/topics/accessing-cells/#looping-through-cells

I'm not sure if adding ``export CPPFLAGS+=' -DU_USING_ICU_NAMESPACE=1'`` to all builds would be safe. I'm thinking of adding a new patch to check the ICU version. pkg-config can provide the...

Notes for pkg-config as of 1522905607 #### Arch Linux: ```bash $ pkg-config --modversion icu-i18n 61.1 ``` #### CloudLinux Server 6.9 (aka RedHat 6.9 + kmod-lve): ```bash $ pkg-config --modversion icu...

More notes: https://github.com/infomaniac50/phpbrew-testing A repo for testing phpbrew builds on various OSes. Using Vagrant instead of Docker now because of kernel dependencies. Arch Linux kernels break CentOS 6 userspace. CentOS...

It looks like this issue only affects php-7.1.16 on Arch Linux. I only tested the PHP 7.1 branch. The other branches, 5.6, 7.0, and 7.2 were not tested. My icu...

I have little experience with Github's Wiki system. How do you accept changes to the documentation? Should I create an issue for each change? ~~It doesn't look like the Wiki...

I probably tried adding the route at some point and must have forgot to clear the cache.

> I guess the Symfony Flex Recipe should be updated thinking but I am not sure as this feature is optional. I prefer to keep the console as clean as...