简体   繁体   English

在Xampp上安装PHP YAZ

[英]PHP YAZ installation on xampp

I have added PHP YAZ as extension into XAMPP following steps in the latest comment here http://php.net/manual/en/ref.yaz.php but when I check for YAZ section in PHPINFO, I do not have YAZ section there. 我已按照http://php.net/manual/zh/ref.yaz.php中最新注释的步骤将PHP YAZ作为扩展添加到XAMPP中,但是当我在PHPINFO中检查YAZ部分时,那里没有YAZ部分。 Can somebody try to install it check if it is only my problem or there is something wrong? 有人可以尝试安装它只是检查我的问题还是有什么问题吗?

So after all installation tutorials, it appears that even though the extension can be enabled just by adding DLL file into ext folder but it is necessary to add other DLL files, except php_*.dll where * is name of the extension, into apache\\bin\\ folder. 因此,在所有安装教程中,似乎可以通过仅将DLL文件添加到ext文件夹中来启用扩展名,但是有必要将其他DLL文件( php_*.dll除外,其中*是扩展名)添加到apache\\bin\\文件夹。 Then restart server and in phpinfo you should have new extension section. 然后重新启动服务器,在phpinfo中,您应该有新的扩展部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM