core functionality

Apache Axis2 Web Services: Writing an Axis2 Module

Linux Today  Thu, 03/03/2011 - 23:04

Packt: "In this article, we will learn that the Axis2 module provides a very flexible way to extend the Axis2 core functionality and provides quality service"


 

web2project v1.3 Release Notes - Keith Casey

Planet PHP  Thu, 04/01/2010 - 21:41

As of 01 April 2010, v1.3 of web2project is live.

This release was focused almost entirely on bug fixing and preparation for the coming v2.0 release in June.

Since the v1.2.2 release in January:


 

How to Handle Unloaded PHP Extensions at Runtime - SitePoint Â

Planet PHP  Thu, 03/25/2010 - 09:03

configure PHPUnless you’re creating very simple applications, you will soon require one or more PHP extensions.

Extensions are code libraries which extend the core functionality of the language.

Loading an Extension

For the purposes of this article, we’ll assume you need to create or manipulate images and require PHP’s GD library.

To load the GD library on your system:


 

VMWare or Xen? Depends on Your Fluency in Linux

Linux Today  Mon, 08/31/2009 - 15:03

EnterpriseNetworkingPlanet: "You hear it all the time: Xen is not ready to take market share from VMware because it is not as mature a product.

Many disagree, because all the core functionality exists in Xen, but it isn't configurable via a unified GUI."


 

Chance Garcia's Blog: Visibility and inheritance

PHPDeveloper.org  Wed, 08/12/2009 - 08:40

In this recent post to his blog Chance Garcia looks at visibility and inheritance in PHP applications.

Specifically, it references a question that came up on IRC about the "default" visibility for methods and the open/closed principle.