Original Content
 Contest   Events   News   ZendCon 
Zend and S&S support local PHP user groups, and will be providing a limited number of free ZendCon passes for user groups to distribute to active members who might not have the financial wherewithal otherwise. []
News and Articles found on the Web
 PHP5 
The long awaited release of PHP 5.3 is finally here! Bask in the glory of all the new enhancements and go download it to start using it today! []
News and Articles found on the Web
 Novice   PHP5 
Right along with some of the other posts about the "best practices" that Google recently post, the PHP group has also responded to dispel some of the recommendations Google gives. []
Original Content
 Tutorials 
The OXID shopping cart is built on an extensible, object-oriented PHP/MySQL architecture that makes it easy to "plug in" new modules and functions. One common function involves integration with third-party payment gateways, and the OXID platform provides various developer hooks to assist in this task. This article shows you how to begin accepting credit card payments for your products by writing a custom PHP module that reads credit card information from an OXID order basket and performs payment transactions using the Authorize.Net payment gateway. []
Those familiar with configuring Apache and PHP to run together, have been introduced to the idea of Apache’s Multi-Processing Modules (MPM). Basically Apache2 allows you to use different methodologies in how it manages the various connections coming in. One of the more efficient methods uses threads; however, when running PHP you’ve been restricted to using the prefork MPM module since some extensions are not written in a way that will enable work in thread safe mode. []
Original Content
 Java   Zend Server 
If one were to survey the extensions available in PHP one might come to the conclusion that we actually lived in a paperless society. However, we all know that isn’t true. So why does PHP not have good printer support? One option that explains why this might be the case is simply that printing documents is contrary to what PHP does well; handle short requests as quickly as possible. Printing is not conducive to this. But what if you still need to have printing support in your PHP application? With Zend Server, Zend’s integrated PHP application stack, the answer might be not what you were expecting. Use the PHP Java Bridge, available in both the community and commercial editions of Zend Server. []
News and Articles found on the Web
 webcast 
php|architect has kicked off another webcast series starting June 26th with ten great content-packed episodes leading up to the CodeWorks conference that are completely free to attend! []
The Zend Framework team is pleased to announce the immediate availability of the 1.8.4 release. This release is the fourth maintenance release in the 1.8 series. Over 50 issues have been resolved for this release, covering 20 different components. []
Presenting the latest edition of The ZendCon Sessions. The podcast that rebroadcasts sessions/talks from the last ZendCon PHP Conference. This episode of The ZendCon Sessions was recorded live at ZendCon 2008 in Santa Clara, CA and features Wez Furlong giving his talk: “PDO: PHP Data Objects” []
News and Articles found on the Web
 API   Flickr   Web Services 

Another Flickr service approach with Zend

With most of the Flickr services available they are wrappers for the Flickr API. Therefore I thought I should make a more logical implementation, more O/R like. It's available now under the new BSD license and works like a charm ;) []