Closed (duplicate)
Project:
Drupal core
Version:
6.19
Component:
filter.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Sep 2010 at 08:55 UTC
Updated:
14 Sep 2010 at 11:48 UTC
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
Comment #1
xjessie007 commentedBtw, 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
Comment #2
damien tournoud commentedDeprecated doesn't mean that it will not work.
This is a duplicate of #360605: PHP 5.3 Compatibility.
Comment #3
xjessie007 commentedI 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.