{"id":1154,"date":"2014-08-26T23:17:44","date_gmt":"2014-08-27T07:17:44","guid":{"rendered":"http:\/\/www.ticoneva.com\/journal\/?p=1154"},"modified":"2014-08-26T23:17:44","modified_gmt":"2014-08-27T07:17:44","slug":"php-mysqli-extension-missing","status":"publish","type":"post","link":"https:\/\/www.ticoneva.com\/journal\/?p=1154","title":{"rendered":"PHP mysqli extension missing"},"content":{"rendered":"<p>I encountered this problem today and eventually I realize it was the comment on the line before the mysql dll&#8217;s that was causing the problem.<\/p>\n<p>This is what you should have in php.ini by default for PHP 5.5.16:<\/p>\n<pre><code>;extension=php_exif.dll       Must be after mbstring as it depends on it\r\n;extension=php_mysql.dll\r\n;extension=php_mysqli.dll<\/code><\/pre>\n<p>Besides removing the semi-colons, you also need to delete the line of comment that came after php_exif.dll. This leaves you with<\/p>\n<pre><code>extension=php_exif.dll      \r\nextension=php_mysql.dll\r\nextension=php_mysqli.dll<\/code><\/pre>\n<p>This solves the problem in my case.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I encountered this problem today and eventually I realize it was the comment on the line before the mysql dll&#8217;s that was causing the problem. This is what you should have in php.ini by default for PHP 5.5.16: ;extension=php_exif.dll Must be after mbstring as it depends on it ;extension=php_mysql.dll ;extension=php_mysqli.dll Besides removing the semi-colons, you [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[7],"tags":[],"class_list":["post-1154","post","type-post","status-publish","format-standard","hentry","category-tech-zone"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ticoneva.com\/journal\/index.php?rest_route=\/wp\/v2\/posts\/1154","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ticoneva.com\/journal\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ticoneva.com\/journal\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ticoneva.com\/journal\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ticoneva.com\/journal\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1154"}],"version-history":[{"count":1,"href":"https:\/\/www.ticoneva.com\/journal\/index.php?rest_route=\/wp\/v2\/posts\/1154\/revisions"}],"predecessor-version":[{"id":1155,"href":"https:\/\/www.ticoneva.com\/journal\/index.php?rest_route=\/wp\/v2\/posts\/1154\/revisions\/1155"}],"wp:attachment":[{"href":"https:\/\/www.ticoneva.com\/journal\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1154"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ticoneva.com\/journal\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1154"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ticoneva.com\/journal\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1154"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}