Top "Deprecated" questions

Deprecation is a status applied to software features or language terms to indicate that they should be avoided, typically because they have been superseded.

Function ereg_replace() is deprecated - How to clear this bug?

I have written following PHP code: $input="menu=1&type=0&"; print $input."<hr>".ereg_replace('/&/…

php deprecated ereg
Replacement for deprecated sizeWithFont: in iOS 7?

In iOS 7, sizeWithFont: is now deprecated. How do I now pass in the UIFont object into the replacement method sizeWithAttributes:?

objective-c deprecated ios7
How to declare or mark a Java method as deprecated?

I would like to make one of my methods "deprecated" = not used anymore. But still I would like to have …

java deprecated
Is the buildSessionFactory() Configuration method deprecated in Hibernate

When I updated the Hibernate version from 3.6.8 to 4.0.0, I got a warning about deprecated method buildSessionFactory() in this line: private …

java hibernate configuration deprecated bootstrapping
How to ignore deprecation warnings in Python

I keep getting this : DeprecationWarning: integer argument expected, got float How do I make this message go away? Is there …

python warnings deprecated ignore
fopen deprecated warning

On Visual Studio 2005 C++ compiler, I get the following warning when my code uses the fopen and such calls. 1>…

visual-c++ fopen deprecated
How exactly to use Notification.Builder

I found that I am using a deprecated method for noficitations (notification.setLatestEventInfo()) It says to use Notification.Builder. How …

android api notifications deprecated
UIDevice uniqueIdentifier deprecated - What to do now?

It has just come to light that the UIDevice uniqueIdentifier property is deprecated in iOS 5 and unavailable in iOS 7 and …

ios deprecated uidevice
Html.fromHtml deprecated in Android N

I am using Html.fromHtml to view html in a TextView. Spanned result = Html.fromHtml(mNews.getTitle()); ... ... mNewsTitle.setText(result); …

android deprecated android-7.0-nougat
How can I replace the deprecated set_magic_quotes_runtime in php?

I'm getting this message when I try to run a php script I have to use but did not write. …

php deprecated