Add reference to IR framework

This commit is contained in:
Dmitry Stogov 2023-10-31 08:54:04 +03:00
parent ed37ab9d14
commit c282e2080f

View file

@ -206,6 +206,9 @@ locations.
├─ libmbfl/ # Forked and maintained in php-src
├─ unicode_data.h # Generated by `ext/mbstring/ucgendat/ucgendat.php`
└─ ...
└─ opcache/
└─ jit/
└─ ir/ # Bundled part of IR framework https://github.com/dstogov/ir
└─ pcre/
├─ pcre2lib/ # https://www.pcre.org/
└─ ...