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 398adb7 commit 9af2198Copy full SHA for 9af2198
docs/evolution.md
@@ -374,11 +374,15 @@ PHP Windows build system.
374
375
### PHP 8.3 build system changes
376
377
+#### Autotools
378
+
379
* `PHP_EXTRA_VERSION` can be passed to configure script to control custom PHP
380
build versions: `./configure PHP_EXTRA_VERSION="-acme"`
381
* `LDFLAGS` are not unset anymore allowing them to be adjusted e.g.
382
`LDFLAGS="..." ./configure`
383
* Removed the `HAVE_DEV_URANDOM` compile time check.
384
+* Added new configure option `--with-capstone`.
385
386
</details>
387
388
## PHP 8.4 (2024)
0 commit comments