php

Back Open Paginator
06.03.2026 03:47
michabbb (@michabbb@social.vivaldi.net)

Never thought I'd say this, but... šŸ’€šŸŖ¦

#PhpStorm is dead. #JetBrains just doesn't know it yet.

They're playing catch-up with #AI Assistant while the competition already rewrote the playbook. The gap is only getting wider. šŸ“‰

RIP to the #IDE that defined a generation of #PHP developers šŸ•Æļø

#coding #DevOps #developer #programming #webdev





Show Original Post


06.03.2026 02:35
radwebhosting (@radwebhosting@mastodon.social)

āœ… (Solved) How to Fix Warning: Module ā€˜imagick’ already loaded Error

This article provides a guide for how to fix PHP Warning: Module 'imagick' already loaded errors.
šŸ› ļø How to Fix PHP Warning: Module 'imagick' already loaded Error
When PHP encounters this warning, it means that the Imagick extension is being loaded more than once in your configuration files. While the warning itself usually won’t ...
Continued šŸ‘‰ blog.radwebhosting.com/how-to-





Show Original Post


06.03.2026 00:03
phparch (@phparch@phparch.social)

šŸ”“ LIVE NOW! The PHP Podcast is streaming right now!

Tune in! šŸ”— youtube.com/watch?v=ftA7kaDrdVM

#php #webdev #livestream #coding




Show Original Post


05.03.2026 23:41
phparch (@phparch@phparch.social)

⚔ LIVE in 19 minutes! Join @eric and @john for The PHP Podcast. Tune in live!

šŸ”— youtube.com/watch?v=ftA7kaDrdVM

#php #webdev #liveshow




Show Original Post


05.03.2026 18:57
edorian (@edorian@phpc.social)

Last week Sebastian merged a #[DataProvider] feature I wanted since ... PHP 4? That is finally possible now. 🄳

github.com/sebastianbergmann/p

Say hit to:

#[DataProviderClosure(self::callableProvider(...))]

Inline closures as well!

I'm delighted. One of my goals with the two 8.5 RFCs [1][2] on the matter was to enable exactly this.

[1]: Closures in constant expressions wiki.php.net/rfc/closures_in_c

[2]: First Class Callables in constant expressions (FCC) wiki.php.net/rfc/first_class_c

#PHP #PHPUnit #FCC





Show Original Post


05.03.2026 17:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

How to Stop assert From Becoming eval in Production

assert with string runs eval. One debug leftover and your server is owned. PHP 7.2 changed it.

youtube.com/watch?v=XAO0esf0L78




Show Original Post


05.03.2026 16:30
ghostwriter (@ghostwriter@phpc.social)

RE: phpc.social/@freekmurze/116176

Saying `down()` migrations are the least tested code isn’t an argument against them, it’s an argument for testing them.

#PHP #Laravel




Show Original Post


05.03.2026 16:22
ghostwriter (@ghostwriter@phpc.social)

ā€œWe don’t use 'down' migrationsā€ usually means migrations aren’t properly tested.

Skipping `down` migrations doesn’t make it safer, it just avoids testing/verifying migrations.

Reversible migrations let you test
`up → down → up` proving schema changes are deterministic and structurally sound.

Test and validate migrations to catch errors early.

#PHP #Laravel #Lazy #Inexperienced




Show Original Post


05.03.2026 16:16
perishable (@perishable@mastodon.social)

Great write-up on -based block creation coming in 7.0 getbutterfly.com/php-only-bloc




Show Original Post


05.03.2026 14:51
jclermont (@jclermont@phpc.social)

Deleted code lives on in git history, and AI agents like Claude Code can search through it for you. Here's an example of finding old code when you're not even quite sure what to search for. #php #laravel masteringlaravel.io/daily/2026




Show Original Post


05.03.2026 14:27
sysedit (@sysedit@mastodon.social)

I have some capacity to do some code reviews of your #php open source project on codeberg or github.

Make sure it is a small PR I'll give my best but sometimes best I can do is "looks good to me".




Show Original Post


05.03.2026 13:42
derickr (@derickr@phpc.social)

I'm thrilled to announce that I'll be speaking at the 23rd edition of #phpday, the international PHP conference in Italy, organised by @grusp.

I’ll be presenting a talk titled: "Better Debugging With Xdebug".

It's in Verona, Italy, on May 14-15th 2026.

You can use my speaker’s discount code "speaker_10OFF" for 10% off at phpday.it/tickets/?utm_medium=

#PHP #Xdebug #Debugging




Show Original Post


1 ...95 96 97 98 99 100 101 102 103 104 105 ...524
UP