I Have a Dream of a PHP Preprocessor
What if PHP could be faster, stricter, and more expressive, without waiting for PHP 9? What if we could preprocess PHP code into something more optimized, more…
Recently updated PIE extensions #5 (since August 27th, 2026)27 PHP Pie extensions were updated.
Tree-sitter and PHP: Two Directions, Endless PossibilitiesTree-sitter is a very popular library in the computer ecosystem at large. It powers syntax highlighting in Neovim, structural search in VS Code, and a growing wave of…
Adding the last types to PHP code2026 update note: This is an update of the original 2022 article, with annotations added locally to flag what’s changed in the PHP language since: mainly PHP…
I recently was troubleshooting how to force the browser to hyphenate a PHP class name, and discovered something new.
The HTML entity ­ is a "soft hyphen"; it won't display unless the browser decides to introduce a line wrap at that point.
It's shy like that.
Blocking PHP Reverse Shells: A Config-First GuideEvery PHP reverse shell floating around GitHub, pentestmonkey’s original and the forty-seven forks that added a banner and changed the default port, does the same three things. It…
Recently updated PIE extensions #4 (since August 21st, 2026)25 PHP Pie extensions were updated.
Developer Tools for Professionals and Teams