關於ZendLoader.dll加載失敗的緣由

今天要弄一個PHP加速, php

在Zend官網找到了用Zend Guard Loader來加速,須要註冊才能下載 安全

配置以下: 線程

zend_loader.enable=1
zend_loader.disable_licensing=0
zend_loader.obfuscation_level_support=3
zend_extension = "D:\wamp\bin\php\php5.3.8\zend_ext\ZendLoader.dll"

結果覺得就這麼簡單就能配置好了,打開phpinfo發現根本沒有加載進去,跑去看apahce錯誤日記獲得如下錯誤 code

[Wed Mar 06 15:55:13 2013] [notice] Parent: Created child process 5500
Failed loading D:\wamp\bin\php\php5.3.8\zend_ext\ZendLoader.dll
我百思不得其解,跑去看下載附帶的說明文檔,忽然看到了一句

Windows non-thread safe: zend_extension=<full_path_to_ZendLoader.dll>
它居然只支持非 線程安全的PHP。

看來只好把PHP卸載了從新裝了。公司項目須要,真特麼的。。。 htm

相關文章
相關標籤/搜索