User tests: Successful: Unsuccessful:
Pull Request for Issue #14063
Replace ksort($options, SORT_NATURAL);
which does not work on php 5.3
to working equivalent uksort($options, 'strnatcmp');
Links:
Core review or
create your own php test script to check uksort
vs ksort
or
real test on php 5.3 for component Multilingual Associations (take a look at #14063)
No warning on php 5.3 and works for all other php versions.
Warning on php 5.3
None
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_associations |
I have tested this item
cannot test on php 5.3.x
tested on 5.5.x
Status | Pending | ⇒ | Ready to Commit |
RTC. Thanks
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-02-16 14:12:42 |
Closed_By | ⇒ | rdeutz | |
Labels |
Added:
?
|
I have tested this item✅ successfully on 7af93ee
Confirm Notice in php 5.3.x is gone and that no problem shows using php >5.3.x
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/14079.