Extending PHP

IBM® WebSphere® sMash application developers can choose to build extensions to PHP that provide access to functionality that was built using Java™. This guide summarizes the steps for creating such an extension to the platform. For the purpose of this guide, it is assumed that the developer uses the Eclipse development environment to build the extension.

The PHP extension interface is designed to allow the features implemented in Java to appear to the PHP programmer as though they are part of the base PHP support. The interface is not designed to give access to arbitrary Java Classes from PHP without modification to those classes (for accessing arbitrary Java Classes see the PHP/Java Bridge).

Tutorials

Reference information

Version 1.0.0.3.25591