Tag: php

  • WordPress 6.3 to Drop Support for PHP 5

    WordPress 6.3 to Drop Support for PHP 5

    WordPress is officially dropping support for PHP 5 in the upcoming 6.3 release, which is expected on August 8. WordPress’ minimum supported version has sat at PHP 5.6.20 since 2019, but will be updated to 7.0.0 in the next release. The recommended PHP version will stay the same at 7.4+. “The minimum supported version was last…

  • Yoast SEO 20.5 Drops Support for PHP 5.6, 7.0, and 7.1

    Yoast SEO 20.5 Drops Support for PHP 5.6, 7.0, and 7.1

    Yoast SEO 20.5 was released this week with several security fixes and an improved Google SERP preview. The preview shows mobile and desktop snippets with Google’s current styling so users can see exactly how their snippets will look and tweak how they optimize them for Google Search results. Another highlight of this release is that…

  • WordPress Versions 3.7-4.0 No Longer Get Security Updates

    WordPress Versions 3.7-4.0 No Longer Get Security Updates

    In September, WordPress’ Security Team announced it would be dropping support for versions 3.7 through 4.0 by December 1, 2022. Yesterday the final releases for these versions (3.7.41, 3.8.41, 3.9.40, and 4.0.38) were made available to the very small percentage of users who are running ancient versions of WordPress. As part of the final releases,…

  • PHP Foundation Gains Momentum with $280K Estimated Annual Budget on Open Collective

    PHP Foundation Gains Momentum with $280K Estimated Annual Budget on Open Collective

    At the end of November, prominent members of the PHP community formed a new PHP Foundation as a non-profit organization, “to ensure the long life and prosperity of the PHP language.” The founding members include Automattic, Laravel, Acquia, Zend, Craft CMS, Private Packagist, Tideways, PrestaShop, Symfony, and JetBrains—a group of companies with products that rely…

  • Getting Your WordPress Plugins and Themes Ready for PHP 8

    Getting Your WordPress Plugins and Themes Ready for PHP 8

    On Monday, WordPress core contributor Jonathan Desrosiers published a detailed post on the Make WordPress Core blog about the upcoming PHP 8 release and how it affects WordPress. PHP 8 Is Coming Scheduled for release on November 26, 2020, PHP 8 is the next major update to our favorite scripting language. While previous PHP releases…

  • WordPress Should Bump PHP Support on a Transparent and Predictable Schedule

    WordPress Should Bump PHP Support on a Transparent and Predictable Schedule

    Juliette Reinders Folmer released a proposal for WordPress to drop old PHP version support on a fixed schedule. She wrote the proposal after Matt Mullenweg, WordPress co-founder and project lead, reached out to discuss solutions. This was after he closed a Trac ticket last week that sought to drop support for PHP 5.6 and bump…

  • WordPress Bumps Minimum PHP Recommendation to 7.2

    WordPress Bumps Minimum PHP Recommendation to 7.2

    Late last week WordPress made major progress towards the goal of getting users to adopt newer versions of PHP. The ServeHappy API has been updated to set the minimum acceptable PHP version to 7.2, while the WordPress downloads page recommends 7.3 or newer. Sergey Biryukov committed this change on the meta trac after Marius Jensen…

  • PHP Marks 25 Years

    PHP Marks 25 Years

    This week the web is celebrating 25 years since Rasmus Lerdorf released version 1.0 of his “Personal Home Page Tools (PHP Tools).” PHP is now used by 78.9% of all the websites whose server-side programming language W3Techs can detect. (This includes sites in the Alexa top 10 million or in the Tranco top 1 million list.)…

  • Beyond Prefixing: A WordPress Developer’s Guide to PHP Namespaces

    Beyond Prefixing: A WordPress Developer’s Guide to PHP Namespaces

    Prefix everything. It is an adage that is old as the WordPress software itself. Prefixing has been a standard for WordPress developers for so long that it’s hard to imagine doing anything different. But, the time has come for something new. Well, it is long past due, but WordPress lags a bit behind in standard…

  • Coming in WordPress 5.3: What is the PHP Spread Operator?

    Coming in WordPress 5.3: What is the PHP Spread Operator?

    On October 9, Juliette Reinders Folmer announced on the core WordPress blog that WordPress 5.3 will use the spread operator. The spread operator was one of the new features made available in PHP 5.6, a version released in 2014. WordPress abandoned PHP 5.2 – 5.5 with the release of WordPress 5.2. This means the core…

  • WordPress.org Bumps PHP Maximum for Plugin Directory to Version 7.2

    WordPress.org Bumps PHP Maximum for Plugin Directory to Version 7.2

    The WordPress.org SVN system received a version bump to 7.2 on October 3. This change means that plugin authors can now use newer PHP syntax in plugins they submit to the official plugin directory. In the future, the version maximum will match what’s running on WordPress.org. This should be good news for any plugin developers…

  • First Look at PHP 7.4 for WordPress Developers

    First Look at PHP 7.4 for WordPress Developers

    PHP 7.4 is slated for release on November 28, 2019. WordPress 5.3 will also include several commits that address deprecated features. It’s unlikely that most WordPress plugin and theme developers will be able to use the new PHP 7.4 features for a while except when working on setups where they have some measure of control…

  • Codecademy Launches New Free PHP Course

    Codecademy Launches New Free PHP Course

    Codecademy introduced a new free course today called Learn PHP. The company, which offers free coding courses, is rebuilding its PHP education after removing all of its PHP courses in 2017. A Codecademy representative explained that the courses were outdated and that their team thought PHP was declining in popularity: The PHP courses were very…