mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:57:35 +00:00
Ports: Update PHP to 8.1.4
This commit is contained in:
parent
cf1baddb67
commit
c637795888
9 changed files with 80 additions and 42 deletions
17
Ports/php/patches/ReadMe.md
Normal file
17
Ports/php/patches/ReadMe.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Patches for php on SerenityOS
|
||||
|
||||
## `0001-Build-Disable-pharcmd.patch`
|
||||
|
||||
Build: Disable `pharcmd`
|
||||
|
||||
We do not support running the PHP binary locally after its build, so do
|
||||
not try to run phar locally.
|
||||
|
||||
## `0002-Build-Force-inet_aton-detection.patch`
|
||||
|
||||
Build: Force `inet_aton` detection
|
||||
|
||||
For a reason unknown to me, the build system fails to find `inet_aton`
|
||||
and tries to redefine it with its own implementation in
|
||||
`flock_compat.c`.
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue