Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-05 | Ports: Make array-like settings actual arrays | Tim Schumacher | |
We may need entries with spaces in makeopts, installopts, and configopts, and at that point we should also convert depends and auth_opts to avoid confusion. | |||
2021-09-23 | Ports: Build PHP-FPM instead of CGI | Jelle Raaijmakers | |
2021-09-23 | Ports: Update PHP to version 8.0.10 | Jelle Raaijmakers | |
2021-08-04 | Ports: Add PHP entry to taskbar menu | Jelle Raaijmakers | |
2021-07-29 | Ports: Update PHP to version 8.0.8 | Jelle Raaijmakers | |
2021-07-29 | Ports: Add readline support to PHP | Jelle Raaijmakers | |
2021-06-05 | Ports/PHP: Enable OpenSSL extension | Jelle Raaijmakers | |
2021-06-05 | Ports/PHP: Disable PCRE JIT | Jelle Raaijmakers | |
The PCRE JIT creates memory that needs to be readable, writable and executable at the same time. Serenity does not like this, so disable it. This JIT is of limited use for the current applications of PHP within Serenity anyway :-) | |||
2021-06-05 | Ports/PHP: Enable Zlib extension | Jelle Raaijmakers | |
2021-06-05 | Ports/PHP: Enable Phar extension | Jelle Raaijmakers | |
2021-06-04 | Ports: Enable PHP XML extensions | Jelle Raaijmakers | |
2021-06-04 | Ports/PHP: Enable SQLite3 and iconv extensions | Jelle Raaijmakers | |
2021-06-04 | Ports: Add PHP | Jelle Raaijmakers | |