php

Back Open Paginator
23.01.2026 05:27
decompwlj (@decompwlj@mathstodon.xyz)

A093641: Numbers of form 2^i * prime(j), i>=0, j>0, together with 1

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/A093641.
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/A0936
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


23.01.2026 02:58
neoacevedo (@neoacevedo@mastodon.social)

Https://neoacevedo.gumroad.com

Yii2 component for storage management in cloud. It supports AWS S3, Azure Blob Storage, Google Cloud Storage but also it can be used for local storage.




Show Original Post


23.01.2026 00:47
darkghosthunter (@darkghosthunter@mastodon.social)

I hate when people create PHP applications or packages without PHPDoc on the methods or functions.

I can see _what_ it does.

I don't know _why_.

To me, it signals me they guy was just lazy, which also means more cognitive charge to deal with maintenance.

Case in point:




Show Original Post


22.01.2026 19:51
carl (@carl@kde.social)

What do you expect the following #PHP code to return? 🙃

<?php

$a = "0E1";
$b = "0E2";

echo ($a == $b ? "true" : "false");




Show Original Post


22.01.2026 19:09
dabiddo (@dabiddo@mstdn.io)

You guys using this image? for my personal devcontainer I use the basic frankenPHP docker image...

#php #development

Release v4.3.0 · serversideup/docker-php

github.com/serversideup/docker




Show Original Post


22.01.2026 17:41
tomasnorre (@tomasnorre@phpc.social)

Not only does the dev-main branch of the #TYPO3 #Crawler Support TYPO3 14, but it also adds support for #PHP 8.5

blog.tomasnorre.dk/blog/typo3-

#HappyCrawling




Show Original Post


22.01.2026 17:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

Context Managers: Python's 'with' is GENIUS!

Python's context managers vs PHP's try-finally - which handles resources better? INSANE difference!

youtube.com/watch?v=ojArYRcxXqg




Show Original Post


22.01.2026 16:52
jclermont (@jclermont@phpc.social)

Tried chaining a scope onto Rule::exists and wondered why it didn't work? Here's why and what to do instead. #php #laravel masteringlaravel.io/daily/2026




Show Original Post


22.01.2026 16:19
ghostwriter (@ghostwriter@phpc.social)

Thanks to PHP Runtime creator, Milan Felix Šulc.

Vercel now supports PHP 7.4 - 8.5 🚀

npmjs.com/package/vercel-php

#PHP #Vercel




Show Original Post


22.01.2026 16:17
zend (@zend@phpc.social)

Comparing CakePHP vs. Laravel for your next PHP web app? @adamculp has the insights you need to make your decision.

On the latest Zend blog, he breaks down features, performance, scalability, and ideal use cases to help you choose the right framework for your project.

Check out the full comparison here >> ter.li/7winov

#Zend #PHP





Show Original Post


22.01.2026 15:52
Temma (@Temma@phpc.social)

APIs: Breaking the Habits
🔹 Webhooks = Simple & efficient when events are enough
🔹 RPC-style calls = Clear actions, not just CRUD
🔹 HTTP Basic over HTTPS = Sometimes simpler than JWT

Do you design APIs by habit… or by real needs?
🔗 LINK: phpwayoflife.com/en/manifesto#

#PHP #APIDesign #BackendDev #CleanCode #WebDevelopment





Show Original Post


22.01.2026 15:33
k47 (@k47@margaras.k47.cz)

the callq instruction is our call into internal function handler (zif handler), preceding two instructions prepare arguments to zif (zend_execute_data* for php arguments and zval* for return value), then we check for exceptions and interrupt/timeout. rest is just messing with php userspace stack and stack frames to make sure they align with assumptions of interpreter (execute_data variable (which is held in register %r14), execute_data->prev_execute_data and global variables current_execute_data).

no wonder php jit can provide only modest performance gains non-benchmarky code. every time it encounters call to native function, it has reconstruct interpreter state and call it in rather inefficient way.

#PHP




Show Original Post


1 ...178 179 180 181 182 183 184 185 186 187 188 ...526
UP