Warning:call-time Pass-by-reference has been deprecated in E:\Program files\easyphp XmlParse.class.php on line 46
Warning:call-time Pass-by-reference has been deprecated in E:\Program files\easyphp XmlParse.class.php on line 47
Warning:call-time Pass-by-reference has been deprecated in E:\Program files\easyphp XmlParse.class.php on line 47
Warning:call-time Pass-by-reference has been deprecated in E:\Program files\easyphp XmlParse.class.php on line 48
Warning:call-time Pass-by-reference has been deprecated in E:\Program files\easyphp XmlParse.class.php on line 49
Warning:call-time Pass-by-reference has been deprecated in E:\Program files\easyphp XmlParse.class.php on line 51
Warning:call-time Pass-by-reference has been deprecated in E:\Program files\easyphp XmlParse.class.php on line 56
Warning:call-time Pass-by-reference has been deprecated in E:\Program files\easyphp XmlParse.class.php on line 56
The solution is as follows: Modify the Conf_files directory php.ini allow_call_time_pass_reference = on.
If you can't find PHP.ini's position, it's a good trick.
Create a phpinfo.php file in the root folder and enter the following code inside
Copy Code code as follows:
PHP.ini position, iis+php generally located in C:\windows\php.ini
And apache+php is usually php-apache2handler.ini.