Xampp MS SQL server PHP 5.6(Xampp MS SQL 服务器 PHP 5.6)
问题描述
我有一个运行 PHP 5.6 的 xampp.通常我使用 mysql 服务器,但对于已经存在的脚本,我需要一个 MS SQL 服务器.
I have a xampp running with PHP 5.6. Normally I use mysql server, but for a script that already exists i need a MS SQL server.
我在网上搜索并安装了SQL server 2012.
I searched on the net and installed SQL server 2012.
但现在我需要 PHP 的驱动程序.可惜我只能找到支持5.4、5.5的版本..
But now I need the drivers for PHP. Unfornunately I can only find a version that supports 5.4, 5.5..
(http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx)
有没有办法让它与 5.6 一起工作?
Is there a way to let this work with 5.6?
推荐答案
我在网上搜索了一段时间..这个问题发了10m,终于找到了一个非官方的驱动..
I searched the net for a while.. After posting this question for 10m, I finally found a unofficial driver..
希望这可行,我会检查一下..
Hope this works, I will check this out..
您可以在以下位置找到它:http://robsphp.blogspot.be/2012/06/unofficial-microsoft-sql-server-driver.html
You can find it on: http://robsphp.blogspot.be/2012/06/unofficial-microsoft-sql-server-driver.html
这篇关于Xampp MS SQL 服务器 PHP 5.6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Xampp MS SQL 服务器 PHP 5.6


基础教程推荐
- XAMPP 服务器不加载 CSS 文件 2022-01-01
- 在多维数组中查找最大值 2021-01-01
- WooCommerce 中选定产品类别的自定义产品价格后缀 2021-01-01
- 在 Woocommerce 中根据运输方式和付款方式添加费用 2021-01-01
- mysqli_insert_id 是否有可能在高流量应用程序中返回 2021-01-01
- 超薄框架REST服务两次获得输出 2022-01-01
- 如何在 PHP 中的请求之间持久化对象 2022-01-01
- Libpuzzle 索引数百万张图片? 2022-01-01
- 通过 PHP SoapClient 请求发送原始 XML 2021-01-01
- 在 PHP 中强制下载文件 - 在 Joomla 框架内 2022-01-01