joomla-cms icon indicating copy to clipboard operation
joomla-cms copied to clipboard

[5.2] Fix increment on non-alphanumeric string deprecation

Open Quy opened this issue 1 year ago • 1 comments

Pull Request for Issue #43896 .

Summary of Changes

Fix increment on non-alphanumeric string deprecation on php 8.3.

Testing Instructions

Enable Error Reporting to Maximum. Create/save an article. Create/save a banner. Create/save a contact. Create/save a newsfeed. Create/save a tag. See PHP error log. Apply PR. Under Publishing tab, check Revision value incrementing.

Actual result BEFORE applying this Pull Request

PHP Deprecated: Increment on non-alphanumeric string is deprecated

Expected result AFTER applying this Pull Request

No error messages.

Quy avatar Oct 01 '24 05:10 Quy

I have tested this item :white_check_mark: successfully on 6dc12342bc1dacccd077fbc2eb08399af58051e2


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44173.

ghost avatar Oct 06 '24 08:10 ghost

I have tested this item :white_check_mark: successfully on 0302a85844d3c03488b436c092e0a613c210768d


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44173.

Hackwar avatar Nov 21 '24 16:11 Hackwar

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/44173.

Hackwar avatar Nov 21 '24 16:11 Hackwar

Thanks @Quy !

pe7er avatar Dec 02 '24 08:12 pe7er