Home  >  Article  >  Backend Development  >  How to replace libedit with libreadline library?

How to replace libedit with libreadline library?

WBOY
WBOYOriginal
2016-08-23 09:17:461680browse

My php5

php5 -i |grep Readline
Readline Support => enabled
Readline library => EditLine wrapper

I want to change this Readline library to libreadline.so.6.3.
Can I complete this action without recompiling?

Reply content:

My php5

php5 -i |grep Readline
Readline Support => enabled
Readline library => EditLine wrapper

I want to change this Readline library to libreadline.so.6.3.
Can I complete this action without recompiling?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn