Hi,
I noticed the split() function is deprecated in PHP 5.3 (http://docs.php.net/manual/en/migration53.deprecated.php). The function is still being used in the following modules in Drupal 6.19:

filter.module
profile.module
views_handler_filter_profile_selection.inc

JT

Comments

xjessie007’s picture

Btw, I just noticed there is more of the stuff that will fail when upgrading to PHP 5.3.

function ereg()

file.inc
unicode.inc
views.module

function eregi()

blogapi.module

function ereg_replace()
file.inc
unicode.inc
blogapi.module

damien tournoud’s picture

Status: Active » Closed (duplicate)

Deprecated doesn't mean that it will not work.

This is a duplicate of #360605: PHP 5.3 Compatibility.

xjessie007’s picture

I do not claim to be an expert, but my experience is that when the hosting provider moved my site to a PHP 5.3 server, the site broke down with error messages about for example the ereg() function being no longer supported. Btw, #360605: PHP 5.3 Compatibility is closed.