简体   繁体   English

如何使用xampp lite安装php_sdo

[英]how to install php_sdo with xampp lite

Actually I was using SDO_DAS_XML::create(); 实际上我正在使用SDO_DAS_XML::create(); function in my php code and it requires php_sdo.dll . 函数在我的php代码中,它需要php_sdo.dll So I install it from net and save this at C:\\xampplite\\php\\ext location after that I add this to my php.ini file. 因此,我从网上安装它,并将其保存到C:\\xampplite\\php\\ext位置,然后将其添加到php.ini文件中。 But it still not working even when I start apache from xampp it shows warning PHP Startup: sdo: Unable to inilialize module . 但是,即使我从xampp启动apache仍然无法正常工作,它显示警告PHP Startup: sdo: Unable to inilialize module *Module compiled with module API =20060613 . *使用模块API = 20060613编译的模块。 PHP compiled with module API=20090626.* These options need to match.` 使用模块API = 20090626. *编译的PHP。这些选项需要匹配。

Please help me how to add php_sdo with my xampp. 请帮助我如何在我的xampp中添加php_sdo I am using windows xp. 我正在使用Windows XP。

我从这篇文章中得出的结论是,您下载的dll文件可能会针对比您拥有的PHP版本更早的PHP版本进行编译。您可以尝试使用该dll文件,因为它不会给我PHP 5.3.1带来的问题

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

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