? Success

User tests: Successful: Unsuccessful:

avatar AviMoto
AviMoto
18 Dec 2015

Fix reserved Class name and his referances in the Joomla Framework
see ticket #8729

avatar AviMoto AviMoto - open - 18 Dec 2015
avatar AviMoto AviMoto - change - 18 Dec 2015
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 18 Dec 2015
Labels Added: ?
avatar brianteeman
brianteeman - comment - 18 Dec 2015

Already fixed in 3.5 Beta 1 (Staging branch).

On 18 December 2015 at 12:59, Avi notifications@github.com wrote:

Fix reserved Class name and his referances in the Joomla Framework

see ticket #8729 #8729

You can view, comment on, or merge this pull request online at:

#8730
Commit Summary

  • Chnage the Sting class, in PHP 7 its reserved

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#8730.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar AviMoto
AviMoto - comment - 18 Dec 2015

Hi Brain,
I run a PHP 7 readiness test and the Sting class is still exist and use by
two functions of the OutputFilter class, right now no one call this
function but it can use easily by mistake, why not just remove it or rename
it?

On Fri, Dec 18, 2015 at 3:01 PM, Brian Teeman notifications@github.com
wrote:

Already fixed in 3.5 Beta 1 (Staging branch).

On 18 December 2015 at 12:59, Avi notifications@github.com wrote:

Fix reserved Class name and his referances in the Joomla Framework

see ticket #8729 #8729

You can view, comment on, or merge this pull request online at:

#8730
Commit Summary

  • Chnage the Sting class, in PHP 7 its reserved

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#8730.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/


Reply to this email directly or view it on GitHub
#8730 (comment).

avatar AviMoto AviMoto - change - 18 Dec 2015
Title
Chnage the Sting class, in PHP 7 its reserved
Chnage the String class, in PHP 7 its reserved
avatar AviMoto AviMoto - change - 18 Dec 2015
Title
Chnage the Sting class, in PHP 7 its reserved
Chnage the String class, in PHP 7 its reserved
avatar brianteeman
brianteeman - comment - 18 Dec 2015

Were you running that on 3.4.6 or 3.5 beta1?

On 18 December 2015 at 13:06, Avi notifications@github.com wrote:

Hi Brain,
I run a PHP 7 readiness test and the Sting class is still exist and use by
two functions of the OutputFilter class, right now no one call this
function but it can use easily by mistake, why not just remove it or rename
it?

On Fri, Dec 18, 2015 at 3:01 PM, Brian Teeman notifications@github.com
wrote:

Already fixed in 3.5 Beta 1 (Staging branch).

On 18 December 2015 at 12:59, Avi notifications@github.com wrote:

Fix reserved Class name and his referances in the Joomla Framework

see ticket #8729 #8729

You can view, comment on, or merge this pull request online at:

#8730
Commit Summary

  • Chnage the Sting class, in PHP 7 its reserved

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#8730.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/


Reply to this email directly or view it on GitHub
#8730 (comment).


Reply to this email directly or view it on GitHub
#8730 (comment).

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar wilsonge
wilsonge - comment - 18 Dec 2015

We don't take changes to upstream files here. FWIW this has been fixed in verison 1.1.6 of the framework - so all we should need to do is update composer dependencies and this will "fix itself"

avatar wilsonge wilsonge - change - 18 Dec 2015
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2015-12-18 13:19:23
Closed_By wilsonge
avatar wilsonge wilsonge - close - 18 Dec 2015
avatar wilsonge wilsonge - close - 18 Dec 2015
avatar AviMoto
AviMoto - comment - 18 Dec 2015

On staging branch

בתאריך יום ו׳, 18 בדצמ׳ 2015, 3:19 PM מאת George Wilson <
notifications@github.com>:

Closed #8730 #8730.


Reply to this email directly or view it on GitHub
#8730 (comment).

avatar wilsonge
wilsonge - comment - 19 Dec 2015

#8730 (you know this class is unused by the core CMS though?). We generally use the one in libraries/joomla/filter/output.php

avatar AviMoto
AviMoto - comment - 20 Dec 2015

Ok, I just suppose to change it and be on the safe side that no one will
use it by mistake, or maybe we need to update the framework group?

On Sat, Dec 19, 2015 at 3:40 AM, George Wilson notifications@github.com
wrote:

#8730 #8730 (you know this
class is unused by the core CMS though?). We generally use the one in
libraries/joomla/filter/output.php


Reply to this email directly or view it on GitHub
#8730 (comment).

avatar wilsonge
wilsonge - comment - 20 Dec 2015

#8734 PR here. The framework group already did the update. We just needed to do the composer update

avatar AviMoto
AviMoto - comment - 20 Dec 2015

Hi Gorge,
Thanks for the update.

On Sun, Dec 20, 2015 at 3:10 PM, George Wilson notifications@github.com
wrote:

#8734 #8734 PR here. The
framework group already did the update. We just needed to do the composer
update


Reply to this email directly or view it on GitHub
#8730 (comment).

Add a Comment

Login with GitHub to post a comment