-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[4.3] PHP8.2: Updating voku/portable-utf8 #39955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
I have tested this item ✅ successfully on 44f9ff1 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39955. |
|
I have tested this item ✅ successfully on 44f9ff1 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39955. |
|
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39955. |
|
Thank you Hannes @Hackwar ! |
|
We have the same problem in 4.2.9 |
|
This class is not used during installation of Joomla. |
Pull Request for Issue #39512.
Summary of Changes
Our wamania/php-stemmer requires voku/portable-utf8, which in the 5.4 version is not compatible with PHP 8.2. Version 6.0 actually is and since the code for the stemmer is compatible, we can thus update voku/portable-utf8 now with this. php-stemmer will most likely not update it for the 2.x version we are using. For Joomla 5 this is probably going to be done through our dependency updates.
Testing Instructions
Apply the change (together with composer install) and then run the indexer of smart search and afterwards search something in the frontend. Make sure that the stemmer is selected in the global options of Smart Search by setting "Default Language" to "Default Site Language". All of this in PHP 8.2
Actual result BEFORE applying this Pull Request
You see a notice.
Expected result AFTER applying this Pull Request
You don't see a notice.
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed