Ueli Banholzer
Ueli Banholzer
MR PHP Hashids: #104
what's your opinion, @hernandev?
Hi @hernandev We will use the alpine upstream packages, which are already built for armhf, Armv7 and AArch64. They changed their versioning strategy (`php81` instead of `php8`), so we can...
@eXistenZNL We created [a mirror on our infrastructure](https://dev.whatwedo.ch/whatwedo/php-alpine) to build and deploy it with GitLab CI and use in [our base images](https://github.com/whatwedo/docker-base-images/) - feel free to use our mirror (on...
> @xarem when I go to the link > https://packages.whatwedo.ch/php-alpine/php-alpine/v3.9/php-7.3/x86_64/APKINDEX.tar.gz > The following content will appear "The specified key does not exist" > please check it @oNguyenTienManh only Alpine 3.10...
> @xarem I am not sure the mirror is working either https://packages.whatwedo.ch/php-alpine/v3.11/php-7.4 i.e. https://packages.whatwedo.ch/php-alpine/v3.11/php-7.4/aarch64/APKINDEX.tar.gz this repo currently only supports `x86_64` - ARM is currently not supported sadly. I opened a...
> Hi @xarem > I noticed this link is also returning "The specified key does not exist". Is this usual? > https://packages.whatwedo.ch/php-alpine/3.11/php-7.4 > Thanks in advance. Hi @yifanfu You can...
I created a pull request for this bug: https://github.com/php-pm/php-pm-httpkernel/pull/186
good idea! **Attention:** - must only trigger again if the first query to localhost:3000 was successful - must only trigger if WP Debug is enabled
On the initialisation callback of BrowserSync we could get urls + port and write them to a custom json file in the wordpress root directory which is in the gitignore:...