php

Back Open Paginator
13.01.2026 05:33
decompwlj (@decompwlj@mathstodon.xyz)

A085780: Numbers that are a product of 2 triangular numbers

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


13.01.2026 05:31
decompwlj (@decompwlj@mathstodon.xyz)

Decomposition into weight × level + jump of prime numbers in 3D, threejs - webGL (log(weight), log(level), log(jump))
➡️ decompwlj.com/3Dgraph/Prime_nu

#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


13.01.2026 05:29
decompwlj (@decompwlj@mathstodon.xyz)

A084984: Numbers containing no prime digits

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


13.01.2026 00:31
gmgall (@gmgall@ursal.zone)

Post novo no #blog: "Atualização do Ubuntu Não Instala o Pacote php8.3-fpm"

gmgall.net/blog/atualizacao-do

#linux #sysadmin #ubuntu #PHP




Show Original Post


12.01.2026 23:35
radwebhosting (@radwebhosting@mastodon.social)

CakePHP vs CodeIgniter: Which Framework is Best for Development?

This article presents an in-depth comparison of two of the most popular PHP frameworks: vs CodeIgniter. After reading, you will have a better understanding of these two frameworks, including the features, strengths, and weaknesses of each. Both CakePHP and are popular with PHP developers, but which PHP framework is best for your next project? ...
Continued 👉 blog.radwebhosting.com/cakephp





Show Original Post


12.01.2026 23:35
radwebhosting (@radwebhosting@mastodon.social)

CakePHP vs CodeIgniter: Which Framework is Best for Development?

This article presents an in-depth comparison of two of the most popular PHP frameworks: vs CodeIgniter. After reading, you will have a better understanding of these two frameworks, including the features, strengths, and weaknesses of each. Both CakePHP and are popular with PHP developers, but which PHP framework is best for your next project? ...
Continued 👉 blog.radwebhosting.com/cakephp





Show Original Post


12.01.2026 23:10
TurboLearnPHP (@TurboLearnPHP@mastodon.social)

PHP Attack Plan For Middleware Route

💡 Level Up Your PHP! PHP Attack Plan For Middleware Route shows the difference between old and modern PHP. Learn PHP 8 features that will change your code! Learn the professional way!

...

youtube.com/watch?v=JtDlxOUAbz0




Show Original Post


12.01.2026 22:19
alcea (@alcea@infosec.exchange)
Shame #eBay rejected my request for dev account way back then...

I'd really like a #php n #js based #notification fetch

Guess without #api s programmers are nothing...
(And #bruteforce ing js out of question)


Show Original Post


12.01.2026 19:45
phpandcigars (@phpandcigars@chaos.social)

Did Claude-*-4.5 get a minor update? Last week I experienced extensive hallucinations when I tried to work with #phpunit 12.

I had to switch to ChatGPT-5.2 to finish the task I was doing. #php #ai




Show Original Post


12.01.2026 18:53
lenko (@lenko@masto.es)

@IhoaNn

It depends somewhat on whether you're using Docker in your development process.

If you're not using Docker and the problem is related to versions, the best solution is to install the Sury repository (deb.sury.org/), which allows you to install different PHP versions. There will always be one active version, but you can switch between versions with the command:

> sudo update-alternatives --set php /usr/bin/php8.4

Another options are:
- Use Brew (formulae.brew.sh/formula/php) to install PHP and switch between versions,
- Use phpenv (github.com/phpenv/phpenv).

If you're using Apache as your local web server, you need to change the version with:
> sudo a2dismod php8.1 (old version)
> sudo a2enmod php8.4 (new version)
> sudo systemctl restart apache2

Since I usually work with Symfony, I don't typically have Apache installed on my local machine. Instead, I start a web server using the symfony-cli (github.com/symfony-cli/symfony) with the command:

> symfony serve

Even if you're not using Symfony, this local server will be sufficient for testing, and you'll be able to view the logs in real time.

If you're using Docker, you'll need to configure the PHP version within Docker Compose or a similar package.

#php




Show Original Post


12.01.2026 18:30
IhoaNn (@IhoaNn@piaille.fr)

Dites les mastodevs, c'est quoi votre workflow pour dev en PHP en local sur votre ordi ? (je ne parle pas d'une machine distante d'hébergement mais bien d'une machine locale, ordi à tout faire de tous les jours).

Fraichement débarqué sur Debian mais là j'ai un peu de mal.

#webdev #debian #php




Show Original Post


12.01.2026 18:26
zend (@zend@phpc.social)

Ready to take your PHP career to the next level? Become a Zend PHP Certified Engineer! 🎓

From functions and arrays to security and I/O, the Zend PHP Certified Engineer exam tests your knowledge on a practical level, covering the latest features through PHP 8.4.

To help you prepare and make sure you're ready on test day, we're offering our comprehensive study guide for FREE until 3/31/2026.

Don't delay - use code PHPSTUDYGUIDE to claim yours.

Learn more >> ter.li/voxout

#Zend #PHP





Show Original Post


1 ...202 203 204 205 206 207 208 209 210 211 212 ...526
UP