Using property hooks in PHP

PHP 8.4's property hooks let you replace simple getter methods with virtual properties, keeping a consistent property-based API. Here's when I reach for them an...

Какие проблемы чаще всего ломают кастомизации Битрикс24 после перехода на ORM и PHP 8

Пятница, 18:00. Вы обновляете PHP на сервере с 7.4 на 8.0 — что может пойти не так? Деплой проходит, страница обновляется, и вместо привычного портала вы видите белый экран с TypeError: array_search(): Argument #2 ($haystack) must be of type array, null given . Мессенджер разрывается от сообщений: «Ничего не работает». Знакомо?

https://habr.com/ru/companies/bitrix/articles/1037830/

#битрикс24 #разработка #кастомизация #программирование #битрикс #1сбитрикс #php #php8 #crmсистемы

Какие проблемы чаще всего ломают кастомизации Битрикс24 после перехода на ORM и PHP 8

Recognizing Anger Through Inside Out – What About Drinks? Пятница, 18:00. Вы обновляете PHP на сервере с 7.4 на 8.0 — что может пойти не так? Деплой проходит, страница обновляется, и вместо привычного...

Хабр

🚨 NEWS: PHP 8.4: Property Hooks, Asymmetric Visibility e Lazy Objects — guida pratica

Ecco i punti chiave in breve:
💡 Hai mai scritto decine di getter e setter manuali in una classe PHP? O dovuto inizializzare un oggetto pesante a ogni richiesta anche quando non serviva? PHP 8.4 risolve esattamente questi problemi co...

🚀 LINK: https://meteoraweb.com/analisi-dei-dati-e-metriche/php-84-property-hooks-asymmetric-visibility-e-lazy-objects-guida-pratica

#pHP8.4 #propertyHooks #asymmetricVisibility #lazyObjects #programmazionePHP

🚨 NEWS: PHP 8 Moderno: La Guida Definitiva a Enums, Property Hooks, Fibers e Programmazione Asincrona

Ecco i punti chiave in breve:
💡 PHP 8 non è solo un aggiornamento incrementale: rappresenta un punto di svolta nella storia del linguaggio. Da PHP 8.0 a 8.4, ogni release ha introdotto feature che cambiano radicalmente il modo di pr...

🚀 LINK: https://meteoraweb.com/sviluppo-di-siti-web/php-8-moderno-la-guida-definitiva-a-enums-property-hooks-fibers-e-programmazione-asincrona

#propertyHooks #pHP8 #enums #fibers #programmazioneAsincrona

🚨 NEWS: Novità PHP 8.3 e 8.4: Typed Class Constants, Property Hooks e json_validate

Ecco i punti chiave in breve:
💡 PHP 8.3 e PHP 8.4 rappresentano un punto di svolta per il linguaggio, introducendo funzionalità che cambiano radicalmente il modo di scrivere codice robusto e manutenibile. Questa guida approfondisce...

🚀 LINK: https://meteoraweb.com/analisi-dei-dati-e-metriche/novita-php-83-e-84-typed-class-constants-property-hooks-e-json-validate

#pHP8.3 #pHP8.4 #costantiTipizzate #propertyHooks #jsonValidate

【PHP8.6?】PHPにジェネリクスが入るかもしれない - Qiita

なんかPHPソースコードに448ファイル15000行のプルリクがきていました。 PHP8.6? final readonly class C<+T> { public function __construct(public T $value) {} pub...

Qiita

The next one thing: Honestly... I can't remind now did I shared you something about my "Test in PHP" 🤔. But I think that even if it so, I'm sure that everyone already forgot about this 🙂. So!

🏔️👉 https://codeberg.org/xolatgames/PHP-and-Maria

This is my "tries" in PHP, those uses MariaDB 🦭 as a database for storing the data.

It's just my "experiments", and everything that you can see on the repo's preview - ... is all 😅

#php #php8 #maria #mariadb #nginx #linux #opensource #codeberg #phpfpm #leaderboard #sql

🤓 Get a peek into the world of PHP releases and cybersecurity with @ericmann. Our latest podcast episode is live! https://www.phparch.com/podcast/community-corner-interview-with-eric-mann #PHP8 #CodingLife
Community Corner: Interview With Eric Mann | PHP Architect

Interview With Eric Mann Release Manager PHP 8.3 In this episode, Scott talks with Eric Mann about his experience as one of the PHP 8.3 Release Managers and writing his book PHP Cookbook. Note: this transcript was transcribed by AI and then edited for clarity. Scott Keck-Warren: Hello developers, and welcome to the php[architect] community […]

PHP Architect

Mal schnell vor dem 1. Mai noch das Forum von #CONTENIDO aktualisiert. Läuft nun auch unter #PHP8

#php #cms #opensource #serverAdmin

https://forum.contenido.org

CONTENIDO Forum - Foren-Übersicht

Did you know that you can map #CSV row to DTO using league/csv ? in the next version you will be able in #PHP8.5+ to use a static closure to allow specific casting rules