2
this is only PHP notices informing you about a deprecated function in php5 that programmers should know about. As in 'attention: support for this style of coding will be dropped in the future, please update your code', and then will continue to render that code as normal.
So, it's nothing you should worry about. Turnin goff php debug in system admin -> preferences -> general settings will hide the notices from view.
Herko