It's official #PHP8.5 will get not one but two URI/URL compliant parsers ๐ https://externals.io/message/127317#127422 #RFC3986 #WHATWG-URL
Good job by @kocsismate90
It's official #PHP8.5 will get not one but two URI/URL compliant parsers ๐ https://externals.io/message/127317#127422 #RFC3986 #WHATWG-URL
Good job by @kocsismate90
#icingaweb2 and #php8.4 : if you face issues that change may help: https://github.com/Icinga/icingaweb2/pull/5359/files
Worked on #debian and #fedora
If you are looking for a #SSE library for #php8, I can recommend this for evaluation: https://github.com/eliashaeussler/sse
Though there is hardly any docs/examples, code looks pretty good to my average PHP dev eyes. Test suite is good.
It worked without any fuss in my hands.
I was able to forward #NTFY messages over to client via SSE (Grug adds another layer of indirection!)
๐ค 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
#PHP8.5 Release Date & New Features Coming November 2025 #programming #development #coding ๐
#PHP8.5 is currently in active development with a release scheduled for November 2025. This upcoming version introduces several enhancements for a better developer experience.
๐งต ๐ #php
ใPHP8.5ใ้
ๅใฎๆๅใจๆๅพใฎๅคใๅๅพใใ้ขๆฐใๅ
ฌๅผๅฎ่ฃ
ใใใ
https://qiita.com/rana_kualu/items/67337b7adb9d9b9e7fee?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
My Laravel PR was shot down, but I may give it a chance later in the year to use Property Hooks as attribute cast.
Why? I blindly guess that using Property Hooks are less computationally costly but also IDE friendly.
#PHP #Laravel #PHP8 #PHP84 #Programming #Code #Coding #SoftwareDevelopment #WebDevelopment #WebDev
PHP property hooks are great until they are not.
It fathoms me how this big oversight got past stable.
#PHP #Bug #Programming #Software #SoftwareDevelopment #WebDevelopment #WebDev #PHP8 #PHP84 #Error
I fully expect #Laravel to start deprecating the `Attribute` cast starting with Laravel 13.x.
I have, quite literally, no argument to use Attribute casts over Property Hooks. Plus, because these are native, there is no overhead.
#PHP #Programming #WebDevelopment #Technology #Code #Coding #SoftwareDevelopment #WebDev #PHP84 #PHP8
Ready to take your coding to the next level? ๐ PHP 8 brings enhancements like JIT compilation, union types, and improved error handling that boost performance and security!๐ช Check out the blog to see why upgrading is a game changer! ๐ปโจ #PHP8 #WebDevelopment
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
Reason #34556 I love final in libraries. #PHP8.4 introduced a new DOM extension that #LeagueCSV should use. If the class I need to update was final this would be straightforward and no-one would even notice. But because it is not, I have to perform some intellectual gymnastic to add support for modern DOM extension without BC breaking any "protected" methods to reduce BC on any class that extends the class.(which IMHO they should not have done in the first place). #OSS life
Corso Completo PHP 8 per PRINCIPIANTI (Parte 2)
https://peertube.uno/videos/watch/320494a6-c3d0-4a1d-94c8-24a77cd3896f
Corso Completo PHP 8 per PRINCIPIANTI (Parte 1)
https://peertube.uno/videos/watch/9414c9ab-40bd-4716-98af-017214fbb10a
๐ What is PSR-6? A Beginnerโs Guide to PHP Caching Standards
Caching is an essential part of optimizing PHP applications, and PSR-6 is here to set the standard for it! ๐ก
Discover how this caching standard works and how you can implement it to boost your projectโs performance.
๐ Read the full guide here: https://qirolab.com/posts/what-is-psr-6-a-beginners-guide-to-php-caching-standards
#Coding #WebDevelopment #ProgrammingTips #php8 #DEVCommunity #WebDev #WebDevelopment #Tutorial #PHP #backend #programming #webdev #100DaysOfCode
**#PHP8**.4 on @opensuse Tumbleweed:
Repo*: https://download.opensuse.org/repositories/devel:languages:php:php84/openSUSE_Factory/devel:languages:php:php84.repo
* "Home Repos" are not official. Use it at your own risk.
Honest question if a class is introduced in #PHP8.4 or later does it make sense to polyfill it before PHP8.1 nowadays ๐ค
Another small library: abivia\colorspace for color conversion and manipulation. It will parse/generate CSS colors in RGBa and HSLa, convert between the two and do some other cool things.