1Oct 2006: This module has been resynced with the PHP5 code, and modified
2to build for PHP4 also. Just use the appropriate version of phpize.
3
4Feb 2006: This ming.c will work with PHP4, and not PHP5 or higher. It
5is provided here for those that are not able to upgrade to PHP5 yet.
6
7- Stuart
8
9
10
11You can use the Makefile here to try and build ming as a php module- just
12run "make" and then "make install".  And as the make install command tells
13you, you'll have to add "extension=php_ming.so" to your php.ini file, or
14you can just put "dl('php_ming.so');" at the beginning of all your ming
15scripts- though I hear that doesn't work on solaris..
16
17Or you can try using the make_module.sh script to use php's "phpize"
18script to install Ming as a php module.  Unless you're sure what each of
19the commands in the make_module.sh script will do, and how any will deal
20with previous errors, I'd suggest running them on the command line
21yourself.  I haven't even tested it myself, because I don't know what they
22do and since I've already got Ming built into my php, I don't know if a
23conflict will kill php and how hard it will be to clean up the mess.  Also
24note that the autoconf nonsense that this does will kill the existing
25Makefile.
26
27So there's my disclaimer, now have fun.
28
29_dave
30