Page MenuHomePhabricator

Deprecated : Methods with the same name as their class when used with PHP 7
Closed, ResolvedPublic

Description

When testing against PHP 7 you get: Deprecated : Methods with the same name as their class

This is the case in:

  • DT_ImportXML.php
  • DT_ViewXML.php

I hope I did this right. Patch below.

Event Timeline

Jongfeli raised the priority of this task from to Needs Triage.
Jongfeli updated the task description. (Show Details)
Jongfeli subscribed.

Thanks for taking a look at the code!

You are very welcome to use developer access to submit this as a Git branch directly into Gerrit.
If you don't want to set up Git/Gerrit, you can also use the Gerrit Patch Uploader. Thanks again!

Yay, PHP4 stuff that should've been removed a long time ago

It has been fixed with this commit. Thanks Yaron.