Tag Archives: php

Zend Framework 1.9.6 Released

The Zend Framework team is pleased to announce the immediate availability of
the 1.9.6 release. This release is the sixth maintenance release in the 1.9
series, and includes more than 60 bugfixes, most of them from this month’s
bug hunt days, held last Thursday and Friday.

You may download it from the Zend Framework site .

Link to the original site

Community News: Zend Oracle Partner to Integrate Zend Server into ULN Packages

As Chris Jones briefly mentions and this press release discusses in more detail, Zend and Oracle have joined together to make it even easier for those using Oracle to also use Zend Server as their platform.

Link to the original site

Zend Framework 1.9.5 Released

The Zend Framework team is pleased to announce the immediate availability of
the 1.9.5 release. This release is the fifth maintenance release in the 1.9
series, and includes almost 30 bugfixes, many of them from this month’s bug
hunt days.

You may download it from the Zend Framework site .

Link to the original site

Zend Framework 1.9.4 Released

The Zend Framework team is pleased to announce the immediate availability of
the 1.9.4 release. This release is the fourth maintenance release in the 1.9
series.

You may download it from the Zend Framework site .

Link to the original site

nWire for PHP Released: Real-Time PHP Code Visualization and Exploration

Ever got lost in a sea of code, overwhelmed by the complexity of your application? Good news, there’s an app for that!

Visualize, navigate and search PHP code with nWire for PHP, a plugin for Eclipse PDT and Zend Studio 7. nWire provides innovative code analysis for large scale and enterprise PHP applications, enabling significant development cost reduction.

Link to the original site

PHP in Action Blog: Bad code is good for you?

In a new post to his PHP in Action blog Dagfinn asks the question “is bad code good for you?” He wonders if bad code really is a good thing and how it can be split out from the good parts of your application.

Link to the original site

Rafael Dohms’ Blog: PHP Security: Are you paying attention?

In a recent post to his blog Rafael Dohms reminds readers to not forget about the security of their applications because it can be “a huge mistake which can take a turn for the worse.”

Link to the original site

Manipulating Images with PHP and GraphicsMagick

Like most developers, I’ve known for a while that PHP comes with GD support for basic image generation and processing tasks, and I’ve even used it on occasion to dynamically create images. However, what I didn’t know was that, hidden in PECL, is an extension to the GraphicsMagick library, which allows for all kinds of sophisticated image operations and effects. In this article, I’ll introduce you to ext/gmagick, showing you some of the cool things it can do for you (and your images).

Link to the original site