summaryrefslogtreecommitdiff
path: root/Ports/php
AgeCommit message (Collapse)Author
2022-11-24Ports: Clean up PHP's `package.sh`Jelle Raaijmakers
2022-11-24Ports: Update PHP to 8.1.12Jelle Raaijmakers
2022-11-24Ports: Configure LibCrypt include path for PHPJelle Raaijmakers
Since ac40197047 LibCrypt has its own library. PHP tries to detect the `crypt_data` struct but fails to do so since it cannot find `crypt.h`. By adding this explicit include path, PHP builds again.
2022-10-21Ports: Support Serenity install root in PHP's libtoolJelle Raaijmakers
PHP's libtool does not have sysroot support; this is the minimum change to get PHP to build.
2022-10-21Ports: Update PHP to 8.1.11Jelle Raaijmakers
2022-06-08Ports: Format patches without numbering, commit hash or version numberTim Schumacher
2022-06-08Ports/php: Update php to version 8.1.6EWouters
2022-03-29Ports: Update PHP to 8.1.4Jelle Raaijmakers
2022-01-08Ports: 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-08Ports: Update `php` port to version 8.1.1Jelle Raaijmakers
2021-10-05Ports: Make array-like settings actual arraysTim 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-23Ports: Build PHP-FPM instead of CGIJelle Raaijmakers
2021-09-23Ports: Update PHP to version 8.0.10Jelle Raaijmakers
2021-09-23Ports: Remove the now superfluous PHP network patchJelle Raaijmakers
2021-08-04Ports: Add PHP entry to taskbar menuJelle Raaijmakers
2021-07-29Ports: Update PHP to version 8.0.8Jelle Raaijmakers
2021-07-29Ports: Add readline support to PHPJelle Raaijmakers
2021-06-05Ports/PHP: Enable OpenSSL extensionJelle Raaijmakers
2021-06-05Ports/PHP: Disable PCRE JITJelle 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-05Ports/PHP: Enable Zlib extensionJelle Raaijmakers
2021-06-05Ports/PHP: Enable Phar extensionJelle Raaijmakers
2021-06-04Ports: Enable PHP XML extensionsJelle Raaijmakers
2021-06-04Ports/PHP: Enable SQLite3 and iconv extensionsJelle Raaijmakers
2021-06-04Ports: Add PHPJelle Raaijmakers