1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add php.github.io/php-src to CONTRIBUTING.md Technical Resources list (GH-20580)

This commit is contained in:
Sadetdin EYILI
2025-12-05 20:22:43 +01:00
committed by GitHub
parent 26e0bfa341
commit 9ed85aaf9a

View File

@@ -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)