Home > Backend Development > PHP Problem > How to solve the problem of garbled characters when opening shopex php files

How to solve the problem of garbled characters when opening shopex php files

藏色散人
Release: 2023-03-09 07:40:02
Original
1888 people have browsed it

The solution to garbled characters when opening shopex php files: first open the php.ini file; then find "zend_optimizer.enable_loader=0"; then change its value to 1; and finally restart the apache service.

How to solve the problem of garbled characters when opening shopex php files

The operating environment of this article: windows7 system, PHP7.1 version, DELL G3 computer

Solution to garbled characters when installing shopex

Recently, I used XAMPP to install shopex. After installing XAMPP and ZendOptimizer-3.3.3, garbled characters appeared when I installed shopex. I collected various information from the Internet but could not solve it. Finally, I adjusted the configuration file and solved it. .

Open php.ini and find zend_optimizer.enable_loader = 0 under [Zend]. Change 0 to 1 and save. Restart the apache service to solve the problem.

[Recommended learning: PHP video tutorial]

The above is the detailed content of How to solve the problem of garbled characters when opening shopex php files. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template