{"id":1109,"date":"2023-03-26T19:38:37","date_gmt":"2023-03-26T19:38:37","guid":{"rendered":"https:\/\/wade.one\/blog\/?p=1109"},"modified":"2023-03-26T19:42:00","modified_gmt":"2023-03-26T19:42:00","slug":"php-8-2-vs-7-4","status":"publish","type":"post","link":"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/","title":{"rendered":"PHP 8.2 vs 7.4"},"content":{"rendered":"\n<p>PHP is a widely used programming language that has been evolving rapidly in recent years. PHP 8.2 is the latest release, which came out on November 25th, 2021. This version brings several improvements, new features, and bug fixes, making it more efficient and secure than PHP 7.4. In this blog post, I&#8217;ll briefly discuss the benefits of PHP 8.2 over its predecessor, PHP 7.4 (pretending the minors\/majors did not exist!)<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Improved Performance<\/li>\n<\/ol>\n\n\n\n<p>One of the significant benefits of PHP 8.2 is improved performance. PHP 8.2 is faster and more efficient than PHP 7.4, thanks to the new JIT compiler. JIT stands for Just-In-Time, and it allows PHP to compile code at runtime, resulting in faster execution times. This improvement in performance can be seen in benchmarks, where PHP 8.2 outperforms PHP 7.4 by a significant margin.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"2\">\n<li>Typed Properties<\/li>\n<\/ol>\n\n\n\n<p>PHP 8.2 introduces typed properties, which allow developers to specify the type of a class property. This feature improves the maintainability and readability of code by reducing the possibility of type-related errors. In PHP 7.4, developers had to use type annotations to specify the type of properties, which was not as convenient as typed properties.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"3\">\n<li>Readonly Properties<\/li>\n<\/ol>\n\n\n\n<p>PHP 8.2 also introduces readonly properties, which allow developers to define properties that can only be set once during initialization. Readonly properties can be useful for creating immutable objects, which are objects that cannot be modified once they are created. This feature improves the security and stability of code by preventing accidental modification of objects.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Improved Error Handling<\/li>\n<\/ol>\n\n\n\n<p>PHP 8.2 brings improvements to error handling, making it easier for developers to identify and fix errors in their code. One of the new features is the ability to catch multiple exceptions in a single catch block. This feature improves the readability of code and reduces redundancy. Additionally, PHP 8.2 introduces the error handling function called &#8220;str_contains,&#8221; which simplifies error handling by checking if a string contains a specific substring.<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"5\">\n<li>New Functions<\/li>\n<\/ol>\n\n\n\n<p>PHP 8.2 also introduces several new functions, including:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>str_contains: checks if a string contains a specific substring.<\/li>\n\n\n\n<li>get_resource_id: retrieves the resource ID of a resource variable.<\/li>\n\n\n\n<li>str_starts_with: checks if a string starts with a specific substring.<\/li>\n\n\n\n<li>str_ends_with: checks if a string ends with a specific substring.<\/li>\n<\/ul>\n\n\n\n<p>These new functions simplify coding and improve readability by reducing the number of lines of code required to perform certain tasks.<\/p>\n\n\n\n<p>Conclusion<\/p>\n\n\n\n<p>PHP 8.2 brings several improvements and new features over its predecessor, PHP 7.4. These improvements include improved performance, typed properties, readonly properties, improved error handling, and new functions. These improvements and new features make PHP 8.2 a more efficient, secure, and productive language than PHP 7.4. If you&#8217;re currently using PHP 7.4, I&#8217;d highly recommended that you upgrade to PHP 8.2 to take advantage of these benefits.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>PHP is a widely used programming language that has been evolving rapidly in recent years. PHP 8.2 is the latest release, which came out on November 25th, 2021. This version brings several improvements, new features, and bug fixes, making it more efficient and secure than PHP 7.4. In this blog post, I&#8217;ll briefly discuss the &#8230; <a href=\"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/\" class=\"more-link\">Read More<span class=\"screen-reader-text\"> &#8220;PHP 8.2 vs 7.4&#8221;<\/span> &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"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":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[28,13,25],"tags":[],"class_list":["post-1109","post","type-post","status-publish","format-standard","hentry","category-php","category-programming","category-software-engineer"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>PHP 8.2 vs 7.4 - wade.one<\/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:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PHP 8.2 vs 7.4 - wade.one\" \/>\n<meta property=\"og:description\" content=\"PHP is a widely used programming language that has been evolving rapidly in recent years. PHP 8.2 is the latest release, which came out on November 25th, 2021. This version brings several improvements, new features, and bug fixes, making it more efficient and secure than PHP 7.4. In this blog post, I&#8217;ll briefly discuss the ... Read More &quot;PHP 8.2 vs 7.4&quot; &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/\" \/>\n<meta property=\"og:site_name\" content=\"wade.one\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-26T19:38:37+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-03-26T19:42:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wade.one\/blog\/wp-content\/uploads\/2015\/02\/Wade-Logo-cropped.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1518\" \/>\n\t<meta property=\"og:image:height\" content=\"1506\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Wade\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@wadewomersley\" \/>\n<meta name=\"twitter:site\" content=\"@wadewomersley\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Wade\" \/>\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:\\\/\\\/wade.one\\\/blog\\\/2023\\\/03\\\/26\\\/php-8-2-vs-7-4\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2023\\\/03\\\/26\\\/php-8-2-vs-7-4\\\/\"},\"author\":{\"name\":\"Wade\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#\\\/schema\\\/person\\\/f9dedd948575256e77a44aa1417f63de\"},\"headline\":\"PHP 8.2 vs 7.4\",\"datePublished\":\"2023-03-26T19:38:37+00:00\",\"dateModified\":\"2023-03-26T19:42:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2023\\\/03\\\/26\\\/php-8-2-vs-7-4\\\/\"},\"wordCount\":452,\"publisher\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#\\\/schema\\\/person\\\/8b4739f8f8bb2cff5d792d4b8779fcc3\"},\"articleSection\":[\"PHP\",\"Programming\",\"Software Engineer\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2023\\\/03\\\/26\\\/php-8-2-vs-7-4\\\/\",\"url\":\"https:\\\/\\\/wade.one\\\/blog\\\/2023\\\/03\\\/26\\\/php-8-2-vs-7-4\\\/\",\"name\":\"PHP 8.2 vs 7.4 - wade.one\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#website\"},\"datePublished\":\"2023-03-26T19:38:37+00:00\",\"dateModified\":\"2023-03-26T19:42:00+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2023\\\/03\\\/26\\\/php-8-2-vs-7-4\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/wade.one\\\/blog\\\/2023\\\/03\\\/26\\\/php-8-2-vs-7-4\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/2023\\\/03\\\/26\\\/php-8-2-vs-7-4\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/wade.one\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PHP 8.2 vs 7.4\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/wade.one\\\/blog\\\/\",\"name\":\"wade.one\",\"description\":\"wade womersley - york based software engineer\",\"publisher\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#\\\/schema\\\/person\\\/8b4739f8f8bb2cff5d792d4b8779fcc3\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/wade.one\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#\\\/schema\\\/person\\\/8b4739f8f8bb2cff5d792d4b8779fcc3\",\"name\":\"Wade Womersley\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/200px.png\",\"url\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/200px.png\",\"contentUrl\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/200px.png\",\"width\":202,\"height\":200,\"caption\":\"Wade Womersley\"},\"logo\":{\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/wp-content\\\/uploads\\\/2015\\\/02\\\/200px.png\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/wade.one\\\/blog\\\/#\\\/schema\\\/person\\\/f9dedd948575256e77a44aa1417f63de\",\"name\":\"Wade\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/94100ef7361b8aaac136b852c8df93bdd10942165a122d5c56e4466cc403e5d9?s=96&d=retro&r=pg\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/94100ef7361b8aaac136b852c8df93bdd10942165a122d5c56e4466cc403e5d9?s=96&d=retro&r=pg\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/94100ef7361b8aaac136b852c8df93bdd10942165a122d5c56e4466cc403e5d9?s=96&d=retro&r=pg\",\"caption\":\"Wade\"},\"url\":\"https:\\\/\\\/wade.one\\\/blog\\\/author\\\/wade\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"PHP 8.2 vs 7.4 - wade.one","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:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/","og_locale":"en_GB","og_type":"article","og_title":"PHP 8.2 vs 7.4 - wade.one","og_description":"PHP is a widely used programming language that has been evolving rapidly in recent years. PHP 8.2 is the latest release, which came out on November 25th, 2021. This version brings several improvements, new features, and bug fixes, making it more efficient and secure than PHP 7.4. In this blog post, I&#8217;ll briefly discuss the ... Read More \"PHP 8.2 vs 7.4\" &raquo;","og_url":"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/","og_site_name":"wade.one","article_published_time":"2023-03-26T19:38:37+00:00","article_modified_time":"2023-03-26T19:42:00+00:00","og_image":[{"width":1518,"height":1506,"url":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2015\/02\/Wade-Logo-cropped.png","type":"image\/png"}],"author":"Wade","twitter_card":"summary_large_image","twitter_creator":"@wadewomersley","twitter_site":"@wadewomersley","twitter_misc":{"Written by":"Wade","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/#article","isPartOf":{"@id":"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/"},"author":{"name":"Wade","@id":"https:\/\/wade.one\/blog\/#\/schema\/person\/f9dedd948575256e77a44aa1417f63de"},"headline":"PHP 8.2 vs 7.4","datePublished":"2023-03-26T19:38:37+00:00","dateModified":"2023-03-26T19:42:00+00:00","mainEntityOfPage":{"@id":"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/"},"wordCount":452,"publisher":{"@id":"https:\/\/wade.one\/blog\/#\/schema\/person\/8b4739f8f8bb2cff5d792d4b8779fcc3"},"articleSection":["PHP","Programming","Software Engineer"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/","url":"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/","name":"PHP 8.2 vs 7.4 - wade.one","isPartOf":{"@id":"https:\/\/wade.one\/blog\/#website"},"datePublished":"2023-03-26T19:38:37+00:00","dateModified":"2023-03-26T19:42:00+00:00","breadcrumb":{"@id":"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wade.one\/blog\/2023\/03\/26\/php-8-2-vs-7-4\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wade.one\/blog\/"},{"@type":"ListItem","position":2,"name":"PHP 8.2 vs 7.4"}]},{"@type":"WebSite","@id":"https:\/\/wade.one\/blog\/#website","url":"https:\/\/wade.one\/blog\/","name":"wade.one","description":"wade womersley - york based software engineer","publisher":{"@id":"https:\/\/wade.one\/blog\/#\/schema\/person\/8b4739f8f8bb2cff5d792d4b8779fcc3"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wade.one\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/wade.one\/blog\/#\/schema\/person\/8b4739f8f8bb2cff5d792d4b8779fcc3","name":"Wade Womersley","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2015\/02\/200px.png","url":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2015\/02\/200px.png","contentUrl":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2015\/02\/200px.png","width":202,"height":200,"caption":"Wade Womersley"},"logo":{"@id":"https:\/\/wade.one\/blog\/wp-content\/uploads\/2015\/02\/200px.png"}},{"@type":"Person","@id":"https:\/\/wade.one\/blog\/#\/schema\/person\/f9dedd948575256e77a44aa1417f63de","name":"Wade","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/secure.gravatar.com\/avatar\/94100ef7361b8aaac136b852c8df93bdd10942165a122d5c56e4466cc403e5d9?s=96&d=retro&r=pg","url":"https:\/\/secure.gravatar.com\/avatar\/94100ef7361b8aaac136b852c8df93bdd10942165a122d5c56e4466cc403e5d9?s=96&d=retro&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/94100ef7361b8aaac136b852c8df93bdd10942165a122d5c56e4466cc403e5d9?s=96&d=retro&r=pg","caption":"Wade"},"url":"https:\/\/wade.one\/blog\/author\/wade\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":1120,"url":"https:\/\/wade.one\/blog\/2023\/03\/28\/php-in-2023-why-its-still-relevant-and-a-smart-hiring-decision\/","url_meta":{"origin":1109,"position":0},"title":"PHP in 2023: Why It&#8217;s Still Relevant and a Smart Hiring Decision","author":"Wade","date":"March 28, 2023","format":false,"excerpt":"There are few languages that have stood the test of time like PHP. First introduced in 1994, PHP has been powering websites for nearly three decades. While many new and powerful languages have emerged since then, PHP remains an essential tool in the web developer's arsenal. In this blog post,\u2026","rel":"","context":"In &quot;PHP&quot;","block_context":{"text":"PHP","link":"https:\/\/wade.one\/blog\/category\/php\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1152,"url":"https:\/\/wade.one\/blog\/2026\/03\/25\/php-8-5-4-released-upgrade-if-you-re-on-8-5\/","url_meta":{"origin":1109,"position":1},"title":"PHP 8.5.4 Released: Upgrade if You&#8217;re on 8.5","author":"Wade","date":"March 25, 2026","format":false,"excerpt":"PHP 8.5.4 is a bug-fix release, not a feature release. If you are already on PHP 8.5, you should update. If you are still on 8.4, this alone is not the reason to jump.","rel":"","context":"In &quot;PHP&quot;","block_context":{"text":"PHP","link":"https:\/\/wade.one\/blog\/category\/php\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1140,"url":"https:\/\/wade.one\/blog\/2023\/04\/08\/upgrading-to-php-8-what-you-need-to-know\/","url_meta":{"origin":1109,"position":2},"title":"Upgrading to PHP 8: What You Need to Know","author":"Wade","date":"April 8, 2023","format":false,"excerpt":"Are you considering upgrading your website's PHP version from 7.x to 8.x? While upgrading can offer benefits like improved performance and security, it's important to be aware of potential compatibility issues that may arise. In this post, we'll explore some things to consider before making the switch. Deprecated Functions and\u2026","rel":"","context":"In &quot;PHP&quot;","block_context":{"text":"PHP","link":"https:\/\/wade.one\/blog\/category\/php\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":21,"url":"https:\/\/wade.one\/blog\/2009\/09\/01\/php-fundamentals\/","url_meta":{"origin":1109,"position":3},"title":"PHP FUNdamentals","author":"Wade","date":"September 1, 2009","format":false,"excerpt":"The title isn't really correct as, well, they're not fundamentals...however they're not fun so that was my best effort to get sarcasm into the title. I love programming in PHP, and I must admit, I do enjoy finding solutions to problems that most people would probably tear their hair out\u2026","rel":"","context":"In &quot;Programming&quot;","block_context":{"text":"Programming","link":"https:\/\/wade.one\/blog\/category\/programming\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":581,"url":"https:\/\/wade.one\/blog\/2012\/03\/11\/php-5-4-unofficial-ubuntu-apt-get-available\/","url_meta":{"origin":1109,"position":4},"title":"PHP 5.4 Unofficial Ubuntu apt-get available","author":"Wade","date":"March 11, 2012","format":false,"excerpt":"Ond\u0159ej Sur\u00fd has released apt-get'table packages for PHP 5.4 on Ubuntu.\u00a0 Instructions and installation are available from https:\/\/launchpad.net\/~ondrej\/+archive\/php5 . Think I'll keep custom building for now so I get total control but for the majority of people this is better than waiting until potentially October for it to hit the\u2026","rel":"","context":"In &quot;Programming&quot;","block_context":{"text":"Programming","link":"https:\/\/wade.one\/blog\/category\/programming\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":204,"url":"https:\/\/wade.one\/blog\/2009\/10\/10\/phpnw09-php-north-west-09-conference\/","url_meta":{"origin":1109,"position":5},"title":"PHPNW09 &#8211; PHP North-West 09 Conference","author":"Wade","date":"October 10, 2009","format":false,"excerpt":"Just started in the 3rd talk today by a guy called Rowan Merewood (twitter link). I had no idea he worked at Plus.net - for those of you who don't know me, just take a look on Google for wade womersley plus.net. Unfortunately\u00a0 that means I'm biased to this talk\u2026","rel":"","context":"In &quot;Programming&quot;","block_context":{"text":"Programming","link":"https:\/\/wade.one\/blog\/category\/programming\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/posts\/1109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/comments?post=1109"}],"version-history":[{"count":3,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/posts\/1109\/revisions"}],"predecessor-version":[{"id":1114,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/posts\/1109\/revisions\/1114"}],"wp:attachment":[{"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/media?parent=1109"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/categories?post=1109"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wade.one\/blog\/wp-json\/wp\/v2\/tags?post=1109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}