Merge branch 'PHP-8.3'

This commit is contained in:
David Carlier 2024-08-07 22:38:48 +01:00
commit f503cc0234
No known key found for this signature in database
GPG key ID: D308BD11AB42D054
2 changed files with 6 additions and 0 deletions

View file

@ -1,5 +1,6 @@
--TEST--
readline_callback_handler_install(): Basic test
lsan disabled due to a leak on ubuntu focal only.
--EXTENSIONS--
readline
--SKIPIF--
@ -8,6 +9,8 @@ if (READLINE_LIB != "libedit") die("skip libedit only");
?>
--INI--
zend.signal_check=0
--ENV--
LSAN_OPTIONS=detect_leaks=0
--FILE--
<?php

View file

@ -1,5 +1,6 @@
--TEST--
readline_callback_handler_remove(): Basic test
lsan disabled due to a leak on ubuntu focal only.
--EXTENSIONS--
readline
--SKIPIF--
@ -8,6 +9,8 @@ if (READLINE_LIB != "libedit") die("skip libedit only");
?>
--INI--
zend.signal_check=0
--ENV--
LSAN_OPTIONS=detect_leaks=0
--FILE--
<?php