| MQSeries PHP Extention | Home |
| PECL home page | download |
| 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.
COMPILATION To compile the extension in your PHP, do as follows:
- 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 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 |
