Project

General

Profile

Actions

Bug #1510

open

many php functions are deprecated at php 5.3

Added by Anchi Cheng almost 13 years ago. Updated almost 12 years ago.

Status:
Assigned
Priority:
High
Assignee:
Category:
-
Target version:
-
Start date:
01/06/2012
Due date:
% Done:

0%

Estimated time:
Affected Version:
Appion/Leginon 2.2.0
Show in known bugs:
No
Workaround:

Description

We use widely ereg, eregi, ereg_replace. split, and assigning the return value of new by reference.

See php documentation on deprecated warning for what to do in most cases.

whereever we use

$new_val = & new $class();

need to remove &

Actions

Also available in: Atom PDF