@sahilyasintamb2@official_php @phpc @php_qa Check parse_url(); https://t.co/LOfF4P4Usv
and then do some explode(); maybe to get the path split into folders.
var_dump(parse_url($url, PHP_URL_PATH));
Nice, PHP 8.1 beta2 flight is now onboarding. โ๏ธ
https://t.co/gUl4UvT6sx
8 bugs fixed ๐ง
https://t.co/xyuyr50oQo
PHP 8.1 Docker images coming up ๐
https://t.co/eyt8BX4GRq
Please test this as much as possible on your apps. Thanks to everyone involved in making this haPHPen. ๐ฅณ
๐ PHP 8.1.0beta1 is available for testing!
โ Do: Test your projects! You don't get to complain after GA if it broke something :-)
โ Don't: Run it in production. It's not fully ready yet.
๐ https://t.co/GGFUPkWhSl
๐ธ by @JoePFerguson
PHP 8.1.0 beta 1 is now onboarding. Getting ready...๐
Thank you PHP 8.1 release managers @AllaertPatrick, @ramsey, and @krakjoe. ๐
PHP 8.1 will really be *awesome* ๐
https://t.co/Vjn7Jh3wrK
@ramsey @heiglandreas @phpc Hello, nope. The group you're referring to is some other one. We're sharing PHP in peace from the beginning in that one properly without any hijackings :)
๐ฅ Pushing yourself to remove comments is one of the best drivers towards clean code. Here's a few tips on how to spot and replace comments that may be unnecessaryโฆ