#php8 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #php8, aggregated by home.social.
-
🤓 Get a peek into the world of PHP releases and cybersecurity with @ericmann. Our latest podcast episode is live! https://www.phparch.com/podcast/community-corner-interview-with-eric-mann #PHP8 #CodingLife
-
Mal schnell vor dem 1. Mai noch das Forum von #CONTENIDO aktualisiert. Läuft nun auch unter #PHP8
-
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.
https://github.com/adegans/gooseRSS
#php #webdevelopment #php8 #selfhosted #rss #youtube #eztv #free #github
-
PHP 8 disable_functions bypass PoC
https://github.com/m0x41nos/TimeAfterFree
#HackerNews #PHP8 #disable_functions #bypass #PoC #security #vulnerability #exploit #GitHub
-
Optional Chaining ?. vs Null Coalescing ??: GAME CHANGER!
JavaScript's ?. operator vs PHP's ?? operator - which saves more lines of code? INSANE!
#javascript #php #jsvsphp #optionalchaining #nullcoalescing #nullsafeoperator #php8 #es2020 #viralcoding #modernjavascript #syntaxcomparison #mindblown
-
💩
Why it failsMicrosoft’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
-
🤓 Get a peek into the world of PHP releases and cybersecurity with @ericmann. Our latest podcast episode is live! https://www.phparch.com/podcast/community-corner-interview-with-eric-mann #PHP8 #CodingLife
-
We are preparing for a #PHP8 migration. This is going to be fun*. We have 383,353 lines of potential mayhem.
*not fun
-
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
-
📊 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 -
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 https://www.youtube.com/watch?v=wr_Jnrc2has - a short @mnapoli cameo included
-
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.
-
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.
🐤 https://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 -
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.
🐤 https://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 -
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.
http://statecollegeguitarlessons.com/adb/index.phpNote: 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! http://statecollegeguitarlessons.com/giterator/public/index.phpfirst 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! -
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
https://youtu.be/SvwFq0SG68I -
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
https://codeberg.org/amarok24/microcache -
Damit begonnen mein #OpenSource #CMS #ConLite auf PSR-4 Standard umzubauen. Die #GenericDb der ConLite ist nun auch #PHP8 kompatibel.
#44 - feature/recode-genericdb-php8 - ConLite - #GitPort, der sichere Hafen für deine GIT-Repos
https://gitport.de/ConLite/ConLite/pulls/44 -
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
-
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... 😩
-
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."
-
🆗 some follow ups. I've uninstalled the #intelephense npm package and I'm now connecting to #lsp provided by #phpactor installed globally.
Sadly I wasn't able to use felixfbecker/language-server (as described in docs) since it's development is discontinued and it is not #php8 compatible.
https://develop.spacemacs.org/layers/+lang/php/README.html
I'm still missing completion and probably some other functionalities I'm unaware of.
If only I'd find & fix the intelephense issue 🙏 .
-
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 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 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 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.
-
Another #wordpress restoration https://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 —> https://deaddrops.com/db/ still works but the map 📍and search 🔎 are broken. 🤑🤑 #deadrops #phpdev #internet #restoration #php8 -
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