We just released phpDocumentor/reflection to support property hooks and asymmetric visibility.
https://github.com/phpDocumentor/Reflection/releases/tag/6.2.0
We just released phpDocumentor/reflection to support property hooks and asymmetric visibility.
https://github.com/phpDocumentor/Reflection/releases/tag/6.2.0
Neu im Forum:
Ist das Bootstrap Package 16.0.0 PHP 8.4 kompatibel?
https://t3forum.net/d/892-ist-das-bootstrap-package-1600-php-84-kompatibel
#t3academyforum #bootstrap-package #php84-kompatibilität
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
phpDocumentor v3.7 is just released, with support for custom twig extensions and #php84 support.
Check the release notes for more: https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.7.0
Now that PHP8.4 support new MyClass()->method() without parentheses does it still make sense to add or have empty named constructor like MyClass::new() or MyClass::make() or MyClass::create()
PHP Annotated – January 2025
#PhpStorm #News #Laravel #Php #Php83 #Php84 #Phpannotatedmonthly #Rfc #Symfony
https://blog.jetbrains.com/phpstorm/2025/01/php-annotated-january-2025/
🚀 Dive into the world of Lazy Objects with PHP 8.4 with @scottkeckwarren! Discover how this new feature can boost your application's performance. Read more about how to it here: https://www.phparch.com/2025/01/using-php-8-4s-lazy-objects/ #PHP84 #WebDev #PHPArchitect
phpMyAdmin 5.2.2 release yesterday.
Download my version of phpMyAdmin bugs free.
https://github.com/termux/termux-packages/issues/22746#issuecomment-2609209534
I released version 4.5.0 for Laravel Mail Catchall
This version adds support for #PHP 8.4 and make the information in the about command more explicit.
This package helps you to forward all the mail from your Laravel application to a specified address and have the information about the original receivers added.
I can some benchmarks to see how proportionally the new JIT in PHP skewed speed improvements.
Conclusion:
- PHP 8.4.1 is about 4% faster than PHP 8.3.14
- with JIT, the speed-up is about 7%
- there is (unsurprisingly) negligible improvements in the C implementation's speed.
Why you should upgrade to PHP 8.4 (or at least a supported PHP version)
https://dev.to/robertobutti/why-you-should-upgrade-to-php-84-or-at-least-php-8x-1ab0
🎉 Xdebug 3.4.0 is out!
:elephpant: It mainly adds support for PHP 8.4.
📶 A new feature makes it possible to tell Xdebug to ignore PHP requests for debugging, if the XDEBUG_IGNORE parameter is set.
🐛 If you find any bugs, please head to the issue tracker: https://bugs.xdebug.org
💰 If you want to support my work on Xdebug, head over to https://github.com/sponsors/derickr as an individual, or https://xdebug.org/support as a company.