Tootfinder

Opt-in global Mastodon full text search. Join the index!

@crell@phpc.social
2026-02-19 20:08:10

I was interviewed by Marcos Marcolin for the Brazilian #PHP community. It's a long interview, but I had fun with it. πŸ™‚
marcosmarcolin.com.br/blog/php

@wyri@toot-toot.wyrihaxim.us
2026-02-21 18:12:55

Oops: Error: Maximum call stack size of 2048000 bytes (zend.max_allowed_stack_size - zend.reserved_stack_size) reached. Infinite recursion?
#PHP

@wyri@toot-toot.wyrihaxim.us
2026-02-22 13:32:13

Hmm it seems Junie is evolving, it has found my non-default PHPUnit config file location, and has started getting into segfaults:
#AI #Junie #PHP

@crell@phpc.social
2026-01-20 21:00:02

Traits in #PHP are a limited purpose tool, but they do have a purpose.
garfieldtech.com/blog/beyond-a

@crell@phpc.social
2026-01-19 16:35:06

New Year, Same Job Search.
If you are looking for a Staff/Principal level #PHP developer, with a long history of helping both projects and teams update and modernize to become more robust and reliable, look no further because you've found him! I've worked on multiple major OSS projects, including PHP itself.
US-based, remote-only, plenty experience working for non-US companies as we…

@sean@scoat.es
2026-03-15 22:03:51

Unexpectedly found a pack of my homemade bacon in the freezer.
Expectedly, made me think of Jefferson McCree. πŸ’”
#php

Not yet cooked strips of my bacon, on a sheet pan and rack.
@crell@phpc.social
2026-02-20 07:44:01

Running #Lando on GitHub Actions. #Laravel #PHP

@tinoeberl@mastodon.online
2026-01-07 17:59:34

RE: #PHP ist so weit abgerutscht?
Was ist denn heute bei Web

@emd@cosocial.ca
2026-03-02 05:05:58

Any super smart #php folks here know how to mock built-in functions like β€˜glob’?
I know I could wrap calls to it in a class that I could mock, but I hate adding code just for a test.
Please boost!

@crell@phpc.social
2025-12-27 18:22:02

Quick and easy #PHP code generation testing.
peakd.com/php/@crell/quick-and

@michabbb@social.vivaldi.net
2026-03-05 09:52:30

πŸ’» Supported RAT commands: ping (heartbeat every 60s), info (system recon), cmd, powershell, run (background shell), screenshot, download, upload, stop
πŸ›‘οΈ Shell execution probes disable_functions and picks first available method from: popen, proc_open, exec, shell_exec, system, passthru β€” resilient against common #PHP hardening
πŸ”„ C2 connection retries every 15 seconds in a persistent l…

@crell@phpc.social
2026-03-17 15:10:03

Just had an intro call with @…'s new Executive Director, @….
I'm confident the Foundation is in good hands.
#PHP

@michabbb@social.vivaldi.net
2026-02-25 11:59:00

no comment...
#php #devops #apache

@crell@phpc.social
2026-02-05 10:22:01

Quick and easy #PHP code generation testing.
garfieldtech.com/blog/code-gen

@crell@phpc.social
2026-01-12 10:44:01

Null is problematic, but why? Let's see why, and let that guide us to new alternatives. #PHP
peakd.com/hive-168588/@crell/m

@crell@phpc.social
2026-03-10 15:22:01

I benchmarked #PHP's native serializer vs code export. You won't believe what I found!
garfieldtech.com/blog/benchmar

@michabbb@social.vivaldi.net
2025-12-25 17:15:40

⚠️ #PHP 8.2 deprecated dynamic properties - #PHP9 removes them completely! #webdev
πŸ”΄ Dynamic properties = adding properties to objects without declaring them in the class. Example: $user->age …

@michabbb@social.vivaldi.net
2026-01-28 22:48:40

Don't trust #ai ?
Create yourself a "quality workflow" and let it run after every todo/fix/milestone.... It´s that simple, yes..... 😏
and in case of #php - phpstan rules help a lot:

@crell@phpc.social
2026-03-06 15:11:01

Running #Lando on GitHub Actions. #Laravel #PHP

@crell@phpc.social
2026-01-25 01:11:01

Bypassing #PHP visibility controls. Please don't do this often.
garfieldtech.com/blog/phptrick

@groupnebula563@mastodon.social
2026-01-24 09:29:28

#hitcounter #webcounter #webdev #php
UPDATE: the

@michabbb@social.vivaldi.net
2026-01-23 20:36:57

#PhpStorm 2025.3.2 is now available πŸ‘€
#php
youtrack.jetbrains.com/article

@crell@phpc.social
2026-02-25 01:33:02

Traits in #PHP are a limited purpose tool, but they do have a purpose.
garfieldtech.com/blog/beyond-a

@michabbb@social.vivaldi.net
2026-03-05 09:52:29

⚠️ Fake #Laravel packages on #Packagist deploy a cross-platform #RAT on Windows, macOS & Linux β€” researchers at Socket flagged 3 malicious

@michabbb@social.vivaldi.net
2026-02-28 07:56:55

πŸš€ #PHP 150x faster – no rewrite needed! #FrankenPHP threads #Swow coroutines #PHP Generators

@michabbb@social.vivaldi.net
2026-02-08 15:43:23

#PHPUnit Query Count Assertions for #Laravel #PHP #testing

@michabbb@social.vivaldi.net
2026-01-05 15:47:20

πŸ“‹ Eval #Testing #LLM Outputs in #PHPUnit - A comprehensive guide for #PHP developers building