stable

Clone or download

Read-only

Remove deprecated ereg

This is part of request #9202 Make Tuleap compatible with PHP 5.6 I didn't modified the ereg from external sources like PHPWiki. Change-Id: Ide139c9ac01054bf6617fd31b3a6928243d71aa2

Modified Files

Name
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_Container_Fieldset.class.php +19 −15 Go to diff View file
M plugins/tracker/include/Tracker/FormElement/Tracker_FormElement_StaticField.class.php +13 −9 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +3 −2 Go to diff View file
M plugins/tracker/include/Tracker/TrackerFactory.class.php +3 −2 Go to diff View file
M plugins/tracker_date_reminder/include/tracker_date_reminderPlugin.class.php +12 −7 Go to diff View file
M src/common/frs/FRSFileFactory.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactFieldSet.class.php +8 −6 Go to diff View file
M src/common/tracker/ArtifactType.class.php +1 −1 Go to diff View file
M src/common/tracker/ArtifactTypeFactory.class.php +1 −1 Go to diff View file
M src/www/account/register.php +1 −1 Go to diff View file
M src/www/admin/approve_pending_users.php +1 −1 Go to diff View file
M src/www/cvs/commit_utils.php +2 −2 Go to diff View file
M src/www/file/admin/frsValidator.class.php +2 −2 Go to diff View file
M src/www/file/file_utils.php +1 −1 Go to diff View file
M src/www/forum/forum_utils.php +1 −1 Go to diff View file
M src/www/include/HTML_Graphs.php +3 −3 Go to diff View file
M src/www/include/utils.php +1 −1 Go to diff View file
M src/www/mail/admin/index.php +1 −1 Go to diff View file
M src/www/project/admin/ugroup_utils.php +2 −2 Go to diff View file
M src/www/sendmessage.php +2 −2 Go to diff View file
M src/www/survey/admin/show_results_csv.php +1 −1 Go to diff View file