Rev 470 |
Rev 472 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 471 2023-05-14 04:12:21
- Author: liveuser
- Log message:
- -- Power by QBPWCF
'新增 sample/cmd::createBatch.php 檔案.'
'增加 external.php 檔案的 external 類別的 execByteCode 函式的回傳結果 ["escapedCmd"] 代表實際執行的指令.'
'增加 external.php 檔案的 external 類別的 execByteCode 函式的回傳結果 ["error"]["returnCode"] 代表執行結束後的代碼.'
'更新 external.php 檔案的 external 類別的 execByteCode 函式註解.'
'增加 cmd.php 檔案的 cmd 類別的 checkCmdExist 回傳的 cmdFullPath 結果.'
'取消 cmd.php 檔案的 cmd 類別的 checkCmdExist 函式無法在命令列執行的問題.'
'新增 cmd.php 檔案的 cmd 類別的 createBatch 函式,提供建立要執行的腳本檔案.'
'修改 cmd.php 檔案的 cmd 類別的 makeZstFile 函式的 commentsArray 參數為可省略參數.'
'新增 sample/cmd::makeTarZstFile.php 檔案.'
'新增 cmd.php 檔案的 cmd 類別的 makeTarZstFile 函式,提供打包成 tar 並壓縮成 zst 檔的功能.'
'新增 sample/cmd::makeTarFile.php 檔案.'
'新增 cmd.php 檔案的 cmd 類別的 makeTarFile 函式,提供打包成 tar 檔的功能.'
'改寫 cmd.php 檔案的 cmd 類別的 packetFromSvnToRemoteServer 函式.'