Jean-Baptiste Nahan

Results 53 issues of Jean-Baptiste Nahan

See #3551 * Upgrade ECS to version 12 * Upgrade configuration * Check and apply fix * Add PHP 8.4 pollyfill for `trim` and variant available from PHP 8.4 *...

dependencies

This PR fixes one of the Cypress tests for users with the ROLE_EDITOR role. If the user does not have permission to change the properties, the original values ​​are reapplied....

On a project with Bolt 5.1, when the upgrade to Bolr 5.2 is done, this error occurd: ``` An exception occurred while executing 'SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT...

🐛 tag: bug

When I compile the extension version 2.2.0 for PHP 8.4 RC4, I have this error: ``` Appender.obj : error LNK2019: unresolved external symbol php_mkdir_ex from fonction make_log_dir ```

When I try to build the version 3.3.6 with PHP 8.4RC4, I have this errors: ``` routes\yaf_route_regex.c(211): error C2197: 'void php_pcre_match_impl(pcre_cache_entry *,zend_string *,zval *,zval *,bool,zend_long,zend_off_t)' : Too many arguments routes\yaf_route_rewrite.c(216):...

Version : master Arch : x86 64 bit Windows version : 11 Visual Studio version : 2022 (vs17) Error: ``` C:\libfann\tests\fann_test_data.cpp(89,8): error C2664: 'void FANN::training_data::create_train_from_callback(unsigned int,unsigned int,unsigned int,void (__stdcall *)(unsigned...

This PR modifies the version of the `bolt-core` dependency to use the development version. It's related to issue #141 and must be merged only if the workflow is approved.

In my opinion, the `master` branch (which should be renamed to `main` for consistency) should allow you to install Bolt with development versions of Bolt dependencies. composer.json example: ```json {...

Requirements: PHP 8.1 The `update_master_to_use_bolt_core_main` branch of the `project` repository allows the creation of a Bolt project using the `main` branch of `bolt/core`. The purpose is to be able to...