Stéphane Aulery

Results 24 comments of Stéphane Aulery

Mabe github.com/rainycape/dl is what you need for a dynamic loading on linux: https://github.com/golang/go/issues/30162#issuecomment-462346856

Hi gonutz, My point was you could cross-compile and provide this thin wrapper for linux as binary and change only your main function to use it on linux. This could...

Yes it's what I mean. Using Linux the first time for compiling a dl package for Linux. Adapt the binding to use the native windows loader or dl loader for...

Hi, What is you CLI? PowerShell, CMD, cygwin... Did you try to set the cache directory with --cache-folder flag? That will help you to know where phpDoc try to create...

Hello Simon, Month after month, notices about deprecated functions come back to pollute the bugtracker. Maybe it would be good to release a minor version to silence these notices, instead...

Hello, I need also this fix for a Turkish translation of Wikindx users. Regards,

[PHP RFC: Locale-independent case conversion](https://wiki.php.net/rfc/strtolower-ascii) corrects it for PHP 8.2.

Isn't it! I have patched my code with this PR for several months and it is working fine. By the way, I factored with functions ucfirst_ascii(), strtolower_ascii() to minimize the...

Hi @wisskid, Thanks for merging this PR. My hand patching can go now! Regards,