#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 , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 14 years ago
External ID: | → 1329543 |
---|
comment:5 by , 14 years ago
Note:
See TracTickets
for help on using tickets.
Fixed in trunk: r4968 2.2: r4969