Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 423377

Summary: Deprecated: Function eregi() for /proposals/technology.cbi/functions.php on line 51 & on line 33
Product: Community Reporter: Denis Roy <denis.roy>
Component: WebsiteAssignee: phoenix.ui <phoenix.ui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: wayne.beaton, webmaster
Version: unspecified   
Target Milestone: 2014-Q1   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Denis Roy CLA 2013-12-05 15:44:47 EST
Deprecated: Function eregi() is deprecated in /proposals/technology.cbi/functions.php on line 51 

Deprecated: Function eregi() is deprecated in /proposals/technology.cbi/functions.php on line 33
Comment 1 Wayne Beaton CLA 2013-12-05 16:04:50 EST
This is repeated in a bajillion proposal folders. I'll sort 'em out.
Comment 2 Eclipse Webmaster CLA 2013-12-06 16:05:21 EST
Also appears in:

/articles/parts/functions.php

-M.
Comment 3 Eclipse Webmaster CLA 2013-12-10 15:34:41 EST
I've updated articles/parts/functions.php to use preg_match with the /i flag to make it case insensitive.

-M.
Comment 4 Wayne Beaton CLA 2014-02-18 23:38:30 EST
I've updated all of the proposals to use preg_match instead. I think that we're done here.