安装成功后记得在系统设置--全局设置里,启用微信语音本地化
附录:附录1....0x00002ab7c1125000)
/lib64/ld-linux-x86-64.so.2 (0x00002ab7c0d9a000)
#如果类似于上面的输出内容,查找以上类库,会发现全部在/...注意的地方:
由于要程序自己转码,所以要修改php.ini里配置,删掉一个被禁用的函数system,默认配置如下:
disable_functions =phpinfo,exec,passthru,shell_exec...,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source
可以找到php.ini配置函数,然后将system...函数移除,这样程序里可以用函数动态执行编码转换了
disable_functions =phpinfo,exec,passthru,shell_exec,proc_open,popen,curl_exec