Warnings on CSV export/import on PHP5

Components

Labels

Description

I've got some warnings during CSV file import/export, when used on PHP5.

This happens, because deprecated "split" function is used there. It should be properly replaced with "preg_split" function.

Context Information

None

Additional information (do not use)

None

Attachments

1
  • 09 Jan 2011, 01:34 PM

Confluence content

mentioned on

Phabricator

Activity

Show:

Alex September 19, 2011 at 9:08 PM

Closing, since 5.1.3 release has been released.

Alex May 20, 2011 at 8:13 AM

Fix committed to [b]5.1.x branch/b. Commit Message:

Fixes #0000961: Warnings on CSV export/import on PHP5

Dmitry Andrejev January 9, 2011 at 4:29 PM

Tested ok.

Fixed

Priority

Assignee

Alex

Reporter

Developer

Change Log Message

Patch Instructions

Patches must be submitted through Phabricator.

External issue ID

Fix versions

Affects versions

Created January 9, 2011 at 1:34 PM
Updated December 29, 2024 at 9:14 PM
Resolved September 19, 2011 at 9:08 PM

Flag notifications