Pierrick Charron a178295190 Merge pull request #4 from JustBlackBird/php8
PHP8 compatibility
2021-07-01 12:36:09 -04:00
2014-03-05 11:50:22 -05:00
2012-10-26 00:59:56 -04:00
2014-03-05 11:49:39 -05:00
2014-03-05 14:36:32 -05:00
2021-07-01 12:34:28 -04:00
2017-07-14 11:00:08 -04:00
2021-06-29 22:24:08 +03:00

MQSERIES


COMPILATION
-----------

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

- Uncompress the tarball
- Run phpize
- Run ./configure (for 64-bit you can use --with-libdir=lib64) 
- Run make.
- Either load the extension dynamically into your scripts (with dl()) or add
  an extension= entry for it in your php.ini

NOTE
----
By default the MQ Client Interface library is used. When building in a server only environment change te config.m4 file. 

USAGE
-----

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


REPORTING BUGS
--------------

THIS EXTENSION IS HIGHLY EXPERIMENTAL (read: untested and unsupported). Please
report all bugs and send all request/suggestions/quips/complaints to the 
PECL website
Description
⚠️ ARCHIVED: Original GitHub repository no longer exists. Preserved as backup on 2026-01-22T16:23:31.672Z
Readme BSD-3-Clause 397 KiB
Languages
C 99.5%
M4 0.5%