1
What's New in PHP 8.6
PHP 8.6 adds partial function application, a clamp() helper, a Duration class, and assorted language and stdlib tweaks. The post lists each change without deep analysis.
Freek Van der Hertenfreek.dev1 minHN51
Search posts, papers, and topics
PHP 8.6 adds partial function application, a clamp() helper, a Duration class, and assorted language and stdlib tweaks. The post lists each change without deep analysis.
Codename One introduces a backend runtime allowing a single Java model to define entities and validation rules for both client applications and the server. This approach aims to reduce duplication and ensure consistent data rules from the app to PostgreSQL.
App Shield moves device‑integrity checks from the client to the server by obtaining a short‑lived ES256 attestation token from Apple App Attest or Google Play Integrity, verified by Codename One’s service, and required by the backend for protected API calls.