History log of /php-src/ext/readline/tests/readline_info_002.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# b7e43bd2 31-Jul-2024 David CARLIER

ext/readline: readline_info fix usage when the buffer is not initialised (#15139)

rl_initialise is only called when readline() is used so the global
buffer might not be initialised yet.