readme

来自「flash swf file player」· 代码 · 共 20 行

TXT
20
字号
You can use the Makefile here to try and build ming as a php module- justrun "make" and then "make install".  And as the make install command tellsyou, you'll have to add "extension=php_ming.so" to your php.ini file, oryou can just put "dl('php_ming.so');" at the beginning of all your mingscripts- though I hear that doesn't work on solaris..Or you can try using the make_module.sh script to use php's "phpize"script to install Ming as a php module.  Unless you're sure what each ofthe commands in the make_module.sh script will do, and how any will dealwith previous errors, I'd suggest running them on the command lineyourself.  I haven't even tested it myself, because I don't know what theydo and since I've already got Ming built into my php, I don't know if aconflict will kill php and how hard it will be to clean up the mess.  Alsonote that the autoconf nonsense that this does will kill the existingMakefile.So there's my disclaimer, now have fun._dave

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?