Account created on 23 June 2021, over 3 years ago
#

Merge Requests

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

In the system.install file, the Unicode requirements are merged into the $requirements array using the system_requirements function:

$requirements = array_merge($requirements, unicode_requirements());

However, when the system status page is loaded, the module_invoke_all function is invoked. This function attempts to merge the requirements recursively. Since the Unicode requirements are processed twice, it results in nested arrays being created due to the recursive merge.
Solution:
We can overlap keys to overwrite previous values (instead of merging them), using array_merge instead of array_merge_recursive.

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

harivansh โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

harivansh โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

Hi, @loopduplicate It was a quick re-roll for the Drupal V7.99 as previous patches were failing,

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

Apologies, new to MR and missed checkout to a new branch. Tried to resolve it.

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

harivansh โ†’ changed the visibility of the branch 11.x to active.

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

harivansh โ†’ changed the visibility of the branch 3449564-calling-normalize-without to active.

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

harivansh โ†’ changed the visibility of the branch 11.x to hidden.

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

harivansh โ†’ changed the visibility of the branch 3449564-calling-normalize-without to hidden.

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

harivansh โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ฎ๐Ÿ‡ณIndia harivansh

harivansh โ†’ made their first commit to this issueโ€™s fork.

Production build 0.71.5 2024