Tim Düsterhus

Results 223 comments of Tim Düsterhus
trafficstars

> RUN cp /var/www/html/plugins/login-servers.php /var/www/html/plugins-enabled/ You are using it incorrectly. The files in `plugins-enables/*` are supposed to return a plugin object. By copying the plugin file you are not returning...

I just encountered a similar issue - can't say with version is the first affected - with Umlauts rendering as `a?` instead of `ä`. In my case the problem was...

Related: https://github.com/php/php-src/pull/14938#issuecomment-2226959586

> This would be considered a BC break no? This technically is a compatibility break, yes. That's the primary reason why I've mentioned the “put up for discussion” part. I'll...

> Is it possible to implement safe cloning, until we disallow it in FIG itself? thinking Depends: Infinite streams are unsafe, but one could tell users “don't do that”. I'm...

> I think this works as expected. curl_multi_errno() reports errors regarding the multi handle itself; errors for individual handles which have been added to the multi handle are not propagated...

> Yet, GitHub CI tests are not blocked or discarded on non-rebased PRs. This is configurable per repository. Attempting to solve this in the GitHub Action configuration is the wrong...

> That's good to hear. What is the name of a configuration that blocks and discards PRs testing that targets behind/old/stale master. Because... This is part of the branch rulesets,...