Selected Category: ----PHP (13)

View Mode: Post List Post Summary
前幾天要parse rss的資料格式, 某人推薦使用 libmrss,
實際用下去, 發現實在有夠簡單的啦~~

Posted by Izero at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(138)

簡單講,
就是PHP 5.2.5版的php-cgi會一直死於 signal 11

Posted by Izero at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(133)

應該很多人知道這東西, 不過我是真的今天才知道有這個玩意. :p

php.ini-dist裡面的相關說明:
; Log errors into a log file (server-specific log, stderr, or error_log (below))
; As stated above, you're strongly advised to use error logging in place of
; error displaying on production web sites.
log_errors = Off

....

; Log errors to specified file.
;error_log = filename

簡單講, 就是可以把 php 的 error message, 也存一份到檔案 :p


Posted by Izero at 痞客邦 PIXNET Comments(0) Trackback(0) Hits(137)

«1 2