Christoph M. Becker
Christoph M. Becker
On Windows there is indeed only `--with-parallel`, but if you need to, you can pass `--with-parallel=shared`. Assuming you are doing an in-tree build (that is you have parallel in the...
> I already asked several people with different php and apache versions on windows and all of then said that on regular page parallel lib is not working at all...
> I'm not quite sure that this log dump is helpful, but seems like it successfully locating all needed libs, but crashes at the moment when trying to start any...
I can reproduce the segfault; it happens at https://github.com/php/php-src/blob/fb257ee83c405fecf449571bfcd1cc0fb4910336/sapi/apache2handler/sapi_apache2.c#L241 The problem is `_tsrm_ls_cache` is different for php_parallel.dll and php8apache2_4.dll. My knowledge about TLS in general and TSRM in particular is...
Yeah, there should be no issues with (most) other SAPIs. > It's a bit strange that no one has raised this issue before, because a lot of servers run Apache...
Looks good to me!
@Jan-E, no particular idea, but since the latest commit in this repo was about updating the changelog to state "Support for PHP 8.3", I'd assume that the maintainers had no...
Also note that https://github.com/php/php-windows-builder already supports building pdo_sqlsrv and sqlsrv (and respective DLL downloads are available via the PECL website). I assume that mass rebuilds will be done later.
> error C2039: 'const_pointer' not a member of 'std::allocator' That apparently is not supported with `/std:c++20`.
> Ok, but `/std:c++20` is needed to solve errors. No, this is not (and should not be) needed. See https://github.com/php/php-src/issues/15094 regarding the php_random.h issue, and https://github.com/php/php-src/pull/15096 regarding an issue with...