| Rev |
Age |
Author |
Path |
Log message |
Diff |
Changes |
| 950 |
353 d 21 h |
liveuser |
/trunk/usr/lib64/qbpwcf/ |
-- Power by QBPWCF
'cp usr/lib to usr/lib64 for rpmbuild compatiable' |
|
/trunk/usr/lib64/qbpwcf
/trunk/usr/lib64/qbpwcf/etc/config.php
/trunk/usr/lib64/qbpwcf/allInOneConfig.php
|
| 915 |
357 d 18 h |
liveuser |
/trunk/usr/lib/qbpwcf/ |
-- Power by QBPWCF
'mv usr/lib to usr/lib/qbpwcf' |
|
/trunk/usr/lib/qbpwcf
|
| 911 |
357 d 18 h |
liveuser |
/trunk/user_lib_qbpwcf_lib/ |
-- Power by QBPWCF
'prepare prepare mv usr/lib ro usr/lib/qbpwcf/lib' |
|
/trunk/user_lib_qbpwcf_lib
|
| 910 |
357 d 18 h |
liveuser |
/trunk/usr_lib_qbpwcf/ |
-- Power by QBPWCF
'prepare mv usr/lib ro usr/lib/qbpwcf/lib' |
|
/trunk/usr_lib_qbpwcf
/trunk/usr_lib_qbpwcf/var
|
| 891 |
361 d 16 h |
liveuser |
/trunk/usr/lib/ |
-- Power by QBPWCF
'cp qbpwcf to usr/lib' |
|
/trunk/usr/lib /trunk/usr/lib/canvas-soap.php /trunk/usr/lib/parse-soap.php /trunk/usr/lib/stop-soap.php /trunk/usr/lib/threads-soap.php /trunk/usr/lib/usr/bin/registerService.php /trunk/usr/lib/zerossl-soap.php /trunk/usr/lib/zerossl.php
|
| 855 |
373 d 23 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'修正 usr/bin/parse 檔案輸出解析結果的方式為 json. [test]'
'調整 cmd.php 檔案的 cmd 類別的 parseCmdString 函式的實作. [test]' |
|
/trunk/sample/"assets of sock::unixDomainSockServer_20250228
/trunk/Release Note /trunk/qbpwcf/cmd.php /trunk/qbpwcf/phpLib.php /trunk/qbpwcf/sock.php /trunk/qbpwcf/threads.php /trunk/qbpwcf/usr/bin/parse /trunk/sample/phpLib::updateCopyRightYear/20250213.php /trunk/sample/phpLib::updateCopyRightYear/20250222.php
|
| 851 |
378 d 20 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'增加 sample/threads::proc/20250221.php 檔案作為 threds::proc 測試用 php -r \${PHPcode} 是否會 timeout 的測試案例. [test]'
'增加 sock.php 檔案的 sock 類別的 execAnyCmdByQBPWCFunixSocket 函式的 commandIncludeArgu 參數,提供支援直接給予指令加參數的功能. [test]'
'增加 sock.php 檔案的 sock 類別的 execAnyCmdByQBPWCFunixSocket 函式的 commandInBg 參數,提供在背景中執行指令,並取得相關資訊的功能. [test]'
'增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式回傳的 server side 的 procs cache,其儲存執行的子程序資訊. [test]'
'增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式提供的 procs cache 查詢功能. [test]'
'增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式的清除過久沒被關注的子程序功能. [test]'
'新增 threads.php 檔案的 threads 類別的 socket 函式,提供基於 socket 的 multi threads 功能. [test]' |
|
/trunk/Release Note /trunk/qbpwcf/arrays.php /trunk/qbpwcf/phpLib.php /trunk/qbpwcf/sock.php /trunk/qbpwcf/threads.php /trunk/sample/phpLib::updateCopyRightYear.php /trunk/sample/threads::proc.php
|
| 849 |
387 d 13 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'新增 threads.php 檔案的 threads 類別的 proc_update 函式,提供更新 threads::proc 回傳之 content 的功能. [test]'
'增加 fileAccess.php 檔案的 fileAccess 類別的 ls 函式回傳的結果 path. [test]'
'增加 fileAccess.php 檔案的 fileAccess 類別的 ls 函式回傳的結果 secondName. [test]'
'增加 fileAccess.php 檔案的 fileAccess 類別的 ls 函式回傳的結果 mime type. [test]' |
|
/trunk/sample/assets_of_threads::20250203 /trunk/sample/threads::proc /trunk/sample/threads::proc/20250203.php /trunk/sample/threads::proc/initial.php
/trunk/Release Note /trunk/qbpwcf/fileAccess.php /trunk/qbpwcf/phpLib.php /trunk/qbpwcf/search.php /trunk/qbpwcf/threads.php /trunk/sample/phpLib::updateCopyRightYear.php /trunk/sample/threads::proc.php
|
| 848 |
406 d 11 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'修正 search.php 檔案的 search 類別的 getMeetConditionsString 函式的實作,避免判斷錯誤. [test]' |
|
/trunk/License /trunk/Release Note /trunk/qbpwcf/phpLib.php /trunk/qbpwcf/search.php
|
| 842 |
412 d 18 h |
liveuser |
/trunk/qbpwcf/ |
-- Power by QBPWCF
'commit part' |
|
/trunk/qbpwcf/external-soap.php /trunk/qbpwcf/external.php /trunk/qbpwcf/fileAccess.php /trunk/qbpwcf/phpLib.php
|
| 822 |
466 d 22 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
'新增 sample/phpLib::getPhpLibConstruction.php 檔案,作為 phpLib::getPhpLibConstruction 測試案例的主檔案.'
'新增 sample/phpLib::getPhpLibConstruction.php 資料夾,存放 phpLib::getPhpLibConstruction 的各項測試案例.'
'新增 sample/phpLib::getPhpLibConstruction/20241201.php 檔案,作為 zerossl::getPhpLibConstruction 的測試案例 20241201.'
'新增 sample/assets of phpLib::getPhpLibConstruction_20241201 作為 phpLib::getPhpLibConstruction 測試案例 20241201 的附件存放處.'
'新增 sample/phpLib::getFunctionConstruction.php 檔案,作為 phpLib::getFunctionConstruction 測試案例的主檔案.'
'新增 sample/phpLib::getFunctionConstruction 資料夾,存放 phpLib::getFunctionConstruction 的各項測試案例.'
'新增 sample/phpLib::getFunctionConstruction/20241201.php 檔案,作為 phpLib::getFunctionConstruction 的測試案例 20241201.'
'新增 sample/assets of phpLib::getFunctionConstruction 作為 phpLib::getFunctionConstruction 測試案例 20241201 的附件存放處.' |
|
/trunk/sample/assets of phpLib::getFunctionConstruction_20241201 /trunk/sample/assets of phpLib::getFunctionConstruction_20241201/variableCheck.php /trunk/sample/assets of phpLib::getPhpLibConstruction_20241201 /trunk/sample/assets of phpLib::getPhpLibConstruction_20241201/db.php /trunk/sample/phpLib::getFunctionConstruction /trunk/sample/phpLib::getFunctionConstruction.php /trunk/sample/phpLib::getFunctionConstruction/.fuse_hidden000003cf00000003 /trunk/sample/phpLib::getFunctionConstruction/20241201.php /trunk/sample/phpLib::getPhpLibConstruction /trunk/sample/phpLib::getPhpLibConstruction.php /trunk/sample/phpLib::getPhpLibConstruction/.fuse_hidden000003bc00000002 /trunk/sample/phpLib::getPhpLibConstruction/20241201.php
/trunk/Release Note /trunk/qbpwcf/phpLib.php
|
| 815 |
471 d 2 h |
liveuser |
/trunk/qbpwcf/ |
-- Power by QBPWCF
'修正 phpLib.php 檔案的 phpLib 類別的 getLibFileList 函式解析 folderAddress 參數的方式.'
'修正 fileAccess.php 檔案的 fileAccess 類別的 ls 函式的 path 參數解析方式.' |
|
/trunk/qbpwcf/fileAccess.php /trunk/qbpwcf/phpLib.php
|
| 625 |
793 d 17 h |
liveuser |
/trunk/qbpwcf/ |
-- Power by QBPWCF
'not end' |
|
/trunk/qbpwcf/maintain-soap.php /trunk/qbpwcf/maintain.php /trunk/qbpwcf/math-soap.php /trunk/qbpwcf/math.php /trunk/qbpwcf/od-soap.php /trunk/qbpwcf/od.php /trunk/qbpwcf/parser.php /trunk/qbpwcf/phpLib-soap.php /trunk/qbpwcf/phpLib.php /trunk/qbpwcf/qemu-soap.php /trunk/qbpwcf/qemu.php /trunk/qbpwcf/qrCode-soap.php /trunk/qbpwcf/qrCode.php /trunk/qbpwcf/record-soap.php /trunk/qbpwcf/record.php
|
| 312 |
1153 d 5 h |
liveuser |
/trunk/qbpwcf/ |
-- Power by QBPWCF
bug fix |
|
/trunk/qbpwcf/phpLib.php
|
| 311 |
1153 d 5 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
fix bug |
|
/trunk/README /trunk/qbpwcf/phpLib.php
|
| 310 |
1153 d 5 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
update |
|
/trunk/README /trunk/qbpwcf/db.php /trunk/qbpwcf/external.php /trunk/qbpwcf/phpLib.php
|
| 278 |
1155 d 20 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
增加 phpLib.php 檔案的 phpLib 類別的 getPhpLibConstruction 函式的回傳內容項目:每個命令空間對應的註解、每個類別對應的註解跟所屬命名空間、函式所屬的命名空間與類別名稱. |
|
/trunk/README /trunk/qbpwcf/phpLib.php
|
| 275 |
1156 d 19 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
增加 phpLib.php 檔案的 phpLib 類別的 getPhpLibConstruction 函式的回傳內容項目:每個命令空間對應的註解、每個類別對應的註解、函式所屬的命名空間與類別名稱. |
|
/trunk/README /trunk/qbpwcf/phpLib.php
|
| 273 |
1156 d 20 h |
liveuser |
/trunk/ |
-- Power by QBPWCF
修正 db.php 檔案的 db 類別的 updateDataTableContent 函式對於變數格式錯誤的處理. |
|
/trunk/README /trunk/qbpwcf/db.php /trunk/qbpwcf/phpLib.php
|
| 271 |
1156 d 20 h |
liveuser |
/trunk/qbpwcf/ |
-- Power by QBPWCF
fix bug |
|
/trunk/qbpwcf/phpLib.php
|