Christoph M. Becker
Christoph M. Becker
> `bind_textdomain_codeset()` is documented to return a string on success, and `false` on failure Well, for me it just says "A string on success." That needs to fixed anyway. And...
I very much like the idea! Thank you! I'm not too happy with the notation, though. We could go all in: ````xml ```` That would also allow to use optional...
> I don't want to use `
> With support on `configure.php` to treat PI's return strings as text to add or replace source PIs, the functions can be as minimal as: Yeah, but will we ever...
Hmm, this is ugly. We can't use `` due to its limitation, and we can't use `` because its `class` attribute only supports "class" and "interface". I'm afraid we need...
> I _still_ don't think any internal enum is going to actually implement interfaces or have any sort of properties, even if this is allowed in userland. So the "problem"...
With a [couple of hacks](https://github.com/cmb69/libxcrypt/tree/cmb/msvc), I've got an apparently successful MSVC build of crypt.lib (static lib), which allowed me to build php-xpass. Any help on properly fixing this so it...
> The tests on Windows pass? The php-xpass tests were passing. Now I tried to run the libxcrypt test-suite, but had to deactivate a couple of test cases for now,...
See https://github.com/winlibs/winlib-builder/pull/34#issuecomment-2536793925. I suggest to continue discussion there (unless it's generally related to libxcrypt, of course).
Building with MinGW GCC works fine (besides that libtool avoids building a shared library on that platform, because there *might* be undefined symbols, which would cause the build to fail;...