home.social

#php5 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #php5, aggregated by home.social.

  1. @foppel sent me a link to the opening credits of “Sendung mit der Maus” in Klingon, which is great in itself, but what I saw first was something else. Check out the URL 😉 #PHP5

    wdrmaus.de/extras/mausthemen/w

  2. @yantor3d In my last job I had a task to upgrade #PHP from #PHP5 to #PHP8. I started adding type declarations and improving error handling.

    "No, no, no! we need to remove the in-house String and Integer types from existing code to avoid the conflicts so this code can run in both PHP 5 and PHP 8!"

  3. @oldperl #php5? 😳😱

    Ich entnehme deinem Post, das modified und somit auch das entsprechende #xtc mittlerweile doch das Zeitliche gesegnet haben?

  4. Trying to get work out my head only to hit in this little cute Library on the seaside - they offer books to borrow in case you get bored, mostly for kids - but what did my eyes see by just passing by???

    aaaaaa I am haunted 😅😂

    #PHP5 #CasaSeaSide

  5. 📣The era of PHP5 support is coming to an end #WordPress! Join us on WPwatercooler tomorrow, Friday at 11am PT, 2pm ET, 1800 UTC for our latest episode live, "Breaking Changes: WordPress 6.3 Drops PHP5." 💻

    We'll be discussing the impactful shift from PHP5 to PHP7 and what this means for your site and the entire WordPress ecosystem.

    @jasontucker
    @boogah
    @skc

    🔗 Tune in live: wpwatercooler.com/devbranch/ep #PHP5 #PHP7 #security #WPwatercooler 🎙️

  6. The era of PHP5 support is coming to an end, marking a new phase in WordPress development. We’ll discuss how this shift from PHP5 to a minimum PHP7 support will impact both the end-users and the WordPress ecosystem at large. The episode will include the implications for those still using PHP5, and the benefits of the change, […]

    https://wpwatercooler.com/devbranch/ep29-breaking-changes-wordpress-6-3-drops-php5/

  7. PHP interactive mode is very useful for testing and prototyping. It is similar to the shell mode of Python. To open the PHP interactive mode / shell, simply add the flag --interactive or -a to php. For example:
    php -a
    or
    php --interactive
    #php #php5 #coding #webdev