Deprecated PHP hint call-time pass-by-reference have been deprecated in solution [tested]

Source: Internet
Author: User
Warning:call-time pass-by-reference have been deprecated in E:\Program files\easyphp 3.0\www\bugfree\include\class\ XmlParse.class.php on line 46
Warning:call-time pass-by-reference have been deprecated in E:\Program files\easyphp 3.0\www\bugfree\include\class\ XmlParse.class.php on line 47
Warning:call-time pass-by-reference have been deprecated in E:\Program files\easyphp 3.0\www\bugfree\include\class\ XmlParse.class.php on line 47
Warning:call-time pass-by-reference have been deprecated in E:\Program files\easyphp 3.0\www\bugfree\include\class\ XmlParse.class.php on line 48
Warning:call-time pass-by-reference have been deprecated in E:\Program files\easyphp 3.0\www\bugfree\include\class\ XmlParse.class.php on line 49
Warning:call-time pass-by-reference have been deprecated in E:\Program files\easyphp 3.0\www\bugfree\include\class\ XmlParse.class.php on line 51
Warning:call-time pass-by-reference have been deprecated in E:\Program files\easyphp 3.0\www\bugfree\include\class\ XmlParse.class.php on line 56
Warning:call-time pass-by-reference have been deprecated in E:\Program files\easyphp 3.0\www\bugfree\include\class\ XmlParse.class.php on line 56
The workaround is as follows: Modify allow_call_time_pass_reference = On in php.ini under the Conf_files directory.
If you can't find PHP.ini's location, it's the trick.
Build a phpinfo.php file under the root folder and enter the following code

Copy the Code code as follows:


Phpinfo ();
?>


PHP.ini location, iis+php generally located in C:\windows\php.ini
And apache+php is generally php-apache2handler.ini.

The above describes the deprecated PHP hint call-time pass-by-reference have been deprecated in the solution [measured], including the deprecated aspect of the content, You want to be helpful to a friend who is interested in PHP tutorials.

  • Contact Us

    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.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.