Discover deprecated problems
Recently completed a project, the basic functions are normal, published to the online. As a result, a large number of errors have been found in the online
A look at PHP's deprecated error, is the lowest level of the
"Common Types of errors"① Syntax error"Example 1" the end of the program statement is less '; 'PHP $username = "Dee" //less semicolon; echo$username;Output:( ! ) Parse error:syntax error, unexpected T_echo in D:\practise\php\Error\error1.php on
The error message is as follows:Warning: Call-time pass-by-reference has been deprecated in E: Website Directory www Directory a. php on line 46Warning: Call-time pass-by-reference has been deprecated in E: www Directory a. php on line 47Warning:
PHP of many friendsProgramAfter the PHP version is upgraded to 5.3, "deprecated: assigning the returnvalue of New by reference is deprecatedin" will appear. This is because after 5.3, the "= &" symbol cannot be used. You can simply use "=.
So there
Running oscommerce in php5.3 often causes deprecated: function ereg () is deprecated in... and deprecated: function ereg_replace () is deprecated in... error messages of these types.
The reason is that php5.3 and later versions do not support the
Installing Drupal · Drupal 6. xvreddymasu-July 9, 2009-
Instaling drupal-6.13, I configured MySQL database and users on that time showing this error. Can any one resolve this problem
Function ereg () is deprecated in c: \ Program Files \ Apache
The MySQL 5.5 version was used today and there was an error. The error prompts are as follows:Deprecated:mysql_connect (): The MySQL extension is Deprecated and would be a removed in the Future:use mysqli or PDO Instea D inSee the meaning is very
After upgrading php to php5.3 today, the following error occurs: Deprecated: Assigningthereturnvalueofnewbyreferenceisd...
After upgrading php to php5.3 today, the following error occurs: Deprecated: Assigning the return value of new by reference
php5.3 hint Function ereg () is deprecated error problem resolution, eregdeprecated
This example describes the php5.3 hint function ereg () is deprecated error problem resolution method. Share to everyone for your reference. The implementation
After upgrading the online PHP service to version 5.6.x a few days ago, Php-error.log reported an error:PHP deprecated:automatically populating $HTTP _raw_post_data is DeprecatedReason:The above error means "Automatic variable $http_raw_post_data
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.