summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-03-30 16:09:28 +0100
committerPeter Kokot <peterkokot@gmail.com>2019-03-30 16:09:28 +0100
commit6be6d9366aea6dd1c0c36fe04cf5a7e2531f1ce4 (patch)
treee39e64bdfd5202e5acd412b6d4bfb91d10afeb2e /CONTRIBUTING.md
parentd31a40dbcddc4dfee2fa76b51e62e9eee34d2298 (diff)
parent04a9d6b915dbd98649363c8853b896163dc4e99f (diff)
downloadphp-git-6be6d9366aea6dd1c0c36fe04cf5a7e2531f1ce4.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: [ci skip] Add ffi_parser.c info
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0290b5e058..c48d13a969 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -156,6 +156,9 @@ locations.
├─ parse_iso_intervals.c # Generated by re2c 0.15.3
└─ ...
└─ ...
+ └─ ffi/
+ ├─ ffi_parser.c # Generated by https://github.com/dstogov/llk
+ └─ ...
└─ fileinfo/
├─ libmagic/ # Modified libmagic https://github.com/file/file
├─ data_file.c # Generated by `ext/fileinfo/create_data_file.php`