Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1386 closed defect (fixed)

buffer.php: split is deprected in PHP 5.3

Reported by: tomfukushima Owned by: tomfukushima
Priority: high Milestone: 2.2
Component: Viewer Command Version: 2.2.0
Severity: blocker Keywords:
Cc: External ID: 1329543

Description

On line 80 of buffer.php, the split method has been deprecated in PHP 5.3.x (see http://php.net/manual/en/migration53.deprecated.php). We need to use preg_split instead.

Change History (5)

comment:1 by tomfukushima, 14 years ago

Resolution: fixed
Status: newclosed

Fixed in trunk: r4968 2.2: r4969

comment:2 by brucedechant, 14 years ago

Fixed in sandbox/adsk/2.2gp

comment:3 by brucedechant, 14 years ago

Fixed in sandbox/adsk/2.2gp r4970

comment:4 by tomfukushima, 14 years ago

External ID: 1329543

comment:5 by tomfukushima, 14 years ago

First try to use preg_split didn't work, using explode instead: r4991, r4992.

Note: See TracTickets for help on using tickets.