Log In
Sign Up
Why Join Hot Scripts?
Hot Scripts
All Categories
PHP
Python
Tools & Utilities
XML
Ruby on Rails
Ajax
Web Hosting
ASP
ASP.NET
C & C++
CFML
Flash
Java
JavaScript
CGI & Perl
HTML5
Forums
Blog
Scripts
Hosted Apps
Plugins
Design Templates
Forum
Blog
Advertise
Contact Us
Register
FAQ
Rules
Calendar
Search
Today's Posts
Mark Forums Read
RSS Feeds
Current location:
Hot Scripts Forums
»
Programming Languages
»
PHP
» set_magic_quotes_runtime() is deprecated
set_magic_quotes_runtime() is deprecated
LinkBack
Thread Tools
Display Modes
#
1
(
permalink
)
11-21-12, 11:31 AM
seachen
Newbie Coder
Join Date: Jun 2007
Posts: 40
Thanks: 0
Thanked 0 Times in 0 Posts
set_magic_quotes_runtime() is deprecated
hi. i have a script got some problem. anyone know how to fix it?
Quote:
[????????] - ???????????
seachen
View Public Profile
Find all posts by seachen
#
2
(
permalink
)
11-22-12, 07:14 PM
Niall
Newbie Coder
Join Date: Feb 2011
Location: Kernow
Posts: 93
Thanks: 11
Thanked 3 Times in 3 Posts
Basicly it means that the function "set_magic_quotes_runtime()" is no-longer used by PHP. I don't know what it does, but you should either remove it or find another function to replace it.
__________________
Lemur Logic - PHP Scripts and Website Design
Niall
View Public Profile
Visit Niall's homepage!
Find all posts by Niall
#
3
(
permalink
)
11-27-12, 02:51 AM
DanielVS
Newbie Coder
Join Date: Jan 2010
Location: Vancouver, BC, Canada
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
Yes, the function has been deprecated as of PHP 5.3.0 and removed as of PHP 5.4.0, so delete it, or do PHP version check - for example:
if (version_compare(PHP_VERSION, '5.3.0', '<')) {
set_magic_quotes_runtime(0);
}
DanielVS
View Public Profile
Visit DanielVS's homepage!
Find all posts by DanielVS
Bookmarks
Digg
del.icio.us
StumbleUpon
Google
«
Creating a custom link / folder...
|
Associate-O-Matic 5.1.2 - Amazon Store script
»
Currently Active Users Viewing This Thread: 1
(0 members and 1 guests)
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
Posting Rules
You
may not
post new threads
You
may not
post replies
You
may not
post attachments
You
may not
edit your posts
BB code
is
On
Smilies
are
On
[IMG]
code is
Off
HTML code is
Off
Trackbacks
are
On
Pingbacks
are
On
Refbacks
are
On
Forum Rules
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
General Community
Announcements
Polls
The Lounge
New Members & Introductions
Script Requests
HotScripts.com Discussion
Hot Scripts Forum Questions, Suggestions and Feedback
General HotScripts Site Discussion
HotScripts Site Bug Reports
General Web Coding
HTML/XHTML/XML
HTML5
JavaScript
CSS
Flash & ActionScript
Programming Languages
PHP
Perl
ASP
ASP.NET
C/C++
Visual Basic
Windows .NET Programming
Everything Java
Other Languages
Other Discussions
Web Servers
Database
Other Topics
Web Design
API
Frameworks
AJAX
Security
Server Administration
Portable Device Programming
Cloud Computing
Ruby on Rails
CFML
Python
Tools and Utilities
Remotely Hosted
Web Hosting
Advertising Forums
General Advertisements
Job Offers & Assistance
Traffic Exchange
Website Reviews
Web Hosting Talk
DBForums.com
Similar Threads
Thread
Thread Starter
Forum
Replies
Last Post
funtion ereg_replace() is deprecated!
phphelpme
PHP
1
09-27-11
02:27 AM
Proud!
Morlaf
The Lounge
2
09-23-10
04:11 PM
C++ #warning This file includes at least one deprecated or antiquated header. \
naveed2026
C/C++
1
02-12-10
12:24 PM
mail script
tommyc325
PHP
10
09-01-09
01:54 AM
browser only renders font size change, no color, etc.
labelle
CSS
3
03-30-09
01:41 AM
All times are GMT -5. The time now is
12:35 AM
.
vBulletin® Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Share on Facebook
Share on Stumble Upon
Share on Twitter