php

Back Open Paginator
15.09.2025 14:12
phpugmrn (@phpugmrn@phpc.social)

The @phpugmrn meetup is now on YouTube!

As a community, we're committed to sharing knowledge and expertise in PHP development. Our channel will feature recordings of our meetup sessions, so you can learn from the best and stay up-to-date on the latest industry trends. Help us grow our community by sharing this post with your network and subscribing to our channel today.

youtube.com/@phpugmrn

#phpugmrn #php #phpc #youtube




Show Original Post


15.09.2025 12:57
joachim (@joachim@drupal.community)

Does anyone else find #PHP backtraces really confusing because of how the information is staggered across each item? Like `Drupal\Core\Theme\ThemeManager->render() (Line: 491)` -- line 491 is not in that method! It's the line where that method was called, and it's a line in the method identified in the PREVIOUS item of the backtrace. I am caught out by this every time. #debugging




Show Original Post


15.09.2025 12:51
lazarus (@lazarus@fosstodon.org)

Auf dem @luki Treffen hat @emk #Lowmark vorgestellt: Einen #PHP-#StaticSiteGenerator mit dem Ziel, ihn so einfach wie möglich zu machen.

Einen schönes, pädagogisches #LowCode #SmallWeb Ziel.

Passt zum #Gemini Protocol, bei dem das Designziel ist, dass es jeder (der eine Programmiersprache kann) in ein paar Dutzend Zeilen implementieren kann. Deswegen ist #Gemtext sogar noch einfacher als #Markdown.

geminiprotocol.net




Show Original Post


15.09.2025 11:45
norbert (@norbert@phpc.social)

This is how easily I bumped phpstan level from 6 to 9 in one of my libraries.
github.com/norberttech/static-

All thanks to flow-php/types - tiny library developed for Flow #PHP Framework that for narrowing / casting




Show Original Post


15.09.2025 09:16
decompwlj (@decompwlj@mathstodon.xyz)

A007957: Numbers that contain an odd digit

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A007957.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0079
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


15.09.2025 09:11
decompwlj (@decompwlj@mathstodon.xyz)

A007932: Numbers that contain only 1's, 2's and 3's

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A007932.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0079
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


15.09.2025 09:07
link (@link@voragine.net)

Who is using chroot with php-fpm? Is it worth it?




Show Original Post


15.09.2025 04:57
decompwlj (@decompwlj@mathstodon.xyz)

A007921: Numbers that are not the difference of two primes

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A007921.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0079
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


15.09.2025 04:52
decompwlj (@decompwlj@mathstodon.xyz)

A007811: Numbers k for which 10k+1, 10k+3, 10k+7 and 10k+9 are primes

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A007811.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0078
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#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





Show Original Post


15.09.2025 04:05
askubuntu (@askubuntu@ubuntu.social)

PHP behave weirdly with local configuration #apache2 #2404 #php #phpfpm

askubuntu.com/q/1556065/612




Show Original Post


14.09.2025 22:19
GripNews (@GripNews@mastodon.social)

🌘 在 WordPress 外掛開發中導入命名空間與程式碼標準
➤ 打造更優雅、可擴展且易於維護的 WordPress 外掛
developer.wordpress.org/news/2
本文詳細介紹如何在 WordPress 外掛開發中實施 PHP 命名空間與 Composer 自動載入,以及透過自動化工具強制執行 JavaScript、CSS 和 PHP 的程式碼標準。作者 Troy Chaplin 以先前多區塊外掛重構的基礎為起點,逐步闡述如何透過 PSR-4 自動載入、將功能拆分為獨立類別,以及導入 Linting 工具來提升程式碼品質、可擴展性與協作效率,使開發流程更為流暢且易於維護,適用於從獨立開發者到大型團隊的各種專案規模。
+ 這篇文章對於想提升 WordPress 外掛開發品質的開發者來說非常實用
開發




Show Original Post


14.09.2025 20:48
nevercodealone (@nevercodealone@mastodon.social)

Wir haben unseren ersten Chatbot mit Symfony umgesetzt nevercodealone.de/de/nca-php-c




Show Original Post


1 ...432 433 434 435 436 437 438 439 440 441 442 ...524
UP