{"id":20545,"date":"2017-07-18T09:00:00","date_gmt":"2017-07-18T16:00:00","guid":{"rendered":"https:\/\/blogs.technet.microsoft.com\/dataplatforminsider\/?p=20545"},"modified":"2024-01-22T22:51:00","modified_gmt":"2024-01-23T06:51:00","slug":"microsoft-drivers-v4-3-0-for-php-for-sql-server-released","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/","title":{"rendered":"Microsoft Drivers v4.3.0 for PHP for SQL Server released!"},"content":{"rendered":"<p><em>This post was authored by Meet Bhagdev, Program Manager, Microsoft<\/em><\/p>\n<p>Hi all,<\/p>\n<p>We are excited to announce the Production Ready release for the <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=55642\">Microsoft Drivers v4.3.0 for PHP for SQL Server<\/a>. The drivers now support Debian Jessie and macOS. The driver enables access to SQL Server, Azure SQL Database, and Azure SQL DW from any PHP application on Linux, Windows, and macOS.<\/p>\n<p>Notable items for the release:<\/p>\n<h2>Added<\/h2>\n<ul>\n<li>PHP 7.1 support<\/li>\n<li>Added Unicode Column name support (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/138\">issue #138<\/a>)<\/li>\n<li>Support for <a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/wiki\/Features#TNIR\">transparent connections to AlwaysOn Availability Groups<\/a>. The driver quickly discovers the current AlwaysOn topology of your server infrastructure and connects to the current active server transparently.<\/li>\n<li>Added support for sql_variant data type with limitation (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/51\">issue #51<\/a> and <a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/127\">issue #127<\/a>)<\/li>\n<li><b>Debian Jessie<\/b> (tested on Debian 8.7) and <b>macOS<\/b> (El Capitan and above) support<\/li>\n<li><a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/wiki\/Connection-Resiliency\">Connection Resiliency<\/a> support for Windows<\/li>\n<li><a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/wiki\/Connection-Pooling-on-Linux-and-Mac\">Connection pooling<\/a> support for Linux and macOS<\/li>\n<\/ul>\n<h2>Fixed<\/h2>\n<ul>\n<li>Fixed the assertion error (Linux) when fetching data from a binary column using the binary encoding (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/226\">issue #226<\/a>)<\/li>\n<li>Fixed PECL installation errors when PHP was installed from source (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/213\">issue #213<\/a>)<\/li>\n<li>Fixed issue output parameters bound to empty string (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/182\">issue #182<\/a>)<\/li>\n<li>Fixed a memory leak in closing connection resources<\/li>\n<li>Fixed load ordering issue in MacOS (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/417\">issue #417<\/a>)<\/li>\n<li>Fixed the issue with driver loading order in macOS<\/li>\n<li>Fixed null returned when an empty string is set to an output parameter (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/308\">issue #308<\/a>)<\/li>\n<li><b>SQLSRV only<\/b>\n<ul>\n<li>Fixed sqlsrv client buffer size to only allow positive integers (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/228\">issue #228<\/a>)<\/li>\n<li>Fixed sqlsrv_num_rows() when the client buffered result is null (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/330\">issue #330<\/a>)<\/li>\n<li>Fixed issues with sqlsrv_has_rows() to prevent it from moving statement cursor (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/37\">issue #37<\/a>)<\/li>\n<li>Fixed conversion warnings because of some const chars (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/332\">issue #332<\/a>)<\/li>\n<li>Fixed debug abort error when building the driver in debug mode with PHP 7.1<\/li>\n<li>Fixed string truncation when binding varchar(max), nvarchar(max), varbinary(max), and xml types (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/231\">issue #231<\/a>)<\/li>\n<li>Fixed fatal error when fetching empty nvarchar (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/69\">issue #69<\/a>)<\/li>\n<li>Fixed fatal error when calling sqlsrv_fetch() with an out of bound offset for SQLSRV_SCROLL_ABSOLUTE (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/223\">issue #223<\/a>)<\/li>\n<\/ul>\n<\/li>\n<li><b>PDO_SQLSRV only<\/b>\n<ul>\n<li>Fixed issue with SQLSRV_ATTR_FETCHES_NUMERIC_TYPE when column return type is set on statement (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/173\">issue #173<\/a>)<\/li>\n<li>Improved performance by implementing a cache to store column SQL types and display sizes (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/189\">issue #189<\/a>)<\/li>\n<li>Fixed segmentation fault with PDOStatement::getColumnMeta() when the supplied column index is out of range (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/224\">issue #224<\/a>)<\/li>\n<li>Fixed issue with the unsupported attribute PDO::ATTR_PERSISTENT in connection (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/65\">issue #65<\/a>)<\/li>\n<li>Fixed the issue with executing DELETE operation on a nonexistent value (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/336\">issue #336<\/a>)<\/li>\n<li>Fixed incorrectly binding of unicode parameter when emulate prepare is on and the encoding is set at the statement level (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/92\">issue #92<\/a>)<\/li>\n<li>Fixed binary column binding when emulate prepare is on (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/140\">issue #140<\/a>)<\/li>\n<li>Fixed wrong value returned when fetching varbinary value on Linux (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/270\">issue #270<\/a>)<\/li>\n<li>Fixed binary data not returned when the column is bound by name (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/35\">issue #35<\/a>)<\/li>\n<li>Fixed exception thrown on closeCursor() when the statement has not been executed (<a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/issues\/267\">issue #267<\/a>)<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>Limitations<\/h2>\n<ul>\n<li>No support for input\/output parameters when using sql_variant type<\/li>\n<\/ul>\n<h2>Known issue<\/h2>\n<ul>\n<li>When pooling is enabled in Linux or macOS\n<ul>\n<li>unixODBC &lt;= 2.3.4 (Linux and macOS) might not return proper diagnostics information, such as error messages, warnings, and informative messages<\/li>\n<li>Because of this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples <a href=\"https:\/\/github.com\/Microsoft\/msphpsql\/wiki\/Connection-Pooling-on-Linux-and-Mac\">here<\/a>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>Get started<\/h2>\n<ul>\n<li><a href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/developer-get-started\/php\/ubuntu\"><b>Ubuntu + SQL Server + PHP 7<\/b><\/a><\/li>\n<li><a href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/developer-get-started\/php\/rhel\"><b>RedHat + SQL Server + PHP 7<\/b><\/a><\/li>\n<li><a href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/developer-get-started\/php\/windows\"><b>Windows + SQL Server + PHP 7<\/b><\/a><\/li>\n<li><a href=\"https:\/\/hub.docker.com\/r\/lbosqmsft\/mssql-php-msphpsql\/\"><b>Docker<\/b><\/a><\/li>\n<li><a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=55642\"><b>Download Center<\/b><\/a><\/li>\n<\/ul>\n<h2>Getting Drivers for PHP5 and older runtimes<\/h2>\n<p>You can download the Microsoft PHP Drivers for SQL Server for PHP 5.4, 5.5, and 5.6 from the download center: <a href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=20098\">https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=20098<\/a>. Version 3.0 supports PHP 5.4, version 3.1 supports PHP 5.4 and PHP 5.5, and version 3.2 supports PHP 5.4, 5.5, and 5.6.<\/p>\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n<tbody>\n<tr>\n<td><b>PHP Driver<\/b><\/td>\n<td><b>Version Supported<\/b><\/td>\n<\/tr>\n<tr>\n<td>v3.2<\/td>\n<td>PHP 5.6, 5.5, 5.4<\/td>\n<\/tr>\n<tr>\n<td>v3.1<\/td>\n<td>PHP 5.5, 5.4<\/td>\n<\/tr>\n<tr>\n<td>v3.1<\/td>\n<td>PHP 5.4<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Meet Bhagdev (<a href=\"mailto:meetb@microsoft.com\">meetb@microsoft.com<\/a>)<\/p>\n<p><a href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png\"><img loading=\"lazy\" decoding=\"async\" style=\"padding-top: 0px;padding-left: 0px;padding-right: 0px;border: 0px\" title=\"msftlovesphp\" src=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png\" alt=\"msftlovesphp\" width=\"765\" height=\"431\" border=\"0\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This post was authored by Meet Bhagdev, Program Manager, Microsoft Hi all, We are excited to announce the Production Ready release for the Microsoft Drivers v4.3.0 for PHP for SQL Server. The drivers now support Debian Jessie and macOS.<\/p>\n","protected":false},"author":1457,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","footnotes":""},"post_tag":[],"product":[5226,2391,2388,5227,2406],"content-type":[2421,2448],"topic":[2466,2472],"coauthors":[2487],"class_list":["post-20545","post","type-post","status-publish","format-standard","hentry","product-azure","product-azure-sql-database","product-azure-synapse-analytics","product-sql","product-sql-server-2017","content-type-announcements","content-type-updates","topic-developer","topic-hybrid-data-solutions","review-flag-1593580427-503","review-flag-1593580419-556","review-flag-1-1593580431-15","review-flag-2-1593580436-981","review-flag-3-1593580441-293","review-flag-4-1593580446-456","review-flag-5-1593580452-31","review-flag-6-1593580457-144","review-flag-7-1593580462-294","review-flag-8-1593580467-480"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Microsoft Drivers v4.3.0 for PHP for SQL Server released! - Microsoft SQL Server Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft Drivers v4.3.0 for PHP for SQL Server released! - Microsoft SQL Server Blog\" \/>\n<meta property=\"og:description\" content=\"This post was authored by Meet Bhagdev, Program Manager, Microsoft Hi all, We are excited to announce the Production Ready release for the Microsoft Drivers v4.3.0 for PHP for SQL Server. The drivers now support Debian Jessie and macOS.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft SQL Server Blog\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/sqlserver\" \/>\n<meta property=\"article:published_time\" content=\"2017-07-18T16:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-01-23T06:51:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png\" \/>\n<meta name=\"author\" content=\"SQL Server Team\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:site\" content=\"@SQLServer\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"SQL Server Team\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 min read\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/\"},\"author\":[{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/\",\"@type\":\"Person\",\"@name\":\"SQL Server Team\"}],\"headline\":\"Microsoft Drivers v4.3.0 for PHP for SQL Server released!\",\"datePublished\":\"2017-07-18T16:00:00+00:00\",\"dateModified\":\"2024-01-23T06:51:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/\"},\"wordCount\":610,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/\",\"name\":\"Microsoft Drivers v4.3.0 for PHP for SQL Server released! - Microsoft SQL Server Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png\",\"datePublished\":\"2017-07-18T16:00:00+00:00\",\"dateModified\":\"2024-01-23T06:51:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#primaryimage\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Microsoft Drivers v4.3.0 for PHP for SQL Server released!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"name\":\"Microsoft SQL Server Blog\",\"description\":\"Official News from Microsoft\u2019s Information Platform\",\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization\",\"name\":\"Microsoft SQL Server Blog\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png\",\"width\":259,\"height\":194,\"caption\":\"Microsoft SQL Server Blog\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"http:\/\/www.facebook.com\/sqlserver\",\"https:\/\/x.com\/SQLServer\",\"https:\/\/www.youtube.com\/user\/MSCloudOS\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Microsoft Drivers v4.3.0 for PHP for SQL Server released! - Microsoft SQL Server Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/","og_locale":"en_US","og_type":"article","og_title":"Microsoft Drivers v4.3.0 for PHP for SQL Server released! - Microsoft SQL Server Blog","og_description":"This post was authored by Meet Bhagdev, Program Manager, Microsoft Hi all, We are excited to announce the Production Ready release for the Microsoft Drivers v4.3.0 for PHP for SQL Server. The drivers now support Debian Jessie and macOS.","og_url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/","og_site_name":"Microsoft SQL Server Blog","article_publisher":"http:\/\/www.facebook.com\/sqlserver","article_published_time":"2017-07-18T16:00:00+00:00","article_modified_time":"2024-01-23T06:51:00+00:00","og_image":[{"url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png","type":"","width":"","height":""}],"author":"SQL Server Team","twitter_card":"summary_large_image","twitter_creator":"@SQLServer","twitter_site":"@SQLServer","twitter_misc":{"Written by":"SQL Server Team","Est. reading time":"2 min read"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#article","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/"},"author":[{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/author\/sql-server-team\/","@type":"Person","@name":"SQL Server Team"}],"headline":"Microsoft Drivers v4.3.0 for PHP for SQL Server released!","datePublished":"2017-07-18T16:00:00+00:00","dateModified":"2024-01-23T06:51:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/"},"wordCount":610,"commentCount":0,"publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/","name":"Microsoft Drivers v4.3.0 for PHP for SQL Server released! - Microsoft SQL Server Blog","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#primaryimage"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png","datePublished":"2017-07-18T16:00:00+00:00","dateModified":"2024-01-23T06:51:00+00:00","breadcrumb":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#primaryimage","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2017\/07\/msftlovesphp_thumb.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/2017\/07\/18\/microsoft-drivers-v4-3-0-for-php-for-sql-server-released\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/"},{"@type":"ListItem","position":2,"name":"Microsoft Drivers v4.3.0 for PHP for SQL Server released!"}]},{"@type":"WebSite","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#website","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","name":"Microsoft SQL Server Blog","description":"Official News from Microsoft\u2019s Information Platform","publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#organization","name":"Microsoft SQL Server Blog","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-content\/uploads\/2019\/08\/Microsoft-Logo.png","width":259,"height":194,"caption":"Microsoft SQL Server Blog"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/#\/schema\/logo\/image\/"},"sameAs":["http:\/\/www.facebook.com\/sqlserver","https:\/\/x.com\/SQLServer","https:\/\/www.youtube.com\/user\/MSCloudOS"]}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"_links":{"self":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/20545","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/users\/1457"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/comments?post=20545"}],"version-history":[{"count":0,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/posts\/20545\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/media?parent=20545"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/post_tag?post=20545"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/product?post=20545"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/content-type?post=20545"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/topic?post=20545"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/sql-server\/blog\/wp-json\/wp\/v2\/coauthors?post=20545"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}