101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

490
active users

#php84

0 posts0 participants0 posts today

phpDocumentor main branch now has support for property hooks. If you are upgrading your codebase to #php84. Why not directly document what you did?

Now covered:

- virtual properties
- read only
- write only

To be added:

- properties on interfaces

Replied in thread

@Edent I really thought the new HTMLDocument introduced with #php84 (specifically created form HTML 5 documents) must surely provide something for it, but after searching a bit I can't find anything, just output of the raw unformatted HTML 5 as either string or file.

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()

I hate it when tests fail due to the "Implicitly marking parameter XYZ as nullable is deprecated".

That is not a problem of deprecating that behaviour in PHP8.4 though.

It shows that your testing breaks due to deprecation messages.

DEPRECATIONS ARE NOT ERRORS!!!!!

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.

gitlab.com/tjvb/laravel-mail-c

GitLabtjvb / Laravel Mail Catchall · GitLabCatch all the mail in Laravel and redirect it Mirrored to https://github.com/TJVB/laravel-mail-catchall

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.

#php#php84#jit

🎉 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: bugs.xdebug.org

💰 If you want to support my work on Xdebug, head over to github.com/sponsors/derickr as an individual, or xdebug.org/support as a company.

bugs.xdebug.orgMy View - MantisBT
#php#php84#xdebug