Skip to content

Commit 345fe1d

Browse files
author
S. M. AMRAN
authored
updated
1 parent 71cb66a commit 345fe1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

building-php-linux.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ sudo apt install build-essential autoconf libtool bison re2c pkg-config libxml2-
66
git clone https://github.com/php/php-src.git --depth=1 && \
77
cd php-src && \
88
./buildconf && \
9-
./configure && \
9+
./configure --with-readline && \
1010
make -j4 && \
1111
./sapi/cli/php -v
1212
```
13-

0 commit comments

Comments
 (0)