Archive for April, 2007

TMCNet.com: IBM System i Community Galvanizes Around PHP

As mentioned on the Zend Developer Zone today, there’s a new article posted over on the TMCNet.com website about the support and cooperation that IBM is giving PHPers all over the world running System i machines.

Over the past year, Zend and IBM have worked together to make Zend’s popular PHP products available for V5R3 and V5R4 versions of i5/OS. Zend Core for i5/OS is a fully tested and enhanced version of open source PHP; Zend Platform for i5/OS is a PHP production environment that improves application management and performance; and Zend Studio for i5/OS is a PHP Integrated Development Environment (IDE) that includes all of the components necessary to support the lifecycle of PHP applications created on i5/OS.

Mark Shearer, general manager IBM System i also notes that one of the goals of the cooperative effort was one they’ve met successfully so far - to bring tools to System i users to allow them to quickly and easily develop applications in their environment.

The article also includes a small list of companies already using this technology including Parts Depot, MedDirect and HarrisData.

Continue Reading · Add comment

The Bakery: New Tutorials - PHPTAL, Multiple Checkboxes, and counterCache

In the CakePHP blog, The Bakery, there are three new items posted - all three tutorials on different topics:

  • The first is a tutorial that shows how to integrate PHPTAL templates into a Cake application (via a custom PhptalView class)
  • Next up is a simple one - the creation of a helper to work with multiple checkboxes in a form .
  • Lastly, there’s a tutorial that shows an implementation for a counterCache object in a simple application.

Be sure to check out The Bakery for more great tutorials and articles like this.

Continue Reading · Add comment

Secunia.com: WordPress myGallery Plugin “myPath” File Inclusion

Secunia has new advisory posted today about a WordPress vulnerability that’s been found surrounding the use of the myGallery plugin:

GolD_M has discovered a vulnerability in the myGallery plugin for WordPress, which can be exploited by malicious people to disclose sensitive information and to compromise a vulnerable system.

Input passed to the “myPath” parameter in myfunctions/mygallerybrowser.php is not properly verified before being used to include files. This can be exploited to include arbitrary files from local or external resources.

This issue is confirmed on WordPress 1.2.1 but other versions might be affected. It’s recommended that users upgrade to the latest version of the blogging software to prevent issues. As of the writing of this release, though, the only upgrade is to the beta version 1.4.b5.

Continue Reading · Add comment

CodeIgniter Blog: New Site Enhancements

As mentioned in a new post to the CodeIgniter blog today, they’ve added several new features and enhancements to their (recently relaunched) website.

Besides other small enhancements, they’ve added to main features:

Be sure to check out all of the great content on the rest of the site too with great info like a user guide to help you get started, forums to find help, and even some video tutorials to make learning the framework even easier.

Continue Reading · Add comment

Stubbles Blog: Stubbles 0.1.0 released

The Stubbles framework team has released the latest version of their framework today - Stubbles 0.1.0:

The Stubbles team is proud to announce the release of Stubbles 0.1.0. This release is a first alpha version and contains the basic features of Stubbles like the Extended Reflection API, XML handling with XMLStreamWriter and XMLSerializer, Logging, Event handling, support for filtering and validating user input and session handling. The release additionally contains parts of packages that we announced to be in the next milestone 0.2.0.

The Stubbles framework is one that seeks to “combine your favorite features from other programming languages and frameworks” and is flexible enough to allow for easy interfacing with other frameworks/components like PEAR or the Zend Framework.

Continue Reading · Add comment