Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-08 | Ports: Format patches without numbering, commit hash or version number | Tim Schumacher | |
2022-06-08 | Ports/php: Update php to version 8.1.6 | EWouters | |
2022-03-29 | Ports: Update PHP to 8.1.4 | Jelle Raaijmakers | |
2022-01-08 | Ports: Unset env vars after configure in `php` | Jelle Raaijmakers | |
These environment variables would linger after the `php` port was done building. This would pose issues in the future if other ports depend on this package, since these vars then leak into the build scripts. | |||
2022-01-08 | Ports: Update `php` port to version 8.1.1 | Jelle Raaijmakers | |
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-09-23 | Ports: Remove the now superfluous PHP network patch | 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 | |