Today I saw the following error message in the server log:
Event type: Error
Source of the event: Zend Optimizer
Event Type: None
Event ID: 487
Date:
Event: 9:33:07
User: N/A
Computer: NETFANG4412584
describe:
The description of event ID (487) (in resource (Zend Optimizer)) cannot be found. The local computer may not have the necessary registration information or message DLL files to display messages from the remote computer. You may be able to use the /AUXSOURCE= logo to retrieve word descriptions; view help and support for more information. The following information is part of the event: Unable to view file mapping, attempting to access an invalid address.
.
It's a WINDOWS host. It seems that there was no such error before, and I'm so impatient.
The answers found online are:
PHP is a glue, because under Windows is the thread running, not the process. Therefore, this kind of error is prone to occur. :(
Because PHP does not have enough resources to handle errors when threads are running, problems will arise when PHP's extension ZendOPtimizer is running. And these problems are relatively difficult to solve.
It is recommended to use linux server + apache 1 to run your forum.
There is another saying that sockets extension is enabled in the configuration file, and this will happen if extension=php_sockets.dll is added to the semicolon before the extension ';'. There will be no problem in this case.
Another way of saying:
I also searched everywhere on the Internet without answers. As long as this error appears, the forum of dz will be so slow. Zned has been installed countless times but it has not been solved.
I compared it with the original version below 5.04:
php5.12
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.
extension=php_mbstring.dll
;extension=php_bz2.dll
extension=php_curl.dll
;extension=php_dba.dll
extension=php_dbase.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
;extension=php_imap.dll
;extension=php_interbase.dll
extension=php_ldap.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_msql.dll
extension=php_mysql.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sqlite.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
; Module Settings ;
The following is the php5.04
;Windows Extensions
;Note that ODBC support is built in, so no dll is needed for it.
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_curl.dll
;extension=php_dba.dll
extension=php_dbase.dll
;extension=php_dbx.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_java.dll
extension=php_ldap.dll
extension=php_mbstring.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
extension=php_mssql.dll
;extension=php_msql.dll
extension=php_mysql.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_w32api.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
;extension=php_yaz.dll
;extension=php_zip.dll
; Module Settings ;
Have you seen it, what's missing
;extension=php_yaz.dll
;extension=php_zip.dll
Just these two, add it and put it
extension=php_zip.dll
The previous one was removed and saved and restarted iis and mysql. It was done with great success
Event type: Error
Source of the event: Zend Optimizer
Event Type: None
Event ID: 487
Date:
Event: 9:33:07
User: N/A
Computer: NETFANG4412584
describe:
The description of event ID (487) (in resource (Zend Optimizer)) cannot be found. The local computer may not have the necessary registration information or message DLL files to display messages from the remote computer. You may be able to use the /AUXSOURCE= logo to retrieve word descriptions; view help and support for more information. The following information is part of the event: Unable to view file mapping, attempting to access an invalid address.
.
It's a WINDOWS host. It seems that there was no such error before, and I'm so impatient.
The answers found online are:
PHP is a glue, because under Windows is the thread running, not the process. Therefore, this kind of error is prone to occur. :(
Because PHP does not have enough resources to handle errors when threads are running, problems will arise when PHP's extension ZendOPtimizer is running. And these problems are relatively difficult to solve.
It is recommended to use linux server + apache 1 to run your forum.
There is another saying that sockets extension is enabled in the configuration file, and this will happen if extension=php_sockets.dll is added to the semicolon before the extension ';'. There will be no problem in this case.
Another way of saying:
I also searched everywhere on the Internet without answers. As long as this error appears, the forum of dz will be so slow. Zned has been installed countless times but it has not been solved.
I compared it with the original version below 5.04:
php5.12
; extension folders as well as the separate PECL DLL download (PHP 5).
; Be sure to appropriately set the extension_dir directive.
extension=php_mbstring.dll
;extension=php_bz2.dll
extension=php_curl.dll
;extension=php_dba.dll
extension=php_dbase.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
;extension=php_imap.dll
;extension=php_interbase.dll
extension=php_ldap.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
;extension=php_mssql.dll
;extension=php_msql.dll
extension=php_mysql.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sqlite.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
; Module Settings ;
The following is the php5.04
;Windows Extensions
;Note that ODBC support is built in, so no dll is needed for it.
;extension=php_bz2.dll
;extension=php_cpdf.dll
;extension=php_curl.dll
;extension=php_dba.dll
extension=php_dbase.dll
;extension=php_dbx.dll
;extension=php_exif.dll
;extension=php_fdf.dll
;extension=php_filepro.dll
extension=php_gd2.dll
;extension=php_gettext.dll
;extension=php_ifx.dll
;extension=php_iisfunc.dll
;extension=php_imap.dll
;extension=php_interbase.dll
;extension=php_java.dll
extension=php_ldap.dll
extension=php_mbstring.dll
;extension=php_mcrypt.dll
;extension=php_mhash.dll
;extension=php_mime_magic.dll
;extension=php_ming.dll
extension=php_mssql.dll
;extension=php_msql.dll
extension=php_mysql.dll
;extension=php_oci8.dll
;extension=php_openssl.dll
;extension=php_oracle.dll
;extension=php_pdf.dll
;extension=php_pgsql.dll
;extension=php_shmop.dll
;extension=php_snmp.dll
;extension=php_sockets.dll
;extension=php_sybase_ct.dll
;extension=php_tidy.dll
;extension=php_w32api.dll
;extension=php_xmlrpc.dll
;extension=php_xsl.dll
;extension=php_yaz.dll
;extension=php_zip.dll
; Module Settings ;
Have you seen it, what's missing
;extension=php_yaz.dll
;extension=php_zip.dll
Just these two, add it and put it
extension=php_zip.dll
The previous one was removed and saved and restarted iis and mysql. It was done with great success