This post originated from an RSS feed registered with PHP Buzz
by Paul M Jones.
Original Post: Yawp 1.0.3 Released
Feed Title: Paul M. Jones
Feed URL: http://paul-m-jones.com/archives/category/programming/php/feed
Feed Description: If it's worth doing, it's worth over-doing.
Yawp 1.0.3 is online now. This is a bugfix release; I was using "@include" instead of "include" for hook scripts, which effectively turns off error reporting inside those hook scripts. Yawp uses just "include" now; sorry for any trouble this may have caused when troubleshooting.
At the same time, ...