home.social

#php8 — Public Fediverse posts

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

  1. 🤓 Get a peek into the world of PHP releases and cybersecurity with @ericmann. Our latest podcast episode is live! phparch.com/podcast/community- #PHP8 #CodingLife

  2. Here it is! GooseRSS! 🪿

    Turn YouTube channels into RSS feeds so you can watch videos outside of YT.

    And if you're into TV Shows and magnet links, that's supported too.

    github.com/adegans/gooseRSS

    #php #webdevelopment #php8 #selfhosted #rss #youtube #eztv #free #github

  3. 💩
    Why it fails

    Microsoft’s 5.12 drivers were built/tested for PHP 8.1–8.3 (officially). PHP 8.4/8.5 are not yet officially supported, and 8.5 introduces internal changes that break the current driver.

    no mssqlsrv for me in #php8.5 then :(

    #microsoft I will be reaching out

  4. 🤓 Get a peek into the world of PHP releases and cybersecurity with @ericmann. Our latest podcast episode is live! phparch.com/podcast/community- #PHP8 #CodingLife

  5. We are preparing for a #PHP8 migration. This is going to be fun*. We have 383,353 lines of potential mayhem.

    *not fun

    #php

  6. PHP DebugBar + REPL module for Mezzio Framework

    For real-time debugging, profiling, and experimenting with your app's internals.

    Built with:

    🔹 PHP DebugBar (php-debugbar/php-debugbar)
    🔹 Plates (thephpleague/plates)
    🔹 PsySH (bobthecow/psysh)]

    #PHP #Mezzio #DebugBar #REPL #Debugging #DeveloperTools #PHP8 #Frameworks

  7. 📊 Full observability: Log every state change, measure latency, generate audit trails
    🎨 #PHP8 features: String-backed enums for states/events, readonly value objects for context data
    🔄 Domain events pattern: Emit events to outbox, handle side effects idempotently with retries
    📋 Easy testing: Unit test state transitions without hitting database or network
    📈 Auto-documentation: Generate #Mermaid diagrams directly from your transition rules

  8. With PHP 8.5 we get Connection, DNS and SSL Sessions sharing across requests with cURL.

    I made a video showing how this works and discuss the performance potential youtube.com/watch?v=wr_Jnrc2has - a short @mnapoli cameo included

    #php #curl #php8 #php8_5

  9. Qualitativ hochwertige Programmierung gibt es nicht zum Discount-Preis, und ich mag auch nimmer. Bei mir gibt's durchdachte Qualität, und ich nehme mir auch die Zeit meine Arbeit zu testen und zu dokumentieren. Das kostet Zeit, und damit auch Geld. Wer das nicht möchte, bitte weiter gehen.

    #Entwicklung #PHP8 #developer #development

  10. Don't miss phpday 2025!🥳
    The community is looking forward to joining Verona as soon as possible.
    Tickets for 22nd edition are selling quickly!

    Few early bird tickets are available.
    🐤 bit.ly/3PPceLi

    #API #REST #Architectures #ContinuousDelivery #Database #Development #Devops #Frameworks #Internals #PHP7 #PHP8 #conference #networking #community

    -----
    #phpday - The gathering for the European PHP community.
    📍 Verona (Italy) | 📅 May 15-16, 2025

  11. Don't miss phpday 2025!🥳
    The community is looking forward to joining Verona as soon as possible.
    Tickets for 22nd edition are selling quickly!

    Few early bird tickets are available.
    🐤 bit.ly/3PPceLi

    #API #REST #Architectures #ContinuousDelivery #Database #Development #Devops #Frameworks #Internals #PHP7 #PHP8 #conference #networking #community

    -----
    #phpday - The gathering for the European PHP community.
    📍 Verona (Italy) | 📅 May 15-16, 2025

  12. This is where I am w/ the github repo @zombiewarrior

    It's really close to being "right", so to speak.

    compare that to e.g.
    statecollegeguitarlessons.com/

    Note: my server is #LiteSpeed and i don'[t mess w/ it. But, that should not have the /public/ in the URL. If you've ever worked w/ #laravel it's like the ./index.php of the proj dir there. where there's ./index.php "reditrecting" to ./public/index.php
    but you need to mod the #NGINX server {} location {} stuff for the... mod_rewrite type stuff.
    i.e. the URL should be .com/giterator/ , accomplished in nginx w/ "@alias"
    (sans the ./public part). you see the same thing either way. pet peeves.

    EDIT: ALSO! CORRECTION -do NOT see the same! ARGGH! w/out that #mod_rewrite bit #htaccess whatever!~ the #CSS #asset paths mess up as well. Prob explains the missing SVG (masthead.php) forgot about that. oh well. hey. gimme a damn break! brain damage!
    SEE "new" version here, ( i can fix that path thing. i forget the quick path top of my head momentarily. i prefer to be correct instead, anyway!)
    this is NOT correct! statecollegeguitarlessons.com/

    first time w/ the #namespace #php8 #composer #autoloader #PSR4 #MVC #refactoring.

    i must admit, it was more challenging that i expected.

    but yea. feel free to hop in there at any time, and help me polish that old turd already!
    Sheesh!

  13. @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!"

  14. Ed entriamo finalmente nel vivo della seconda parte della serie di video su #PHP8 dedicata alla #programmazione orientata agli oggetti in cui vedremo nella pratica le #classi e gli #oggetti!
    #opensource #openeducation
    youtu.be/SvwFq0SG68I

  15. I've made a thing. A simple file caching system for #PHP 🐘.
    Nothing special, nothing new, there are probably many similar libraries around. But it works well and I use it in some of my own projects.
    #backend #php7 #php8 #opensource
    codeberg.org/amarok24/microcac

  16. Damit begonnen mein #OpenSource #CMS #ConLite auf PSR-4 Standard umzubauen. Die #GenericDb der ConLite ist nun auch #PHP8 kompatibel.

    #developer #development

    #44 - feature/recode-genericdb-php8 - ConLite - #GitPort, der sichere Hafen für deine GIT-Repos
    gitport.de/ConLite/ConLite/pul

  17. Ok, this might be a bit of a niche one but I'm massively stuck and could do with some help.

    Any #php devs out there that are using #pdo_sqlsrv on #php8 on an Apple Silicon machine?

    I keep getting an error `Unsupported processor architecture.`. The strange thing is that this works on our current dev environment on the #php7 branch

  18. Oh dear, I did not have on the radar that #owncloud does not move to #php8, but prefers to stick to almost-end-of-life #php7. 🤬 Now I am forced-migrating to #nextcloud... Fingers crossed that this works, my whole PIM is stored in a now-defunct oc10.10 installation... 😩

  19. Brent's latest PHP Version stats is out:

    Sad to see a whole 40% of PHP users now on an unsupported version!

    I wonder how many of these run a long term support fork?

    "This data beautifully visualizes the division within the PHP community: one part is keeping up with modern PHP, while another one stays helplessly behind."

    stitcher.io/blog/php-version-s

    #php #php8 #php7

  20. PHP 8.2 is here:

    A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.

    php.net/releases/8.2/en.php

    #programming #phpstorm #php8 #phpdev #phphelp #wordpress

  21. PHP 8.2 is here:

    A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.

    php.net/releases/8.2/en.php

    #programming #phpstorm #php8 #phpdev #phphelp #wordpress

  22. PHP 8.2 is here:

    A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.

    php.net/releases/8.2/en.php

    #programming #phpstorm #php8 #phpdev #phphelp #wordpress

  23. PHP 8.2 is here:

    A major update of the #PHP language - contains many new features, including readonly classes, null, false, and true as stand-alone types, deprecated dynamic properties,performance improvements and more.

    php.net/releases/8.2/en.php

    #programming #phpstorm #php8 #phpdev #phphelp #wordpress

  24. Another #wordpress restoration deaddrops.com 🧱💻💥…with still a lot to do.
    Also I am looking for someone 👀 to help out fix this historical custom build php/mysql drop database —> deaddrops.com/db/ still works but the map 📍and search 🔎 are broken. 🤑🤑 #deadrops #phpdev #internet #restoration #php8

  25. Unsere Übersicht der kleinen, aber interessanten Meldungen enthält diese Woche unter anderem Swift, GitHub, WebRTC und den Open-Source-Checker Swap Detectors.
    Developer Snapshots: Programmierer-News in ein, zwei Sätzen
    #Amazon #AppFlow #Git #Github #Google #GrammaTech #PHP8 #Redis #RedisLabs #Ruby #WebRTC