MQSeries PHP ExtentionHome
PECL home pagedownload
Back 

Getting started.

Getting started with the mqseries client extention for PHP.

First of all a working knowledge of MQSeries will help allot to understand the workings of the extention. Its goal is not to simplify the MQ interface but to be able to use MQ from within a PHP script.

Before we can use the mqseries extention there are some prerequisites that must be med.

  1. MQServer installed, including development libraries
  2. Working and running queue manager
  3. Correctly configured MQSeries client environment
Especially the last point is important without a working client environment the plugin cannot connect with the QManager.


COMPILATION

To compile the extension in your PHP, do as follows:

    - Uncompress the tarball
    - Run phpize
    - Run ./configure
    - Run make.
    - Either load the extension dynamically into your scripts (with dl()) or add an extension= entry for it in your php.ini
USAGE

See the PHP scripts in the examples directory for an example of this library's usage

REPORTING BUGS

Please report all bugs and send all request/suggestions/quips/complaints to the PECL website