{"id":29245,"date":"2024-11-05T20:50:50","date_gmt":"2024-11-05T20:50:50","guid":{"rendered":"https:\/\/home.apeconsulting.co.uk\/adrian\/?p=29245"},"modified":"2024-12-13T09:34:15","modified_gmt":"2024-12-13T09:34:15","slug":"more-php-updates","status":"publish","type":"post","link":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/","title":{"rendered":"More PHP Updates"},"content":{"rendered":"\n<p>It feels like quite a long time since I blogged about <a href=\"https:\/\/home.apeconsulting.co.uk\/adrian\/some-php-updates\/\">PHP<\/a>, and that&#8217;s because it is! &nbsp;Over 5 years, to be precise.&nbsp; Unsurprisingly, none of the supported versions of PHP I was running back then (7.2 and 7.3) &nbsp;are supported today. &nbsp;How about we start with a similar timeline from the PHP <a href=\"https:\/\/www.php.net\">website<\/a>:<\/p>\n<p>&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"441\" src=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2024\/10\/php-support-2024-1024x441.jpg\" alt=\"\" class=\"wp-image-29248\" srcset=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2024\/10\/php-support-2024-980x422.jpg 980w, https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2024\/10\/php-support-2024-480x207.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" \/><figcaption class=\"wp-element-caption\"><a href=\"https:\/\/www.php.net\/supported-versions.php\">PHP Supported Versions<\/a><\/figcaption><\/figure>\n\n\n\n<p>As you can see, only 7.3 is still visible on their support roadmap, and support for that ended back in 2021!&nbsp; 7.4 is pretty much the minimum most web-based applications will work with now, but support for this ended just a year later, at the end of 2022.<\/p>\n<p>Fortunately, most of my online services are running supported versions, but some are proving more problematic to update than others, and I&#8217;m not entirely sure how to upgrade them all.<\/p>\n<p>The process for updating my TrueNAS\/FreeBSD jails is still pretty much as described in the blog from five years ago. The PHP modules change occasionally, with some dropped as they&#8217;ve been included in the core and some new ones added, but they&#8217;re mostly pretty straightforward. Here&#8217;s a quick table of my services using PHP:<\/p>\n\n\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>LimeSurvey<\/td><td>7.4.32<\/td><\/tr><tr><td>MediaWiki<\/td><td>8.2.24<\/td><\/tr><tr><td>Nextcloud<\/td><td>8.3.12<\/td><\/tr><tr><td>Pi-hole<\/td><td>8.1.2<\/td><\/tr><tr><td>WordPress (live)<\/td><td>8.3.12<\/td><\/tr><tr><td>WordPress (test)<\/td><td>7.3.12<\/td><\/tr><\/tbody><\/table><figcaption class=\"wp-element-caption\">APE Services PHP Versions<\/figcaption><\/figure>\n\n\n\n<p>LimeSurvey is running in a FreeBSD jail, which I&#8217;ve updated to 13.4.\u00a0 This will undoubtedly cause me problems, as 7.4 is no longer supported, so a pkg update &amp;&amp; pkg upgrade will break things by removing PHP.\u00a0 I have updated the database to 10.6, and LimeSurvey is running the latest version. Still, when I update PHP to anything other than 7.4, I get the error reported <a href=\"https:\/\/forums.limesurvey.org\/forum\/installation-a-update-issues\/142344-call-to-undefined-function-twig-json_encode-error-after-php-upgrade\">here<\/a> on the LimeSurvey forum.\u00a0 When I get some free time, I&#8217;ll play around a bit more, but this one might need to be rebuilt, perhaps starting to move away from jails to docker containers.<\/p>\n<p>I rebuilt MediaWiki as much as a test as anything when I had some database upgrade issues. This is running a supported version and could be upgraded further if required. The suggested version was 8.2, so that&#8217;s where I went.<\/p>\n<p>I upgraded NextCloud to the latest version, and that seems to be running fine, although I have noticed a few issues in the TrueNAS console where PHP is exiting in this jail, so I will need to keep an eye on things:<\/p>\n<pre class=\"message\">Nov  4 13:21:48 freenas0 kernel: pid 29684 (php-fpm), jid 36, uid 80: exited on signal 10<\/pre>\n<p class=\"message\"><br \/>Pi-hole is running in its own VM, following the <a href=\"https:\/\/docs.pi-hole.net\/main\/basic-install\/\">instructions<\/a> on the website and using the simple curl build script. Other than updating things when I noticed a new version, I&#8217;ve not tried to do anything with PHP. It&#8217;s still receiving security updates until the end of 2025, so I have about 12 months before I need to do anything.<\/p>\n<p>My live WordPress jail, where this blog is hosted, runs 8.2 and could be updated to 8.3. I&#8217;m not really sure why I haven&#8217;t done that, so I will before the end of the year. UPDATE 10-Nov-24: It is now running 8.3.12!<\/p>\n<p>My test WordPress jail is running in a VM as a docker container, and other than updating WordPress, I&#8217;ve not touched the docker container.\u00a0 This is still running 7.3, and I really need to consider updating this, but I&#8217;m unsure where to begin.\u00a0 I will need to understand Docker a little more than I currently do if I&#8217;m considering migrating from TrueNAS Core to Scale at some point in the future, so this might be a good place to start.\u00a0 It wouldn&#8217;t be the end of the world if I completely broke this and needed to create a new test environment.<\/p>\n<p>Anyway, this is starting to sound like one of my annual &#8216;state of the server&#8217; blogs, and given we&#8217;re not too far from the end of the year, I might be doing one of those again, very soon (sorry, Chris)<\/p>\n<pre class=\"message\">\u00a0<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>It feels like quite a long time since I blogged about PHP, and that&#8217;s because it is! &nbsp;Over 5 years, to be precise.&nbsp; Unsurprisingly, none of the supported versions of PHP I was running back then (7.2 and 7.3) &nbsp;are supported today. &nbsp;How about we start with a similar timeline from the PHP website: &nbsp; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2,9,10],"tags":[21],"class_list":["post-29245","post","type-post","status-publish","format-standard","hentry","category-it","category-server","category-software","tag-spellchecked"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>More PHP Updates - Adrian&#039;s 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:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"More PHP Updates - Adrian&#039;s Blog\" \/>\n<meta property=\"og:description\" content=\"It feels like quite a long time since I blogged about PHP, and that&#8217;s because it is! &nbsp;Over 5 years, to be precise.&nbsp; Unsurprisingly, none of the supported versions of PHP I was running back then (7.2 and 7.3) &nbsp;are supported today. &nbsp;How about we start with a similar timeline from the PHP website: &nbsp; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/\" \/>\n<meta property=\"og:site_name\" content=\"Adrian&#039;s Blog\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-05T20:50:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-13T09:34:15+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2024\/10\/php-support-2024.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2316\" \/>\n\t<meta property=\"og:image:height\" content=\"998\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Adrian\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Adrian\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/\"},\"author\":{\"name\":\"Adrian\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"headline\":\"More PHP Updates\",\"datePublished\":\"2024-11-05T20:50:50+00:00\",\"dateModified\":\"2024-12-13T09:34:15+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/\"},\"wordCount\":637,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"image\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/10\\\/php-support-2024-1024x441.jpg\",\"keywords\":[\"Checked\"],\"articleSection\":[\"IT\",\"Server\",\"Software\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/\",\"name\":\"More PHP Updates - Adrian&#039;s Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/10\\\/php-support-2024-1024x441.jpg\",\"datePublished\":\"2024-11-05T20:50:50+00:00\",\"dateModified\":\"2024-12-13T09:34:15+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/#primaryimage\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/10\\\/php-support-2024.jpg\",\"contentUrl\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/wp-content\\\/uploads\\\/sites\\\/2\\\/2024\\\/10\\\/php-support-2024.jpg\",\"width\":2316,\"height\":998,\"caption\":\"Screenshot\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/more-php-updates\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"More PHP Updates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#website\",\"url\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/\",\"name\":\"Adrian&#039;s Blog\",\"description\":\"Ramblings of an IT Geek\",\"publisher\":{\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/home.apeconsulting.co.uk\\\/adrian\\\/#\\\/schema\\\/person\\\/f63f15ff50bb8f956afdd86a816c5d2a\",\"name\":\"Adrian\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\",\"caption\":\"Adrian\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"More PHP Updates - Adrian&#039;s 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:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/","og_locale":"en_GB","og_type":"article","og_title":"More PHP Updates - Adrian&#039;s Blog","og_description":"It feels like quite a long time since I blogged about PHP, and that&#8217;s because it is! &nbsp;Over 5 years, to be precise.&nbsp; Unsurprisingly, none of the supported versions of PHP I was running back then (7.2 and 7.3) &nbsp;are supported today. &nbsp;How about we start with a similar timeline from the PHP website: &nbsp; [&hellip;]","og_url":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/","og_site_name":"Adrian&#039;s Blog","article_published_time":"2024-11-05T20:50:50+00:00","article_modified_time":"2024-12-13T09:34:15+00:00","og_image":[{"width":2316,"height":998,"url":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2024\/10\/php-support-2024.jpg","type":"image\/jpeg"}],"author":"Adrian","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Adrian","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/#article","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/"},"author":{"name":"Adrian","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"headline":"More PHP Updates","datePublished":"2024-11-05T20:50:50+00:00","dateModified":"2024-12-13T09:34:15+00:00","mainEntityOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/"},"wordCount":637,"commentCount":0,"publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"image":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/#primaryimage"},"thumbnailUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2024\/10\/php-support-2024-1024x441.jpg","keywords":["Checked"],"articleSection":["IT","Server","Software"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/","name":"More PHP Updates - Adrian&#039;s Blog","isPartOf":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website"},"primaryImageOfPage":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/#primaryimage"},"image":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/#primaryimage"},"thumbnailUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2024\/10\/php-support-2024-1024x441.jpg","datePublished":"2024-11-05T20:50:50+00:00","dateModified":"2024-12-13T09:34:15+00:00","breadcrumb":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/#primaryimage","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2024\/10\/php-support-2024.jpg","contentUrl":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-content\/uploads\/sites\/2\/2024\/10\/php-support-2024.jpg","width":2316,"height":998,"caption":"Screenshot"},{"@type":"BreadcrumbList","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/more-php-updates\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/home.apeconsulting.co.uk\/adrian\/"},{"@type":"ListItem","position":2,"name":"More PHP Updates"}]},{"@type":"WebSite","@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#website","url":"https:\/\/home.apeconsulting.co.uk\/adrian\/","name":"Adrian&#039;s Blog","description":"Ramblings of an IT Geek","publisher":{"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/home.apeconsulting.co.uk\/adrian\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/home.apeconsulting.co.uk\/adrian\/#\/schema\/person\/f63f15ff50bb8f956afdd86a816c5d2a","name":"Adrian","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g","caption":"Adrian"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/c2e5d9012573aedee25fd68deb071781d974af50ae74bf73aeb0e70433f7390c?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/p90DI4-7BH","jetpack-related-posts":[],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/29245","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/comments?post=29245"}],"version-history":[{"count":9,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/29245\/revisions"}],"predecessor-version":[{"id":29278,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/posts\/29245\/revisions\/29278"}],"wp:attachment":[{"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/media?parent=29245"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/categories?post=29245"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/home.apeconsulting.co.uk\/adrian\/wp-json\/wp\/v2\/tags?post=29245"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}