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 c5c5e16 commit bdeb3a4Copy full SHA for bdeb3a4
README.md
@@ -17,10 +17,15 @@ Notice that `nop.ignore_functions` is a comma-separated list of functions that y
17
18
## Development
19
20
-```
21
-# Run inside docker container
+Spin up a Docker container:
+
22
+```shell
23
docker run -v `pwd`:/usr/src -w /usr/src --rm -it php:8.3-cli-alpine sh
24
+```
25
26
+Inside the container, run the following commands:
27
28
29
# Install build dependencies and build the extension
30
apk --update add php83-dev make g++
31
phpize && ./configure && make && make install
0 commit comments