使用php.ini启用BCMath吗?
问题描述:
我需要启用BC Math,但是我不想使用--enable-bcmath来启用它,主要是因为我不了解该路线.
I need to enable BC Math, but I don't want to do it using --enable-bcmath, primarily because I don't understand that route.
有没有办法仅使用php.ini来做到这一点?
Is there a way to do this using php.ini only?
答
据我所知,您必须使用--enable-bcmath选项编译php.没有它,所需的代码将不存在于二进制文件中.因此,您无法在php.ini中设置任何内容
To the best of my knowledge you must compile php with the --enable-bcmath option. Without it, the required code won't exist in the binary. Therefore, there is nothing that you can set in php.ini