Archive

Posts Tagged ‘php’

Month of PHP Security Finds 60 Bugs

August 13th, 2010 js No comments

darthcamaro writes “More than 60 bugs were reported in PHP over the last 30 days by the Month of PHP Security project. Most of the flaws, however, are ones that developers themselves can protect against with proper coding practices, according to Andi Gutmans, CEO of commercial PHP vendor Zend. He argues that PHP security is a matter of setting expectations. In his view, PHP — like all development languages — is only as secure as the code developers write with it. ‘People should not expect PHP to be able to enforce security boundaries on a developer [who] has permissions to run custom PHP code,’ Gutmans said. ‘It’s an inherently flawed scenario — and it’s the wrong layer to protect in. People must rely on properly configured OS-level permissions for securing against untrusted developers.’ Gutmans also praised the MOPS effort for elevating the profile of PHP security throughout the community, and for responsibly alerting the PHP project first with the bugs they found.”

Read more of this story at Slashdot.

Link to the original site

Categories: Developement, Security Tags: ,

Zend Framework 1.9.6 Released

November 25th, 2009 js No comments

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 .

Categories: Developement Tags: ,

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

November 11th, 2009 js No comments

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.

Categories: Developement Tags: ,

Zend Framework 1.9.5 Released

October 28th, 2009 js No comments

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 .

Categories: Developement Tags: ,

ZendCon 2009 Video Blog: Day 1

October 20th, 2009 js No comments

This is it! It’s day 1 of ZendCon. Opening Keynote, Evening Reception, and much more, plus today’s daily Video Blog for you:

Link to the original site

Categories: Developement Tags: ,

Zend Framework 1.9.4 Released

October 14th, 2009 js No comments

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

Categories: Developement Tags: ,

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

October 14th, 2009 js No comments

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

Categories: Developement Tags:

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

October 4th, 2009 js No comments

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

Categories: Developement Tags:

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

October 4th, 2009 js No comments

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

Categories: Developement, Security Tags: ,

Manipulating Images with PHP and GraphicsMagick

September 29th, 2009 js No comments

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

Categories: Developement Tags: