Subversion Repositories qbpwcf-lib(archive)

Rev

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

Rev 705 Rev 706
Line 36... Line 36...
36
 
36
 
37
新增 javaScript.php 檔案的 javaScript 類別中 qbpwcfJavaScript 函式的 window.qbpwcf.text_editor 提供編輯文字檔案的功能. [devel]
37
新增 javaScript.php 檔案的 javaScript 類別中 qbpwcfJavaScript 函式的 window.qbpwcf.text_editor 提供編輯文字檔案的功能. [devel]
38
 
38
 
39
qbpwcf-alpha-2024-03-xx.tar.zst
39
qbpwcf-alpha-2024-03-xx.tar.zst
40
 
40
 
-
 
41
讓 sample/usr_bin_test.php 更 portable. [test]
-
 
42
 
-
 
43
新增 usr/bin/configCache.php 檔案,提供config::client的cache支援. [test]
-
 
44
 
41
新增 sock.php 檔案的 sock 類別的 sendAnyMsgToQBPWCFunixSocket 函式,傳遞指定的訊息給 sock::unixDomainSocketServer 產生的 unix domain socket. [test]
45
新增 sock.php 檔案的 sock 類別的 sendAnyMsgToQBPWCFunixSocket 函式,傳遞指定的訊息給 sock::unixDomainSocketServer 產生的 unix domain socket. [test]
42
 
46
 
43
增加 sock.php 檔案的 sock 類別的 addOnProcessFuncForUnixDomainSockServerInRunWithAutoAddMemoryDaemon 函式允許的 clientCache 參數. [test]
47
增加 sock.php 檔案的 sock 類別的 addOnProcessFuncForUnixDomainSockServerInRunWithAutoAddMemoryDaemon 函式允許的 clientCache 參數. [test]
44
 
48
 
-
 
49
修正 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 遇到不存在的 socket 路徑會出錯的問題. [test]
-
 
50
 
45
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 addOnProcessFunc 參數給予 clientCache 參數. [test]
51
增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的 addOnProcessFunc 參數給予 clientCache 參數. [test]
46
 
52
 
47
增加 config.php 檔案的 config 類別的 client 函式回傳的 rawContent 結果. [test]
53
增加 config.php 檔案的 config 類別的 client 函式回傳的 rawContent 結果. [test]
48
 
54
 
49
增加 config.php 檔案的 config 類別的 client 函式的 cache、checkVersionInterval、inBg 參數. [test]
55
增加 config.php 檔案的 config 類別的 client 函式的 cache、checkVersionInterval、inBg 參數. [test]
Line 60... Line 66...
60
 
66
 
61
修正 csInformation.php 檔案的 csInformation 類別的 getPathOfThisPhpFile 函式於 cmd 模式下的實作. [test]
67
修正 csInformation.php 檔案的 csInformation 類別的 getPathOfThisPhpFile 函式於 cmd 模式下的實作. [test]
62
 
68
 
63
增加 cmd.php 檔案的 cmd 類別的 keepServiceUp 函式的 onlyWhenEnable 參數. [test]
69
增加 cmd.php 檔案的 cmd 類別的 keepServiceUp 函式的 onlyWhenEnable 參數. [test]
64
 
70
 
-
 
71
修正 fileAccess.php 檔案的 fileAccess 類別的 validatePath 函式的 dirPermission 參數的註解.
-
 
72
 
65
更新 usr/bin/ipBlockerd.php 的註解.
73
更新 usr/bin/ipBlockerd.php 的註解.
66
 
74
 
67
新增 var 資料夾,用來存放運行時產出且結束執行後需要保存下來的檔案.
75
新增 var 資料夾,用來存放運行時產出且結束執行後需要保存下來的檔案.
68
 
76
 
69
增加 fileAccess.php 檔案的 fileAccess 類別的 ls 函式回傳結果的說明.
77
增加 fileAccess.php 檔案的 fileAccess 類別的 ls 函式回傳結果的說明.