Christoph M. Becker

Results 597 comments of Christoph M. Becker

Oh, indeed, that doc page needs an overhaul. https://phpimagick.com/Imagick/quantizeImage?colorspace=RGB&number_colors=64&tree_depth=1&dither=Enabled&image_path=Lorikeet might be helpful (note that the dither flag is apparently inversed; cc @Danack).

> I think this standard C so no problem on Windows, correct? Not quite. The code casts to union types, which is, to my knowledge, not standard C, but a...

> Someone who is more familiar with Informix should figure out updated links for the intended content. Yeah, that is likely a problem.

The link in the [description of the PECL package](https://pecl.php.net/package/PDO_INFORMIX) is also out-dated.

Yay, [`com_safearray_proxy`](https://github.com/php/php-src/pull/10278)! I'll try to figure out its details. Maybe @TimWolla wants to tackle `SensitiveParameterValue`?

Hmm, [PECL still shows](https://pecl.php.net/package/pthreads) pthreads 3.1.6 as most recent version, although 3.2.0 has been [tagged on Github](https://github.com/krakjoe/pthreads/releases/tag/v3.2.0). This is confusing, and should be fixed, maybe by marking the PECL extension...

Oops! I just pinged the admins again: http://news.php.net/php.pecl.dev/15914

Sorry that it took so long. The PECL and PHP account requests of @sirsnyder have now been approved (including doc karma). @krakjoe, could you please add @sirsnyder as PECL/pthreads maintainer?

I can do the Windows part soonish (especially without OPcache, which is not used for AppVeyor as well). I'll have to find a general solution for testing with OPcache enabled.

See also https://bugs.php.net/bug.php?id=81692.