Subversion Repositories php-qbpwcf

Rev

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

Rev 307 Rev 309
Line 49... Line 49...
49
 
49
 
50
新增 usr/lib64/qbpwcf/source.php 檔案,提供 source 類別,提供具備揮發性的物件、資源管理,讓不同程序與程式能夠共享資源. [devel]
50
新增 usr/lib64/qbpwcf/source.php 檔案,提供 source 類別,提供具備揮發性的物件、資源管理,讓不同程序與程式能夠共享資源. [devel]
51
 
51
 
52
新增 usr/lib64/qbpwcf/sock.php 檔案的 sock 類別的 internetAndIntranetServer 函式,提供同時具備對內高效與可以被internet存取的 socket server. [devel]
52
新增 usr/lib64/qbpwcf/sock.php 檔案的 sock 類別的 internetAndIntranetServer 函式,提供同時具備對內高效與可以被internet存取的 socket server. [devel]
53
 
53
 
54
php-qbpwcf-alpha.v20260319
-
 
55
 
-
 
56
修正 usr/lib64/qbpwcf/zerossl.php 檔案的 zerossl 類別的 updateDnsRecordFile 函式的 multiThread 參數功能. [devel]
54
修正 usr/lib64/qbpwcf/zerossl.php 檔案的 zerossl 類別的 updateDnsRecordFile 函式的 multiThread 參數功能. [devel]
57
 
55
 
-
 
56
php-qbpwcf-alpha.v202603xx
-
 
57
 
-
 
58
修正 usr/lib64/qbpwcf/external.php 檔案的 external 類別 callShell 函式,於參數 cmdContainArgu 為 "true" 時,對於 | (pipe) 的處理. [test]
-
 
59
 
-
 
60
新增 usr/bin/getCert.php 檔案,提供搜尋 zerossl 上的 SSL 憑證資訊.
-
 
61
 
-
 
62
修正 usr/lib64/qbpwcf/zerossl.php 檔案的 zerossl 類別的 sslUpdater 函式註解.
-
 
63
 
-
 
64
php-qbpwcf-alpha.v20260319
-
 
65
 
58
新增 usr/bin/encrypt.php 檔案,提供字串的加解密功能.
66
新增 usr/bin/encrypt.php 檔案,提供字串的加解密功能.
59
 
67
 
60
修正 usr/lib64/qbpwcf/authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式的 encdoeType 參數的 gpg 與 qbpwcf 的實作.
68
修正 usr/lib64/qbpwcf/authenticate.php 檔案的 authenticate 類別的 enCodeStr 函式的 encdoeType 參數的 gpg 與 qbpwcf 的實作.
61
 
69
 
62
新增 usr/lib64/qbpwcf/stringProcess.php 檔案的 stringProcess 類別的 delLastByte 函式, 提供移除字串結尾1byte的功能.
70
新增 usr/lib64/qbpwcf/stringProcess.php 檔案的 stringProcess 類別的 delLastByte 函式, 提供移除字串結尾1byte的功能.