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.