Difference between revisions of "Issue:Split() is deprecated"

From FollowTheScore
Jump to: navigation, search
(Created page with "{{Issue |Type = Bug |Extension = DPL |Version = 1.8.9 |Description = Replace split() with explode() |Status = open }} == Problem == In PHP 5.3, the <code>...")
(No difference)

Revision as of 22:43, 19 April 2011

Description: Replace split() with explode()
Extension / Version: DPL   /   1.8.9
Type / Status: Bug   /   open

Problem

In PHP 5.3, the split() function is deprecated. DPL uses this function, and as a result, PHP warnings are logged. Replace all split() calls in DPL code to be explode() instead.


Reply