php

Tag

Cards List
#php

log is non-monotonous in PHP and Lua

Lobsters Hottest · 22h ago Cached

PHP and Lua's log function can produce non-monotonic results due to using different algorithms for base 10 (log10) and other bases (ln), leading to counterintuitive behavior where a larger base yields a larger logarithm.

0 favorites 0 likes
#php

A PHP server that can handle 10x as many concurrent requests as Nginx+PHP-fpm

Hacker News Top · 2d ago Cached

Qbix Server is a pure PHP web server that handles 10x more concurrent PHP requests on the same hardware compared to Nginx+PHP-fpm by forking workers after loading classes to share memory via copy-on-write, reducing per-worker memory from 30-60MB to ~5MB.

0 favorites 0 likes
#php

MCP Server — In Pure PHP, With No Persistent Connection. Proof it can work

Reddit r/AI_Agents · 2d ago

A proof-of-concept implementation of a Model Context Protocol (MCP) server in pure PHP without persistent connections, demonstrating feasibility.

0 favorites 0 likes
#php

@ylecun: Soooo, releasing Linux was dumping? Apache, MySQL, PHP? HTTP, TCP/IP, OpenSSL, OpenSSH? Libjpeg, VLC? The open source s…

X AI KOLs Following · 3d ago Cached

Yann LeCun defends open source by listing major projects like Linux, Apache, MySQL, and PyTorch, questioning the idea that releasing them was 'dumping'.

0 favorites 0 likes
#php

My AI-built PHP engine in Rust passes 17% of PHP-src tests, renders WordPress

Hacker News Top · 2026-07-04 Cached

A developer used AI to build a PHP engine in Rust, passing 17% of PHP's official test suite and rendering WordPress, despite having no prior Rust or compiler experience.

0 favorites 0 likes
#php

A glitch in February of the year 0

Hacker News Top · 2026-06-26 Cached

A rare bug in PHP's DateTimeImmutable caused off-by-one-day errors for February of year 0; the fix is to use alternative timestamp conversion methods.

0 favorites 0 likes
#php

PHP's Oddities

Hacker News Top · 2026-05-19 Cached

A developer reflects on PHP's oddities after five years of use, focusing on the quirks of its array implementation and type system.

0 favorites 0 likes
#php

Phel v0.36.0 – Lisp on PHP, now with numeric tower and first-class Vars

Hacker News Top · 2026-05-08 Cached

Phel v0.36.0 is released, bringing a numeric tower and first-class Vars to the Lisp-inspired functional language that compiles to PHP.

0 favorites 0 likes
#php

A PHP license change is imminent

Lobsters Hottest · 2026-05-07 Cached

The PHP project is voting to replace its current dual-license structure with the BSD three-clause license to simplify its legal framework.

0 favorites 0 likes
← Back to home

Submit Feedback