From 9ed85aaf9ae9b6ce94f28665bd8d167319c1f217 Mon Sep 17 00:00:00 2001 From: Sadetdin EYILI Date: Fri, 5 Dec 2025 20:22:43 +0100 Subject: [PATCH] Add php.github.io/php-src to CONTRIBUTING.md Technical Resources list (GH-20580) --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index caaca316575..32e8098c08e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -100,6 +100,7 @@ scattered across different websites, and often outdated. Nonetheless, they can provide a good starting point for learning about the fundamentals of the code base. +* https://php.github.io/php-src/ * https://www.phpinternalsbook.com/ * https://www.npopov.com/ * [Internal value representation](https://www.npopov.com/2015/05/05/Internal-value-representation-in-PHP-7-part-1.html), [part 2](https://www.npopov.com/2015/06/19/Internal-value-representation-in-PHP-7-part-2.html)