Flow #PHP now supports PHP 8.5.
Dropped 8.2, moved to 8.3 for development, added support for 8.5.
0.29.0 coming soon.
https://github.com/flow-php/flow/pull/1906
I still don't really understand why there is not a programmatic interface to relational database servers. Rather than sending text, you send data in a defined format. There is a lot of time taken up converting data into text to send to a server, only to have the server parse the text back into data. (And yes, prepared statements help but you still need an SQL statement with placeholders.) #PHP #MySQL #MariaDB #OhNoNotThisAgain
```php
<?php
trait Something {
public static function hello(): string {
return 'hello';
}
}
class A {
use Something;
public static function hello(): string {
return 'HELLO';
}
}
echo A::hello();
```
PHP Flip: Generator Functions Load All
💻 PHP Flip: Generator Functions Load All - Junior vs Senior PHP code comparison! See how professionals write code differently. This will improve your skills! Learn the professional way! #PHP #WebDev #CodingTips #coding
#php #programming #coding #webdevelopment #softwareengineering #juniorvssenior #codereview #programmingtips #phptutorial #codingtutorial #bestpractices #phpprogramming #phpperformance #optimiz...
https://www.youtube.com/watch?v=6MuraMIOb64
✨ Your next #SymfonyOnline January 2026 #trainer is here!
Mathieu Santostefano will teach “Mastering OOP & Design Patterns” 🧠💡
Sharpen your architecture skills — SOLID, design models, cleaner code & better structure.
A must for anyone leveling up your OOP game. 💻✨
📅 Jan 21, 2026 — 9:00 AM CET
🌐 Online workshop!
🔗Tickets here: https://lnkd.in/eGba8aUN

And now I'm hitting this other bug in #PhpStorm... Why is seemingly everything falling apart nowadays? 😡🤬😢😭
"Remove" option in Find Window stops working after the first removal : IJPL-222341
https://youtrack.jetbrains.com/issue/IJPL-222341
A056815: Primes with prime "look and say" descriptions
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A056815.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A056815.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A056815.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A056809: Numbers k such that k, k+1 and k+2 are products of two primes
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A056809.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A056809.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A056809.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

PHP mạnh nhất khi không cố gắng giống Java: Lỏng lẻo về kiểu dữ liệu chính là lợi thế trước AI 🚀
declare(strict_types=1) không phải lúc nào cũng cần. Khi xử lý dữ liệu từ AI (như OpenAI), kiểu "1.5 kg" hay "500g" sẽ khiến ứng dụng crash nếu quá nghiêm ngặt. PHP với type coercion tự động xử lý tốt: (int)"500g" → 500.
Dùng strict typing ở lõi hệ thống, nhưng thả lỏng ở biên – nơi tiếp xúc với người dùng, API hay AI. Ứng dụng sẽ linh hoạt, chống lỗi tốt hơn và phát triển nhanh hơn.
Laravel, Symfony hay Doppar? 2026 tới, Laravel vẫn chiếm ~80% dự án nhờ tốc độ phát triển & hệ sinh thái mạnh (Forge, Nova, Horizon…). Symfony phù hợp dự án doanh nghiệp lớn, ưu tiên tính ổn định, chuẩn PSR & kiến trúc component. Doppar là lựa chọn mới, tốc độ cực nhanh, WebSocket tích hợp (Airbend) & scheduler siêu nhẹ, thích cho API cao tải. Chọn tùy nhu cầu! #Laravel #Symfony #Doppar #PHP #Framework #2026 #LậpTrìnhPHP
https://dev.to/mahedi1501/laravel-symfony-doppar-in-2026-which-php-framewo
A056709: Naught-y primes, primes with noughts (or zeros)
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/Naught-y_primes.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/Naught-y_primes.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/Naught-y_primes.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research

A056524: Palindromes with even number of digits
3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A056524.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A056524.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A056524.html
#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research
