Changeset 0483922


Ignore:
Timestamp:
01/20/12 22:17:27 (4 months ago)
Author:
Bryan Davis <bpd@…>
Branches:
master
Children:
4870cff
Parents:
f3e60a4
git-author:
Bryan Davis <bpd@…> (01/20/12 22:17:27)
git-committer:
Bryan Davis <bpd@…> (01/20/12 22:17:27)
Message:

Remove deprecated split() usage.

PHP 5.3 has deprecated the split() function. Depending on how your PHP
5.3 runtime is configured the usage of this function may now emit
E_DEPRECATED notices which can lead to false build failures.

Use preg_split() or explode() instead.

Location:
classes/phing/tasks/ext
Files:
2 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.