Subversion Repositories qbpwcf-lib(archive)

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
636 779 d 20 h liveuser /trunk/sample/ -- Power by QBPWCF

'更新 sample 底下檔案的版權宣告年份.'
 
548 904 d 14 h liveuser /trunk/ -- Power by QBPWCF

'增加 cmd.php 檔案的 cmd 類別的 keepServiceUp 函式判斷服務正常啟動與否的依據,可選的依據有ip:port/protocol、unix domain socket address、program name.'

'新增 sample/parser:ss.php 檔案,用來驗證解析 ss 指令的輸出.'

'增加 sample/video:html5.php 檔案中的寫 log 的例外處理.'

'修正 mail.php 檔案中的 mail 類別的 curlSmtp 函式只有第一個收件人收得到信件的問題.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式 recursive 參數為 "true" 永遠找不到關鍵字的問題.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式 recursive 參數為 "true" 時可能因為找不到關鍵字而出錯的問題.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式 recursive 參數為 "true" 時無法結束執行的問題.'

'增加 stringProcess.php 檔案的 stringProcess 類別的 delStrBeforeKeyWord 函式回傳的結果 argu.'

'修正 search.php 檔案的 search 類別的 getMeetConditionsString 函式使用 tailWord 參數卻沒有找到關鍵字時會卡住的問題.'

'修正 sample/stringProcess::getContentBetweenKeyWord.php 無法在網站上運行的問題.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 delStrAfterKeyWord 函式在修正 delStrBeforeKeyWord 函式後失效的問題.'
 
443 1053 d 13 h liveuser /trunk/ -- Power by QBPWCF

'修正 external.php 檔案的 external 類別的 callShell 函式中會將 shell 變數指派 視為不存在的指令 的問題.'

'增加 db.php 檔案的 db 類別的 updateDataTableContent 函式的回傳結果.'

'修正 db.php 檔案的 db 類別的 shell 函式沒有運行的問題.'

'修改 fileAccess.php 檔案中 fileAccess 類別的 createTempFile 函式建立的暫存檔案名稱前戳,以方便清除遺留的暫存的檔案.'

'新增 external.php 檔案的 external 類別的 parseCmdString 函式,提供解析指令為陣列的功能.'

'修改 external.php 檔案的 external 類別的 callShell 函式的 pre 參數實作.'

'修改 external.php 檔案的 external 類別的 callShell 函式的 thereIsShellVar 參數實作.'

'新增 search.php 檔案的 search 類別的 findShellVar 函式,提供檢查字串中是否含有 shell 變數的功能.'

'增加 sock.php 檔案的 sock 類別的 unixDomainSockClient 函式的 escaped 參數,用來識別使用的 param 參數是否已經 escaped 了.'

'增加 sock.php 檔案的 sock 類別的 unixDomainSockServer 函式對於識別指令參數是否要 escape 的識別.'

'修改 external.php 檔案的 external 類別的 callShell 函式的 escapeshellarg 參數為 "false" 的實作.'

'移除 external.php 檔案的 external 類別的 callShell 函式的 "plainArgu"、"useApostrophe" 參數.'

'修正 cmd.php 檔案的 cmd 類別的 svnci 函式對於註解輸入會導致程式終止的問題.'

'修正 stringProcess.php 檔案的 stringProcess 類別的 parse 函式解析含有 "`" 字元的字串會出錯的問題.'