Contest: Free ZendCon Passes for User Groups!
Eli White (Editor-in-Chief) |
0 comments |
Tuesday, June 30, 2009
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.
[…]
Accepting Credit Card Payments with OXID eShop CE and Authorize.Net
Vikram Vaswani |
2 comments |
Friday, June 26, 2009
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.
[…]
Using Apache2 ITK Multi-Processing Module on Linux
Jess Portnoy |
2 comments |
Thursday, June 25, 2009
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.
[…]
PHP and Java: Using Java Print Service with Zend Server Community Edition
kschroeder |
2 comments |
Wednesday, June 24, 2009
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.
[…]
Zend Framework 1.8.4 Released
weierophinney |
4 comments |
Tuesday, June 23, 2009
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.
[…]
The ZendCon Sessions Episode 21: PDO: PHP Data Objects
Eli White (Editor-in-Chief) |
2 comments |
Tuesday, June 23, 2009
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”
[…]
Dutch PHP Conference 2009 Wrap-up
Eli White (Editor-in-Chief) |
0 comments |
Tuesday, June 23, 2009
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.
[…]
PHP’s Forecast: Partly Cloudy
Wil Sinclair |
3 comments |
Monday, June 22, 2009
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.
[…]
The ZendCon Sessions Episode 20: Distribution and Publication With Atom Web Services
Eli White (Editor-in-Chief) |
0 comments |
Thursday, June 11, 2009
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”
[…]
The ZendCon Sessions Episode 19: Static and Dynamic Analysis at Ning
Eli White (Editor-in-Chief) |
0 comments |
Thursday, June 4, 2009
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”
[…]
