简体   繁体   English

PHP5.4添加扩展错误

[英]PHP5.4 add extension error

I am having a problem adding an extention to PHP 5.4 我在向PHP 5.4添加扩展时遇到问题

I am running XAMPP 3.2.1 on Windows XP with PHP 5.4. 我在具有PHP 5.4的Windows XP上运行XAMPP 3.2.1。 Everything runs as expected. 一切都按预期运行。

But when I copy the php_dbase.dll to xampp/php/ext and and extension=php_dbase.dll to the php.ini file XAMMP will say: 但是,当我将php_dbase.dll复制到xampp / php / ext并将extension = php_dbase.dll复制到php.ini文件时,XAMMP会说:

  • This application has failed to start because MSVCR110.dll was not found. 由于找不到MSVCR110.dll,此应用程序无法启动。
  • PHP Startup: Unable to load dynamic library: 'C.\\xampp\\php\\ext\\php_dbase.dll' - The specific module could not be found PHP启动:无法加载动态库:'C. \\ xampp \\ php \\ ext \\ php_dbase.dll'-找不到特定的模块

I did the same process on Windows 7 and it worked. 我在Windows 7上执行了相同的过程,并且有效。 But I need to do this on Windows XP. 但是我需要在Windows XP上执行此操作。

Help please? 请帮助?

You need to install the Visual C++ Redistributable for Visual Studio 2012. Download it here 您需要安装Visual Studio 2012的Visual C ++可再发行组件。 在此处下载

MSVCR110.dll is the Microsoft Visual C++ Redistributable dll that is needed for projects built with Visual Studio 2011. The dll letters spell this out. MSVCR110.dll是使用Visual Studio 2011构建的项目所需的Microsoft Visual C ++可再发行的dll。dll字母将其拼写出来。 MS = Microsoft, V = Visual, C = C++, R = Redistributable For Winroy to get started, this file is probably needed. MS = Microsoft,V =视觉,C = C ++,R =可再发行为了开始Winroy,可能需要此文件。 This error appears when you wish to run a software which require the Microsoft Visual C++ Redistributable 2012. The redistributable can easily be downloaded on the Microsoft website as x86 or x64 edition. 当您希望运行需要Microsoft Visual C ++ Redistributable 2012的软件时,会出现此错误。可以在Microsoft网站上轻松下载x86或x64版本的可再发行软件。 Depending on the software you wish to install you need to install either the 32 bit or the 64 bit version. 根据您要安装的软件,您需要安装32位或64位版本。 Refer the following link: http://www.microsoft.com/en-us/download/details.aspx?id=30679 请参考以下链接: http : //www.microsoft.com/zh-cn/download/details.aspx?id=30679

-- Yaqub K, Microsoft Support Engineer, 2013-08-20 from answers.microsoft.com -Yaqub K,Microsoft支持工程师, 2013年8月20日,来自Answers.microsoft.com

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

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