1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

29 Commits

Author SHA1 Message Date
Tim Düsterhus
4bb1f36ed8 Add --no-cache to Docker instructions
The composer cache is not reusable within Docker, as each build is independent.
It thus just bloats the final image.
2026-03-17 10:08:06 +01:00
Tim Düsterhus
3252bbc999 Improve Docker instructions in docs/usage.md
This aims to strike a balance between “best practice” and “being easy to
understand”. It uses `RUN --mount` to avoid including PIE in the resulting
image and takes care to uninstall `unzip` as well, but does not provide
“extension mechanisms” to install per-extension build or runtime libraries.
2026-03-17 09:25:44 +01:00
James Titcumb
e7053cb3e6 435: documentation improvements for 1.4.0 features 2026-03-06 09:23:36 +00:00
James Titcumb
f7f8c570be Added nightly executables 2025-12-22 14:18:46 +00:00
James Titcumb
866fdc4deb Added to usage docs about executable PIE version 2025-12-22 14:06:56 +00:00
James Titcumb
c5d3664cea 279: added docs for disabling box requirements checker 2025-07-22 20:15:43 +01:00
James Titcumb
034a1b2056 Apply suggestions from code review
Co-authored-by: Tim Düsterhus <timwolla@googlemail.com>
2025-06-13 14:39:45 +01:00
James Titcumb
d33ab59cca Review and update of docs wording 2025-06-12 20:54:45 +01:00
James Titcumb
b8d7e757ff Documenting version constraint into pie.json 2025-05-14 08:33:35 +02:00
James Titcumb
3b92107bed Added documentation for 'pie install' 2025-04-09 21:02:22 +01:00
Alexander Makarov
ee413a1419 Fix typo 2025-01-30 12:20:14 +03:00
James Titcumb
f3296a0a1e Added PECL comparison 2025-01-28 20:32:20 +00:00
James Titcumb
40b151360f Improvements to table/code styling 2025-01-24 10:56:35 +00:00
James Titcumb
dcdd07650e Allow adding/removing Packagist.org repo 2025-01-23 11:09:42 +00:00
James Titcumb
6289eaf1b8 Documentation for auto-INI and repositories 2025-01-23 10:37:20 +00:00
James Titcumb
2753bf2257 Apply suggestion from @TimWolla on apt install 2025-01-03 19:18:35 +00:00
James Titcumb
1898682b6c Remove ext-zip dependency 2025-01-03 19:10:02 +00:00
Greg Korba
61ba6a88f0 Use less granular tagging policy 2024-12-04 09:41:41 +01:00
Greg Korba
8585fd2239 Use bin instead of latest-bin 2024-12-03 16:21:46 +01:00
Greg Korba
f69e736ea0 Docs for installing in Docker builds 2024-11-29 11:48:39 +01:00
James Titcumb
8156273669 Use GH attestation and organise workflows better 2024-11-27 19:44:29 +00:00
James Titcumb
be75c6c30e Added docs to verify signature of releases 2024-11-18 21:24:16 +00:00
James Titcumb
84611124fa Merge pull request #96 from alexandre-daubois/phpize-path
Add the `--with-phpize-path` option
2024-11-18 20:44:01 +00:00
James Titcumb
8ac279f58e Tweak requirements for clarity 2024-11-18 20:15:45 +00:00
Alexandre Daubois
1c9c4cab15 Add build tools to Pie requirements in the docs 2024-11-18 19:16:50 +01:00
Alexandre Daubois
b10fa93456 Add the --with-phpize-path option 2024-11-18 12:26:42 +01:00
Michiel Vermeersch
91f8250fb4 Fixed error in documentation regarding using PIE to install an extension for a different php version. 2024-10-15 11:31:57 +02:00
James Titcumb
0541ef61f8 test docs publish with markdown 2024-10-03 20:17:18 +01:00
James Titcumb
0f74aa4bf0 Initial revision of usage documentation 2024-09-16 21:48:51 +01:00