Francis Chuang

Results 134 comments of Francis Chuang

I am also seeing this issue as well.

Sorry, I forgot to mention my PHP version. I am using 5.5.7 on Ubuntu 13.10 64-bit.

I am not sure, but this could be due to an exception being thrown somewhere during the execution of `array_map()`. See https://bugs.php.net/bug.php?id=55416

That's really strange. The exact same code gives me that error.

Tested with Uwamp using PHP 5.4.15 and still seeing the same error. Some more info: Warning occurs in `1.2.1` and `dev-master`.

@christiaan I have created a test repo to test the scripts on travis: https://github.com/F21/inlinecss-test The errors also occur on travis for PHP 5.4 and PHP 5.5: https://travis-ci.org/F21/inlinecss-test/jobs/16205815 https://travis-ci.org/F21/inlinecss-test/jobs/16205816

Hope you enjoyed your holidays! I am now looking into this issue again. First, I have written a test to replicate the problem in PR #25.

@frankmayer It's looking great at the moment! Hopefully I will find some time over the next few weeks to help move ArangoDB-PHP to the core driver as well! :smile:

I must have gotten the go.mod files confused. I think the repo encourages the use of gopkg.in, see: https://github.com/russross/blackfriday#installation I don't need blackfriday directly, but packr imports it: https://github.com/gobuffalo/packr/blob/master/go.sum#L105 I...

@dmitshur Thanks for investigating! I also went through packr's directly imported dependencies but was not able to find any references to blackfriday. However, even if it was not used, I...