Clay Loveless' Blog: Monitor PHP Extension Releases with Y! Pipes
Since the recent release of a new tool from Yahoo! - Yahoo! Pipes - developers have been working with it and creating their own "pipes" of functionality, already exploring the boundaries of the...
View ArticleCommunity News: New Yahoo! Pipes PHP serialized output renderer
As mentioned on the Zend Developer Zone and by John Herren, Yahoo! has added a new feature to its Pipes functionality - serialized PHP results. Until now JSON output has been the only way to obtain...
View ArticlePHPBuilder.com: PHP and Shell Scripting: Using Pipes
On PHPBuilder.com today there's a new tutorial that takes a deeper look at shell scripting (continuing on from a previous article) with a focus on pipes and their use in simple PHP shell scripts. This...
View ArticlePHPMaster.com: Proc_Open: Communicate with the Outside World
On PHPMaster.com today there's a new tutorial from Timothy Boronczyk about using the proc_open function to kick off processes outside of PHP. It can be used to start up and manage (in a limited...
View Article