📄 readme
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -