Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako authored Dec 4, 2023
1 parent abe7341 commit b5d8ea7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,10 @@ export CFLAGS="

## Build static PHP with [interactive shell](https://www.php.net/manual/en/features.commandline.interactive.php) support

**Error**: `configure: error: Please reinstall readline - I cannot find readline.h`

**Solution**: Add path to custom installations:

```
--with-readline=DIR
```

0 comments on commit b5d8ea7

Please sign in to comment.