Subversion Repositories php-qbpwcf

Rev

Rev 253 | Rev 255 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 253 Rev 254
Line 53... Line 53...
53
 
53
 
54
實作 usr/share/qbpwcf/phpLib.php 檔案的 phpLib 類別的 updateCopyRightYear 函式的 threadType 參數為 socket 的支援. [test]
54
實作 usr/share/qbpwcf/phpLib.php 檔案的 phpLib 類別的 updateCopyRightYear 函式的 threadType 參數為 socket 的支援. [test]
55
 
55
 
56
新增 usr/lib64/qbpwcf/zerossl.php 檔案的 zerossl 類別的 verifyDomain 函式,提供驗證透過 zerossl::createCertificate 提出的 CSR. [test]
56
新增 usr/lib64/qbpwcf/zerossl.php 檔案的 zerossl 類別的 verifyDomain 函式,提供驗證透過 zerossl::createCertificate 提出的 CSR. [test]
57
 
57
 
-
 
58
修正 usr/lib64/qbpwcf/cmd.php 檔案的 cmd 類別的 svnci 函式 提示目標節點不存在時,節點名稱呈現出錯的問題.
-
 
59
 
58
修正 usr/lib64/qbpwcf/fileAccess.php 檔案的 fileAccess 類別的 getFileContentSpiltBySomething 函式的參數沒有傳參考的問題.
60
修正 usr/lib64/qbpwcf/fileAccess.php 檔案的 fileAccess 類別的 getFileContentSpiltBySomething 函式的參數沒有傳參考的問題.
59
 
61
 
60
修正 usr/lib64/qbpwcf/fileAccess.php 檔案的 fileAccess 類別的 getFileContent 函式的參數沒有傳參考的問題.
62
修正 usr/lib64/qbpwcf/fileAccess.php 檔案的 fileAccess 類別的 getFileContent 函式的參數沒有傳參考的問題.
61
 
63
 
62
新增 ust/lib64/qbpwcf/fileAccess.php 檔案的 fileAccess 類別的 cp 函式,提供複製檔案、目錄的功能.
64
新增 ust/lib64/qbpwcf/fileAccess.php 檔案的 fileAccess 類別的 cp 函式,提供複製檔案、目錄的功能.
Line 73... Line 75...
73
 
75
 
74
新增 usr/share/qbpwcf/sample/zerossl::updateDnsRecordFile 目錄,存放用於測試 zerossl::updateDnsRecordFile 的各測試案例.
76
新增 usr/share/qbpwcf/sample/zerossl::updateDnsRecordFile 目錄,存放用於測試 zerossl::updateDnsRecordFile 的各測試案例.
75
 
77
 
76
新增 usr/share/qbpwcf/sample/zerossl::updateDnsRecordFile.php 檔案,用於測試 zerossl::updateDnsRecordFile 的主檔案.
78
新增 usr/share/qbpwcf/sample/zerossl::updateDnsRecordFile.php 檔案,用於測試 zerossl::updateDnsRecordFile 的主檔案.
77
 
79
 
78
新增 usr/lib64/qbpwcf/zerossl.php 檔案的 zerossl 類別的 updateDnsRecordFile 函式,提供更新 zone file 中 RR 的功能. [test]
80
新增 usr/lib64/qbpwcf/zerossl.php 檔案的 zerossl 類別的 updateDnsRecordFile 函式,提供更新 zone file 中 RR 的功能.
79
 
81
 
80
修正 usr/lib64/qbpwcf/stringProcess.php 檔案的 stringProcess 類別的 parse 函式對於 input 參數為空的處理.
82
修正 usr/lib64/qbpwcf/stringProcess.php 檔案的 stringProcess 類別的 parse 函式對於 input 參數為空的處理.
81
 
83
 
82
新增 usr/lib64/qbpwcf/stringProcess.php 檔案的 stringProcess 類別的 delHeadStr 函式,提供移除開頭的特定字元 功能.
84
新增 usr/lib64/qbpwcf/stringProcess.php 檔案的 stringProcess 類別的 delHeadStr 函式,提供移除開頭的特定字元 功能.
83
 
85