Hello,
You could change this function to explode() instead in your scripts, becouse split() is deprecated in PHP 5.3.

Comments

sajt’s picture

It is not a nice thing. I using it form the php version 3.

turek’s picture

But when you use PHP 5.3 or newer you'll get many warnings:

Deprecated function: Function split() is deprecated in nameday_install() (line 75 of drupal\sites\all\modules\nameday\nameday.install).

kalman.hosszu’s picture

Status: Needs work » Fixed

Hi,

thanks for your request!

I changed the slip function to explode, so it's available in the new relases.

Cheers
Kalman

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.