? Pending

User tests: Successful: Unsuccessful:

avatar csthomas
csthomas
15 Feb 2017

Pull Request for Issue #14063

Summary of Changes

Replace ksort($options, SORT_NATURAL); which does not work on php 5.3
to working equivalent uksort($options, 'strnatcmp');

Links:

Testing Instructions

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)

Expected result

No warning on php 5.3 and works for all other php versions.

Actual result

Warning on php 5.3

Documentation Changes Required

None

avatar csthomas csthomas - open - 15 Feb 2017
avatar csthomas csthomas - change - 15 Feb 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 15 Feb 2017
Category Administration com_associations
avatar infograf768
infograf768 - comment - 15 Feb 2017

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.

avatar infograf768 infograf768 - test_item - 15 Feb 2017 - Tested successfully
avatar alikon
alikon - comment - 15 Feb 2017

I have tested this item successfully on 7af93ee

cannot test on php 5.3.x
tested on 5.5.x


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

avatar alikon alikon - test_item - 15 Feb 2017 - Tested successfully
avatar infograf768 infograf768 - change - 16 Feb 2017
Status Pending Ready to Commit
avatar infograf768
infograf768 - comment - 16 Feb 2017

RTC. Thanks


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

avatar rdeutz rdeutz - close - 16 Feb 2017
avatar rdeutz rdeutz - merge - 16 Feb 2017
avatar rdeutz rdeutz - change - 16 Feb 2017
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: ?

Add a Comment

Login with GitHub to post a comment