我也是在网上到处找都没有答案,只要这个错误一旦出现,dz的论坛就慢的要死,zned也安装了无数遍就是没有解决
我就把php.ini和原来的5.04一下的版本比较发现:
php5.12的php.ini
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.
Quote:
Q: What does the following error in my windows eventlog mean -
The description for Event ID ( 487 ) in Source ( Zend Optimizer ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Unable to view file mapping, Attempt to access invalid address.
A: This means Optimizer can't set up the shared memory. you need to clean your windows temp dir, ensure that everybody has access to it, and remove ZendOptimizer files from there, then restart the webserver. Alternatively, you can just ignore it - shared memory is used only for limited-user scripts, so if you don't run those, Optimizer is OK without it.