Christoph M. Becker

Results 597 comments of Christoph M. Becker

Well, usually the [releases are published on PECL](https://pecl.php.net/package/dio), and there are DLLs available (again), so this just might be confusing to users.

> I also think it is a way to provide a standardized build system. A standardized build system for PHP and all extensions is what https://github.com/php/php-windows-builder is all about: use...

> At least in Windows environments: > > * extension-matrix does not work > * Fails to build and test Please consider to file a ticket at .

See https://github.com/php/doc-en/issues/3223. While this has been fixed in the migration guide (but not in UPGRADING), the fix apparently missed the changelog entries.

I agree with @IMSoP. But see https://github.com/php/php-src/pull/8220 which introduced the incomplete normalization to -1/0/1.

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. @TimWolla,...

> Maybe it would be more intuitive to get the error without needing `curl_multi_info_read()`. Possibly. But given that ext/curl is a rather thin wrapper over libcurl, I don't see that...

Oh, that has already been moved to doc-en. Reopening.

> The doc-base is checked out from a branch, all other repos are already checked from master. I was not particularly referring to doc-*, but rather to "all" GH repos...