All POSIX Regex function will be deprecated in PHP 5.3. This will cause notice when E_STRICT is on :
Function split() is deprecated in */drupal/sites/all/modules/cas/cas.module on line xxx

To resolve this you can replace split by explode().

I join a patch.

CommentFileSizeAuthor
drupal-cas-split.diff437 bytesZe-2

Comments

metzlerd’s picture

Version: 6.x-1.0 » master
Assigned: Unassigned » metzlerd
Status: Patch (to be ported) » Fixed

Changed in head.

Status: Fixed » Closed (fixed)
Issue tags: -php5.3 deprecated

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