php

Back Open Paginator
16.10.2025 17:08
getlaminas (@getlaminas@phpc.social)

Released: laminas/laminas-component-installer 3.6.0
#php #laminas

github.com/laminas/laminas-com




Show Original Post


16.10.2025 16:17
dirtwizard666 (@dirtwizard666@cyberpunk.lol)

WHY ARE THE STONES FOR JUST
#HTML #JAVASCRIPT #CSS GEOMETRON AND #PHP AND NOT FOR PYTHON?
YOU DO NOT PUT #PYTHON ON A MAGIC STONE!
YOU PUT PYTHON ON A MAGIC STICK!
IT IS THE STICKENING!
#FULLSTACK #TRASHMAGIC IN THE #GEOMETON #HYPERCUBE!




Show Original Post


16.10.2025 15:53
jclermont (@jclermont@phpc.social)

Virtual-hosted vs path-style S3 URLs might seem like a trivial choice, but AWS has strong opinions about it. Here's how to handle both local development and production the Laravel way. #php #laravel masteringlaravel.io/daily/2025




Show Original Post


16.10.2025 15:53
heiglandreas (@heiglandreas@phpc.social)

OH: "If you want to build a prototype you can use any language like vanilla JavaScript or python or any other language. But for your production you want to use a strongly typed language!"

Luckily my language of Choice is strongly typed 😁

#PHP #AICoding




Show Original Post


16.10.2025 15:40
thewhalecc (@thewhalecc@framapiaf.org)

Automad is fundamentally a flat-file Content Management System (CMS) and template engine. It is free to use and open-source. #CMS #flatfiles #PHP thewhale.cc/posts/automad





Show Original Post


16.10.2025 15:29
heiglandreas (@heiglandreas@phpc.social)

#PHP: You're drunk!

php > var_Dump(['8' => '8', '08' => '08', '09' => '09', '-8' => '-8', '+8' => '+8', '8a' => '8a']);
array(6) {
[8]=> string(1) "8"
["08"]=> string(2) "08"
["09"]=> string(2) "09"
[-8]=> string(2) "-8"
["+8"]=> string(2) "+8"
["8a"]=> string(2) "8a"
}

So according to php.net/manual/en/language.typ keys will be cast to int when they contain a valid decimal int but not when preceded with a '+'...

I'd consider '09' a valid decimal int, but .... 🤷

I love the quirks!




Show Original Post


16.10.2025 15:12
habr (@habr@zhub.link)

Как я добавил систему рекомендаций контента в легаси-проект на PHP 7.2

Привет, хабр! Хочу поделиться историей о том, как столкнулся с проблемой, возможно знакомой многим разработчикам: необходимость внедрить систему рекомендаций в проект, который все еще работает на старой версии php. Обновление версии php в legacy-проекте — это часто настоящий квест. То времени нет, то бизнес-фичи надо пилить, то еще какие-то причины. И часто бывает, что обновление версии php в командах откладывается на потом.

habr.com/ru/articles/957224/

#qdrant #ollama #php #векторный_поиск #рекомендательная_система #рекомендательные_системы #библиотека




Show Original Post


16.10.2025 14:48
hydrian (@hydrian@twit.social)

@sylbru Also since #PHP has so many deployment methods ( CLI, FPM, MOD_PHP, etc) and #XDebug needs different configurations for them and each project has different deployment requirements, it makes it difficult remember which configuration goes to which setup.




Show Original Post


16.10.2025 14:11
getlaminas (@getlaminas@phpc.social)

Released: laminas/laminas-paginator 2.21.0
#php #laminas

github.com/laminas/laminas-pag




Show Original Post


16.10.2025 13:47
qiita (@qiita@rss-mstdn.studiofreesia.com)

シリアライゼーションによる脆弱性の理解
qiita.com/Jim_Jin/items/569d12

#qiita #PHP #Security #脆弱性 #徳丸本 #serialization




Show Original Post


16.10.2025 13:37
sylbru (@sylbru@mas.to)

Using a debugger for PHP is my absolute nemesis. I’ve lost count of how many times I’ve sat down with XDebug, read the (great) docs, configured it along with my editor, until I got it working, only to see it not working the next time I needed it. I had trouble with it when I was using Sublime Text and XDebug 2. Now I’m using XDebug 3 and Zed, and it was working great last time I configured it, but now my debug tasks don’t appear in Zed. Is it a curse?

#venting #php #xdebug #zed




Show Original Post


16.10.2025 13:30
backpackforlaravel (@backpackforlaravel@mstdn.social)

#Laravel #PHP

Do you prefer sending mail inline or using a Mailable class? 👇





Show Original Post


1 ...373 374 375 376 377 378 379 380 381 382 383 ...525
UP