oleibman
oleibman
My testing indicates that your test does attempt to load image https://t7.baidu.com/it/u=4198287529,2774471735&fm=193&f=GIF and will fail if it is not available; that is probably true of your second image as well....
@Progi1984 Change log updated, all your suggestions except one are incorporated; that one needs further discussion,
@Progi1984 I have made the code change and moved the change notes to the new log. But ... > It seems that this PR is not finished. Isn't it ?...
@Progi1984 I don't know how to rebase the PR. I do know how to resolve the trivial conflicts here on Github, but you didn't like the way it handled that...
What is the problem you are seeing? The close in the destructor is in a try-catch block, so I think it should just fail silently and harmlessly in your case;...
Hmm, I think I do see a warning message when I run under Php7.4. That is long out of support, but I'll investigate further.
This is very strange. I can reproduce the problem (for Php7) when running on its own. But I cannot reproduce it when running Phpunit tests with Php7, which is why...
Less of a mystery now. Php seems to have changed this from a warning to a fatal error in Php8. So Php8 has no warning message to suppress, and, without...
@ukasinn I think your change will not have side effects. PR #2554 will be a more robust solution when it is merged.
Try: ```php \PhpOffice\PhpWord\Settings::setOutputEscapingEnabled(true); ```