Issue:Split() is deprecated

From FollowTheScore
Revision as of 22:43, 19 April 2011 by Maiden taiwan (talk | contribs) (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>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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