Skip to content

Commit dc20cab

Browse files
committed
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: [ci skip] Add labels to PRs with potential ABI breaks
2 parents 9774ced + 170230f commit dc20cab

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

.github/labeler.yml

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,3 +247,82 @@
247247

248248
"SAPI: phpdbg":
249249
- sapi/phpdbg/**/*
250+
251+
"ABI break":
252+
- changed-files:
253+
- any-glob-to-any-file:
254+
- 'TSRM/*.h'
255+
- 'Zend/*.h'
256+
- 'Zend/Optimizer/zend_call_graph.h'
257+
- 'Zend/Optimizer/zend_cfg.h'
258+
- 'Zend/Optimizer/zend_dump.h'
259+
- 'Zend/Optimizer/zend_func_info.h'
260+
- 'Zend/Optimizer/zend_inference.h'
261+
- 'Zend/Optimizer/zend_optimizer.h'
262+
- 'Zend/Optimizer/zend_ssa.h'
263+
- 'ext/date/lib/timelib.h'
264+
- 'ext/date/lib/timelib_config.h'
265+
- 'ext/date/php_date.h'
266+
- 'ext/filter/php_filter.h'
267+
- 'ext/hash/php_hash.h'
268+
- 'ext/hash/php_hash_adler32.h'
269+
- 'ext/hash/php_hash_crc32.h'
270+
- 'ext/hash/php_hash_gost.h'
271+
- 'ext/hash/php_hash_haval.h'
272+
- 'ext/hash/php_hash_md.h'
273+
- 'ext/hash/php_hash_murmur.h'
274+
- 'ext/hash/php_hash_ripemd.h'
275+
- 'ext/hash/php_hash_sha.h'
276+
- 'ext/hash/php_hash_sha3.h'
277+
- 'ext/hash/php_hash_snefru.h'
278+
- 'ext/hash/php_hash_tiger.h'
279+
- 'ext/hash/php_hash_whirlpool.h'
280+
- 'ext/hash/php_hash_xxhash.h'
281+
- 'ext/json/php_json.h'
282+
- 'ext/json/php_json_parser.h'
283+
- 'ext/json/php_json_scanner.h'
284+
- 'ext/mbstring/libmbfl/config.h'
285+
- 'ext/mbstring/libmbfl/mbfl/eaw_table.h'
286+
- 'ext/mbstring/libmbfl/mbfl/mbfilter.h'
287+
- 'ext/mbstring/libmbfl/mbfl/mbfilter_8bit.h'
288+
- 'ext/mbstring/libmbfl/mbfl/mbfilter_pass.h'
289+
- 'ext/mbstring/libmbfl/mbfl/mbfilter_wchar.h'
290+
- 'ext/mbstring/libmbfl/mbfl/mbfl_consts.h'
291+
- 'ext/mbstring/libmbfl/mbfl/mbfl_convert.h'
292+
- 'ext/mbstring/libmbfl/mbfl/mbfl_defs.h'
293+
- 'ext/mbstring/libmbfl/mbfl/mbfl_encoding.h'
294+
- 'ext/mbstring/libmbfl/mbfl/mbfl_filter_output.h'
295+
- 'ext/mbstring/libmbfl/mbfl/mbfl_language.h'
296+
- 'ext/mbstring/libmbfl/mbfl/mbfl_memory_device.h'
297+
- 'ext/mbstring/libmbfl/mbfl/mbfl_string.h'
298+
- 'ext/mbstring/mbstring.h'
299+
- 'ext/mysqli/php_mysqli_structs.h'
300+
- 'ext/mysqlnd/*.h'
301+
- 'ext/pcre/pcre2lib/*.h'
302+
- 'ext/pcre/php_pcre.h'
303+
- 'ext/pdo/php_pdo.h'
304+
- 'ext/pdo/php_pdo_driver.h'
305+
- 'ext/pdo/php_pdo_error.h'
306+
- 'ext/random/php_random.h'
307+
- 'ext/session/mod_files.h'
308+
- 'ext/session/mod_mm.h'
309+
- 'ext/session/mod_user.h'
310+
- 'ext/session/php_session.h'
311+
- 'ext/sockets/php_sockets.h'
312+
- 'ext/sockets/windows_common.h'
313+
- 'ext/spl/php_spl.h'
314+
- 'ext/spl/spl_array.h'
315+
- 'ext/spl/spl_directory.h'
316+
- 'ext/spl/spl_dllist.h'
317+
- 'ext/spl/spl_engine.h'
318+
- 'ext/spl/spl_exceptions.h'
319+
- 'ext/spl/spl_fixedarray.h'
320+
- 'ext/spl/spl_functions.h'
321+
- 'ext/spl/spl_heap.h'
322+
- 'ext/spl/spl_iterators.h'
323+
- 'ext/spl/spl_observer.h'
324+
- 'ext/standard/*.h'
325+
- 'main/*.h'
326+
- 'main/streams/*.h'
327+
- 'sapi/embed/php_embed.h'
328+
- 'win32/*.h'

0 commit comments

Comments
 (0)