https://laravel-news.com/phpverse-2026-returns-june-9th
| CodeWithSushil | |
| Github | CodeWithSushil |
| X/Twitter | CodeSushil |
| Website | codewithsushil.github.io |
| CodeWithSushil | |
| Github | CodeWithSushil |
| X/Twitter | CodeSushil |
| Website | codewithsushil.github.io |
I did it. Finally. I tested out NativePHP. It absolutely blew my mind.
If you are a mobile developer that gets regularly driven up the wall by #Kotlin, or #Flutter or #Swift... you can pretty quickly now just learn #Laravel #php.
https://developer.vonage.com/en/blog/weird-science-building-android-apps-with-nativephp
RE: https://hachyderm.io/@itworldcup/115926604229775228
It'd be lovely if you could show your support!
β₯οΈ
A common issue in the PHP ecosystem isnβt the language itself β itβs the hosting environment.
Many hosting providers offer shared hosting powered by Apache, but the server is often poorly configured. Without proper tuning (MPM settings, OPcache, keep-alive, compression, etc.), even well-written PHP applications can feel slow.
Performance problems are frequently blamed on PHP, while the real bottleneck is misconfigured infrastructure.
Good configuration can make a huge difference.
I finally solved my Composer hanging/stuck issue π
Set up a local proxy server and routed downloads using PHP stream functions.
Added real-time debugging with log files to trace where it was freezing.
Result: smooth installs, zero guesswork π
π£ Announcing the immediate availability of:
- PHP 8.1.34
- PHP 8.2.30
- PHP 8.3.29
- PHP 8.4.16
- PHP 8.5.1
βΌοΈ These address the following security issues:
- PDO quoting result null deref
- Null byte termination in dns_get_record()
- Heap buffer overflow in array_merge()
- Information Leak of Memory in getimagesize()
π https://www.php.net/ChangeLog-8.php
π https://www.php.net/downloads
https://windows.php.net/download/
π₯³ PHP 8.5 Released!
In this new release, we have:
π URI Extension
βΆοΈ Pipe Operator
π Clone With
β οΈ A New #[\NoDiscard] Attribute
π Closures and First-Class Callables in Constant Expressions
π Persistent cURL Share Handles
π Read all about it on: https://www.php.net/releases/8.5/
π https://php.net/ChangeLog-8#8.5.0
π¦ https://php.net/downloads
What is Pipe operator in php ?