{"id":1203,"date":"2011-04-15T10:51:44","date_gmt":"2011-04-15T15:51:44","guid":{"rendered":"http:\/\/bitpost.com\/news\/?p=1203"},"modified":"2012-08-27T12:38:39","modified_gmt":"2012-08-27T17:38:39","slug":"dangerous-php-ini-defaults-are-set-to-development-settings","status":"publish","type":"post","link":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/","title":{"rendered":"Dangerous php.ini defaults are set to development settings"},"content":{"rendered":"<p>On my recent upgrade of php to 5.3, gentoo created a new slot so that people could run 5 and 5.3 in parallel.  Gentoo is always giving you options (can you handle it?  &#8220;ask yourself, do you feel lucky, punk?&#8221;).  As usual, you must proceed with caution.  And as usual, you will probably learn something along the way.  This time around, the lesson is on php.ini defaults.<!--more-->  <\/p>\n<p>I had to check my old file <\/p>\n<pre><code>\/etc\/php\/apache2-php5\/php.ini<\/code><\/pre>\n<p> against the new <\/p>\n<pre><code>\/etc\/php\/apache2-php5.3\/php.ini<\/code><\/pre>\n<p>and ran into some important issues.  Here are the default php.ini settings that should be <strong>immediately changed<\/strong> for any production environment:<\/p>\n<pre><code>; Production Value: Off\r\n; http:\/\/php.net\/display-errors\r\n; MDM Fix the stupid fracking non-production default\r\n; display_errors = On\r\ndisplay_errors = Off\r\n--\r\n; Production Value: Off\r\n; http:\/\/php.net\/display-startup-errors\r\n; MDM Fix the stupid fracking non-production default\r\n;display_startup_errors = On\r\ndisplay_startup_errors = Off\r\n--\r\n; Production Value: Off\r\n; http:\/\/php.net\/track-errors\r\n; MDM Fix the stupid fracking non-production default\r\n;track_errors = On\r\ntrack_errors = Off\r\n--\r\n; Production value: Off\r\n; http:\/\/php.net\/html-errors\r\n; MDM Fix the stupid fracking non-production default\r\n; html_errors = On\r\nhtml_errors = Off\r\n<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>On my recent upgrade of php to 5.3, gentoo created a new slot so that people could run 5 and 5.3 in parallel. Gentoo is always giving you options (can you handle it? &#8220;ask yourself, do you feel lucky, punk?&#8221;). As usual, you must proceed with caution. And as usual, you will probably learn something [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[15,24],"tags":[165,116,115,43,114,41],"class_list":["post-1203","post","type-post","status-publish","format-standard","hentry","category-gentoo-server","category-php","tag-annoyances","tag-dangerous","tag-development","tag-hacked","tag-production","tag-virtual-hosting"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.9 - aioseo.com -->\n\t<meta name=\"description\" content=\"On my recent upgrade of php to 5.3, gentoo created a new slot so that people could run 5 and 5.3 in parallel. Gentoo is always giving you options (can you handle it? &quot;ask yourself, do you feel lucky, punk?&quot;). As usual, you must proceed with caution. And as usual, you will probably learn something\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"m\"\/>\n\t<meta name=\"keywords\" content=\"gentoo server,php\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.9\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"bitpost.com\/news | Note to self\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Dangerous php.ini defaults are set to development settings | bitpost.com\/news\" \/>\n\t\t<meta property=\"og:description\" content=\"On my recent upgrade of php to 5.3, gentoo created a new slot so that people could run 5 and 5.3 in parallel. Gentoo is always giving you options (can you handle it? &quot;ask yourself, do you feel lucky, punk?&quot;). As usual, you must proceed with caution. And as usual, you will probably learn something\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2011-04-15T15:51:44+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2012-08-27T17:38:39+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Dangerous php.ini defaults are set to development settings | bitpost.com\/news\" \/>\n\t\t<meta name=\"twitter:description\" content=\"On my recent upgrade of php to 5.3, gentoo created a new slot so that people could run 5 and 5.3 in parallel. Gentoo is always giving you options (can you handle it? &quot;ask yourself, do you feel lucky, punk?&quot;). As usual, you must proceed with caution. And as usual, you will probably learn something\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#article\",\"name\":\"Dangerous php.ini defaults are set to development settings | bitpost.com\\\/news\",\"headline\":\"Dangerous php.ini defaults are set to development settings\",\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"},\"datePublished\":\"2011-04-15T10:51:44-04:00\",\"dateModified\":\"2012-08-27T12:38:39-04:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#webpage\"},\"articleSection\":\"Gentoo Server, PHP, annoyances, dangerous, development, hacked, production, virtual hosting\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"name\":\"Tricks Tips Tools\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"position\":2,\"name\":\"Tricks Tips Tools\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/gentoo-server\\\/#listItem\",\"name\":\"Gentoo Server\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/gentoo-server\\\/#listItem\",\"position\":3,\"name\":\"Gentoo Server\",\"item\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/gentoo-server\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#listItem\",\"name\":\"Dangerous php.ini defaults are set to development settings\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/#listItem\",\"name\":\"Tricks Tips Tools\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#listItem\",\"position\":4,\"name\":\"Dangerous php.ini defaults are set to development settings\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/category\\\/tricks-tips-tools\\\/gentoo-server\\\/#listItem\",\"name\":\"Gentoo Server\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/\",\"name\":\"m\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg\",\"width\":96,\"height\":96,\"caption\":\"m\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#webpage\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/\",\"name\":\"Dangerous php.ini defaults are set to development settings | bitpost.com\\\/news\",\"description\":\"On my recent upgrade of php to 5.3, gentoo created a new slot so that people could run 5 and 5.3 in parallel. Gentoo is always giving you options (can you handle it? \\\"ask yourself, do you feel lucky, punk?\\\"). As usual, you must proceed with caution. And as usual, you will probably learn something\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/2011\\\/dangerous-php-ini-defaults-are-set-to-development-settings\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/author\\\/m\\\/#author\"},\"datePublished\":\"2011-04-15T10:51:44-04:00\",\"dateModified\":\"2012-08-27T12:38:39-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#website\",\"url\":\"https:\\\/\\\/bitpost.com\\\/news\\\/\",\"name\":\"bitpost.com\\\/news\",\"description\":\"Note to self\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/bitpost.com\\\/news\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Dangerous php.ini defaults are set to development settings | bitpost.com\/news","description":"On my recent upgrade of php to 5.3, gentoo created a new slot so that people could run 5 and 5.3 in parallel. Gentoo is always giving you options (can you handle it? \"ask yourself, do you feel lucky, punk?\"). As usual, you must proceed with caution. And as usual, you will probably learn something","canonical_url":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/","robots":"max-image-preview:large","keywords":"gentoo server,php","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#article","name":"Dangerous php.ini defaults are set to development settings | bitpost.com\/news","headline":"Dangerous php.ini defaults are set to development settings","author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"},"datePublished":"2011-04-15T10:51:44-04:00","dateModified":"2012-08-27T12:38:39-04:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#webpage"},"isPartOf":{"@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#webpage"},"articleSection":"Gentoo Server, PHP, annoyances, dangerous, development, hacked, production, virtual hosting"},{"@type":"BreadcrumbList","@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","position":1,"name":"Home","item":"https:\/\/bitpost.com\/news","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","name":"Tricks Tips Tools"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","position":2,"name":"Tricks Tips Tools","item":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/gentoo-server\/#listItem","name":"Gentoo Server"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/gentoo-server\/#listItem","position":3,"name":"Gentoo Server","item":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/gentoo-server\/","nextItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#listItem","name":"Dangerous php.ini defaults are set to development settings"},"previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/#listItem","name":"Tricks Tips Tools"}},{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#listItem","position":4,"name":"Dangerous php.ini defaults are set to development settings","previousItem":{"@type":"ListItem","@id":"https:\/\/bitpost.com\/news\/category\/tricks-tips-tools\/gentoo-server\/#listItem","name":"Gentoo Server"}}]},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/#person","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"Person","@id":"https:\/\/bitpost.com\/news\/author\/m\/#author","url":"https:\/\/bitpost.com\/news\/author\/m\/","name":"m","image":{"@type":"ImageObject","@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/884c1dbbf1027f261dbf20652687af7ad0030bfa71ff0ef56540938bdc70be2f?s=96&d=monsterid&r=pg","width":96,"height":96,"caption":"m"}},{"@type":"WebPage","@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#webpage","url":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/","name":"Dangerous php.ini defaults are set to development settings | bitpost.com\/news","description":"On my recent upgrade of php to 5.3, gentoo created a new slot so that people could run 5 and 5.3 in parallel. Gentoo is always giving you options (can you handle it? \"ask yourself, do you feel lucky, punk?\"). As usual, you must proceed with caution. And as usual, you will probably learn something","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/bitpost.com\/news\/#website"},"breadcrumb":{"@id":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/#breadcrumblist"},"author":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"creator":{"@id":"https:\/\/bitpost.com\/news\/author\/m\/#author"},"datePublished":"2011-04-15T10:51:44-04:00","dateModified":"2012-08-27T12:38:39-04:00"},{"@type":"WebSite","@id":"https:\/\/bitpost.com\/news\/#website","url":"https:\/\/bitpost.com\/news\/","name":"bitpost.com\/news","description":"Note to self","inLanguage":"en-US","publisher":{"@id":"https:\/\/bitpost.com\/news\/#person"}}]},"og:locale":"en_US","og:site_name":"bitpost.com\/news | Note to self","og:type":"article","og:title":"Dangerous php.ini defaults are set to development settings | bitpost.com\/news","og:description":"On my recent upgrade of php to 5.3, gentoo created a new slot so that people could run 5 and 5.3 in parallel. Gentoo is always giving you options (can you handle it? &quot;ask yourself, do you feel lucky, punk?&quot;). As usual, you must proceed with caution. And as usual, you will probably learn something","og:url":"https:\/\/bitpost.com\/news\/2011\/dangerous-php-ini-defaults-are-set-to-development-settings\/","article:published_time":"2011-04-15T15:51:44+00:00","article:modified_time":"2012-08-27T17:38:39+00:00","twitter:card":"summary","twitter:title":"Dangerous php.ini defaults are set to development settings | bitpost.com\/news","twitter:description":"On my recent upgrade of php to 5.3, gentoo created a new slot so that people could run 5 and 5.3 in parallel. Gentoo is always giving you options (can you handle it? &quot;ask yourself, do you feel lucky, punk?&quot;). As usual, you must proceed with caution. And as usual, you will probably learn something"},"aioseo_meta_data":{"post_id":"1203","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-13 19:49:25","updated":"2025-08-17 19:08:28","seo_analyzer_scan_date":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p9M11L-jp","jetpack_likes_enabled":true,"_links":{"self":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/1203","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/comments?post=1203"}],"version-history":[{"count":9,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/1203\/revisions"}],"predecessor-version":[{"id":1467,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/posts\/1203\/revisions\/1467"}],"wp:attachment":[{"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/media?parent=1203"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/categories?post=1203"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bitpost.com\/news\/wp-json\/wp\/v2\/tags?post=1203"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}