unable to load php_ldap.dll on php5.x
php_ldap.dll needs the following dlls:
ssleay32.dll
libeay32.dll
Copy them to the system32 directory.
Linux,PHP,Postgresql,MySQL ..開放源碼心得記錄
php_ldap.dll needs the following dlls:
ssleay32.dll
libeay32.dll
Copy them to the system32 directory.
限制 user 傳上的檔案具有執行功能,可以在 httpd.conf 中加入設定,例:
<directory>
php_flag engine off
Options Indexes MultiViews
AllowOverride None
Order allow,deny
Allow from all
</directory>
Sourdough 以 php5 語法實作,是一個物件整合的工具,可以提供程式人員以簡單的方式,使用各個 object 。
如果不想重頭以 object 架構一個專案,使用 Sourdough 是不錯的選擇,
我已嘗試將 sfs3 (http://sfscvs.tcc.edu.tw) 改以 Sourdough 架構,讓程式更為簡化且具有擴充性。
參考 sourdough網站說明
http://sourdough.phpee.com/index.php?node=18