• Sign in
  • Sign up
Elektrine
EN
  • EN English
  • 中 中文
Log in Register
Modes
Overview Search Chat Timeline Communities Gallery Lists Friends Email Vault VPN
Back to Timeline
  • Open on phpc.social

markus staab

@markusstaab@phpc.social
mastodon 4.5.7

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @phpstan@phpc.social, @rectorphp and @phpunit@phpc.social contributor

0 Followers
0 Following
Joined November 08, 2022
Blog:
https://staabm.github.io/
GitHub:
https://github.com/staabm
Twitter:
https://twitter.com/markusstaab

Posts

markusstaab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
markus staab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
@markusstaab@phpc.social · 8h ago

It was a pleasure to work with @misterdeviling@bird.makeup thru a lot of old #PHPStan bugs. Yesterdays release contains a massive package of fixes.

while we concentrated on the maintenance parts, @OndrejMirtes@phpc.social could concentrate his efforts on improving DX with better docs and other nice additions.

View on phpc.social
8
0
4
0
markusstaab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
markus staab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
@markusstaab@phpc.social · Mar 08, 2026

Achievement unlocked: crossed the 1000 commits line in @phpstan@phpc.social core

View on phpc.social
14
0
1
0
markusstaab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
markus staab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
@markusstaab@phpc.social · Feb 24, 2026

TIL: your github action might fail because of a overlong command line, which gets cut without further notice.

Not sure its a #php or #windows or #githubactions effect.

1:1 the same command works on a ubuntu based github action without error

View on phpc.social
3
0
0
0
markusstaab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
markus staab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
@markusstaab@phpc.social · Feb 19, 2026

this week I am on vacation from my primary job..

@misterdeviling@bird.makeup and me working thru #PHPStan issues and we can look back on a pretty successfull week.

Lots of fixed issues and merged contributons. some multi year old bugs fixed.

Its a lot of fun

View on phpc.social
14
0
3
0
markusstaab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
markus staab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
@markusstaab@phpc.social · Feb 14, 2026

I love solving puzzles..

today I found out that a #phpstan container cache invalidates when you resize your bash/shell window. also when jumping between directories using `cd`.

not intentional of course. lets see what we can do about that.

View on phpc.social
5
0
0
0
markusstaab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
markus staab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
@markusstaab@phpc.social · Feb 12, 2026

Starting with #phpstan 2.1.39 in case we know constants are deprecated only in certain php versions, we no longer error about them, when used in a `if (PHP_VERSION_ID < 80400) {`-like condition.

see E_STRICT before PHP 8.4:
https://phpstan.org/r/0dc9fe34-0c60-4254-9174-f37e910cb4cf

View on phpc.social
4
0
0
0
Thread context 2 posts in path
Parent @Tideways@phpc.social Open
@Tideways@phpc.social
Ten years of Tideways! Thank you for being part of the journey. Tideways started with a simple but powerful idea: performance problems shouldn’t be a black box. After load testing PHP e-commerce syste
Current reply
markusstaab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
markus staab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
@markusstaab@phpc.social · Feb 11, 2026
@Tideways@phpc.social congratulations 🎉
View full thread on phpc.social
0
0
0
0
markusstaab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
markus staab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
@markusstaab@phpc.social · Feb 07, 2026

I recently learned that git bisect has a "run" subcommand, which allows you to automate the bisect process.

in a blog post I am describing how you can find a regression commit in phpstan-src.

the same approach works for any git based project.

https://staabm.github.io/2026/02/07/git-bisect-run.html

View on phpc.social
6
0
7
0
Thread context 2 posts in path
Parent @zimzat@mastodon.social Open
on mastodon.social
Open ancestor post
Current reply
markusstaab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
markus staab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
@markusstaab@phpc.social · Jan 31, 2026
@zimzat@mastodon.social not sure what you mean. I have written plenty of extensions without such a problem. Might be specific to a certain extension. If reproducible please file a issue
View full thread on phpc.social
0
0
0
0
markusstaab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
markus staab
markus staab
@markusstaab@phpc.social

software development with passion - open-source lover, creator of staabm/phpstan-dba, excessive freetime @ phpstan , @rectorphp and @ phpunit contributor

phpc.social
@markusstaab@phpc.social · Jan 25, 2026

After ~6 weeks of collaboration we released a blazing fast #PHPStan version - static analysis on steroids.

https://staabm.github.io/2026/01/25/phpstan-on-steroids.html

View on phpc.social
21
0
21
0

Media

313k7r1n3

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • VPN Policy

Email Settings

IMAP: imap.elektrine.com:993

POP3: pop.elektrine.com:995

SMTP: smtp.elektrine.com:465

SSL/TLS required

Support

  • support@elektrine.com
  • Report Security Issue

Connect

Tor Hidden Service

khav7sdajxu6om3arvglevskg2vwuy7luyjcwfwg6xnkd7qtskr2vhad.onion
© 2026 Elektrine. All rights reserved. • Server: 14:56:52 UTC