ZF-9578: Using deprecated function "split()"
Description
There were used the deprecated function "split()" in method prepareOauth() in Line 173 and 175.
It should be replaced by "explode()".
See also: http://php.net/split
There were used the deprecated function "split()" in method prepareOauth() in Line 173 and 175.
It should be replaced by "explode()".
See also: http://php.net/split
Comments
Posted by Pádraic Brady (padraic) on 2010-04-28T08:57:06.000+0000
Resolved in r22033. Good catch!