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. []
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. []
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” []
Original Content
 Conference   DPC 
I think I'm the last attendee to write up my experiences at the Dutch PHP Conference 2009 (DPC) this year (Due to being swamped with ZendCon planning). But I wanted to make sure that I didn't miss the chance altogether. []
You’ve probably heard about ‘the cloud’. It’s the latest buzzword circulating in Silicon Valley and beyond. In some ways, ‘cloud’ is a fitting name- everyone sees something different when they look at it. For example, offerings as dissimilar as force.com and Amazon’s MapReduce service have worked their way in to ‘the cloud’ moniker at some point. Even the cloud’s biggest advocates can’t agree on what ‘the cloud’ is. But in teasing the facts out of all the hype, you’ll find some services that could change how you write and deploy your PHP applications forever. []
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 Ben Ramsey giving his talk: “Distribution and Publication With Atom Web Services” []
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 David Sklar giving his talk: “Static and Dynamic Analysis at Ning” []