PHP has encountered an access violation

Source: Internet
Author: User
When I debug the full-text search blog, I suddenly saw a sentence like "PHP has encountered an access violation at 02b75679" in the front-end message. I quickly Googled it.
● 1. Check whether the directory of the DLL file required by Zend has insufficient permissions. You must have the read and run permissions.
● 2. If 2003 is used, the application pool has been set. For example, if there is a limit on the pool, adjust the limit and try again.
● 3. Remove the extension of eaccelerator in PHP to solve the problem, but it may increase the burden on the system. Find PHP. ini and remove the line similar to this.
Zend_extension_ts = "c: \ PHP \ extensions \ eaccelerator_win_xxx.dll"
Eaccelerator. shm_size = "16 ″
Eaccelerator. cache_dir = "C: \ Temp"
Eaccelerator. Enable = "1 ″
Eaccelerator. optimizer = "1 ″
Eaccelerator. check_mtime = "1 ″
Eaccelerator. DEBUG = "0 ″
Eaccelerator. Filter = ""
Eaccelerator. shm_max = "0 ″
Eaccelerator. shm_ttl = "0 ″
Eaccelerator. shm_prune_period = "0 ″
Eaccelerator. shm_only = "0 ″
Eaccelerator. Compress = "1 ″
Eaccelerator. compress_level = "9 ″
● 4. session_save_path requires an actual physical path, and the Directory requires all the permissions of everyone, similar to 0777 permissions of Linux/Unix hosts.
● 5, C:/winnt/temp or C:/Windows/temp, you also need all the permissions of everyone, similar to 0777 of the Linux/Unix host.
● 6. The memory itself is insufficient. It is easy to solve the problem if your host is used. It is okay to add a memory.
● 7. The combination of zendoptimizer and PHP is not very good. If it is a virtual host, it will be troublesome. You cannot change the version to test it ,:)
<SCRIPT type = "text/JavaScript">
//
</SCRIPT>

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.