Jean-Baptiste Nahan
Jean-Baptiste Nahan
I can't merge without review validation. Please wait.
The `%bolt.backend_url%/api` route displays the HTML Swagger documentation of the API. What resources are you talking about?
Hi, Without fixtures, it's normal to experience errors on the various menus and pages. The menu is configurable via the `config/bolt/menu.yaml` file. I recommend installing Bolt with fixtures first to...
Hello, What installation method are you using? What version of Bolt are you using? What version of PHP are you using?
Hi @Jan-E , Yes, I have tried to compile the latest version (5.12.0). The result is poor. Error example: error C2039: 'const_pointer' not a member of 'std::allocator' NMAKE : fatal...
@Jan-E what architecture (x86/x64) and ts/nts do you need?
> > 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. To solve this...
@cmb69 I have build sucessfully with your change in PR and this change: file: `php-8.4.0alpha2-devel-vs17-x64\include\ext\random\php_random_uint128.h` ``` @84 - return (v >> s) | (v > s) | (v > s)...
Hi, Like last night, the build error is always the same. I have tried using `CFLAGS=/std:c++20` or `/std:c++14` without change. What have you changed after the 2 patches of @cmb69...
Ok, I can build the extensions. To solve the error, I removed the extension source code and extracted it again.