Skip to content

Commit 780acb0

Browse files
committed
Update README for lexbor and uriparser
1 parent 7016e43 commit 780acb0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,6 @@ tests and other associated files:
153153
└─📄 ...
154154
└─📄 ...
155155
├─📂 dl_test # Extension for testing dl()
156-
└─📂 dom
157-
├─📂 lexbor # https://github.com/lexbor/lexbor
158-
└─📄 ...
159156
└─📂 ffi # The FFI PHP extension
160157
├─📄 ffi_parser.c # Generated by https://github.com/dstogov/llk
161158
└─📄 ...
@@ -168,6 +165,9 @@ tests and other associated files:
168165
└─📂 gd # The GD PHP extension
169166
├─📂 libgd # Bundled and modified GD library https://github.com/libgd/libgd
170167
└─📄 ...
168+
└─📂 lexbor
169+
├─📂 lexbor # https://github.com/lexbor/lexbor
170+
└─📄 ...
171171
└─📂 mbstring # The Multibyte string PHP extension
172172
├─📂 libmbfl # Forked and maintained in php-src
173173
├─📄 unicode_data.h # Generated by `ext/mbstring/ucgendat/ucgendat.php`
@@ -198,6 +198,9 @@ tests and other associated files:
198198
├─📄 tokenizer_data.c # Generated by `ext/tokenizer/tokenizer_data_gen.php`
199199
├─📄 tokenizer_data_stub.php # Generated by `ext/tokenizer/tokenizer_data_gen.php`
200200
└─📄 ...
201+
└─📂 uri
202+
├─📂 uriparser # https://github.com/uriparser/uriparser
203+
└─📄 ...
201204
└─📂 zend_test # For testing internal APIs. Not needed for regular builds
202205
└─📄 ...
203206
└─📂 zip/ # Bundled https://github.com/pierrejoye/php_zip

0 commit comments

Comments
 (0)