We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7316317 commit 536f278Copy full SHA for 536f278
building-php-linux.md
@@ -1,5 +1,6 @@
1
### Build PHP From Source [Linux]
2
```
3
+#!/bin/bash
4
sudo apt update && \
5
sudo apt dist-upgrade && \
6
sudo apt install build-essential autoconf libtool bison re2c pkg-config libxml2-dev libssl-dev && \
0 commit comments