Tootfinder

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

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

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

@crell@phpc.social
2025-11-27 15:07:40

RE: #php

@phpugmrn@phpc.social
2025-11-27 10:11:07

Don't miss our Christmas meetup on December 11th, featuring talks about #HTMX and the latest updates on #PHP 8.5!
Sign up here:

@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 …

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

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

@sean@scoat.es
2025-12-05 22:05:09

I'm not 100% sure this is the right way, but I sure didn't have “Contribute to the php.net web site" on my 2025 bingo card, and yet…
/cc @…
#PHP

@bici@mastodon.social
2025-12-22 03:13:00

W00t! w00t! #TxP
4.9 is out and is #PHP 8.5 compliant!
Textpattern - one cool CMS -- is now updated to 4.9 and is now ready to download. You owe yourself a favour and kick the tire on this excellent #CMS

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

no comment...
#php #devops #apache

@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-02-25 01:33:02

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

@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
2025-12-21 05:38:17

What in the #PHP?

@crell@phpc.social
2025-12-18 16:14:47

In May, I'll be giving what will probably be the first ever PHP 8.6 talk: Piping Hot PHP.
8.5 isn't even cool yet, but 8.6 already has some hot new features. Combining 8.5's pipe operator with the new partial function application capabilities in 8.6 should give us a whole new way to think about structuring code!
Want to be the first to see the future? Get your tickets to #phptek

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

#PhpStorm 2025.3.2 is now available 👀
#php
youtrack.jetbrains.com/article

@mgorny@social.treehouse.systems
2025-12-09 11:28:39

#JSX is the new #PHP. Just saying.
#React

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

#hitcounter #webcounter #webdev #php
UPDATE: the

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

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

@wyri@toot-toot.wyrihaxim.us
2025-12-21 06:43:46

First real test is underway! One of the things running on the cluster is some image conversion and stitching code. This simple #PHP service consumes from #RabbitMQ and then runs all the CPU heavy work in a thread. On the Pi4 it would blow out of memory (8GB) but on the Pi 5 it now has eno…

@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

@crell@phpc.social
2025-12-02 07:44:01

Using #PHP arrays as pseudo-objects is almost never the right answer. They're less self-documenting, slower, worse on memory, and more bug prone.
peakd.com/php/@crell/php-use-a

@sean@scoat.es
2025-12-04 18:27:48

Ran into this little quirk of (many) C-syntax languages, yesterday. Hadn't seen it before.
#PHP
```
<?php
function getApiData() {
example.org/api
return file_get_contents("

@benke@social.linux.pizza
2025-12-09 11:52:37

Be affraid #php #laravel

merging into master
@michabbb@social.vivaldi.net
2025-12-20 19:08:36

(german) lustig... #chatgpt "selbst" nutzt es selten.... find ich ja cool das chatgpt in seiner freizeit #php nutzt 😏
#ai

@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…

@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-02-20 07:44:01

Running #Lando on GitHub Actions. #Laravel #PHP

@sean@scoat.es
2025-11-29 19:00:46

Queens of #PHP, from sometime in the '00s.
@… @…
(Not sure Laura is on here, and I haven't talked to Dhwani in… at least 15 years…

Joyce Park, Laura Thomson, Dhwani Vahia, Sara Goleman [sic], as the 4 suited queens in the deck of Zend playing cards
@crell@phpc.social
2025-12-12 20:11:01

Using #PSR-3 placeholders properly in #PHP (and other awesome alliterations).
peakd.com/hive-168588/@crell/u

@michabbb@social.vivaldi.net
2025-12-11 10:25:13

#PHPUnit 12.5 released - key features:
🧪 Enhanced parallel testing: Improved worker coordination and resource management for faster test suites
#PHP #Testing

@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
2025-12-04 16:39:48

I currently have 4 in-flight RFCs for PHP, and one more I'm trying to launch soon. I'm not actually paid for any of this.
I think I may be the problem...
#PHP #OpenSource

@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
2025-12-07 04:55:02

Advanced PHPUnit Data Provider shenanigans. #PHP
Part 1: peakd.com/hive-168588/@crell/f
Part 2:

@crell@phpc.social
2025-12-03 02:41:08

RE: #PHP d…

@michabbb@social.vivaldi.net
2025-12-15 14:57:32

yes, it´s worth the money... #php #phpstorm #laravel #coding

@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