@lando/php 1.4.0 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nyc_output/processinfo/8945ae9f-6c30-497d-adf7-68dc36912251.json +1 -0
- package/.nyc_output/processinfo/ef5412bf-389b-4667-ab9c-d214afae0c2b.json +1 -0
- package/.nyc_output/processinfo/index.json +1 -1
- package/CHANGELOG.md +4 -0
- package/builders/php.js +1 -1
- package/coverage/index.html +1 -1
- package/images/8.4-apache/Dockerfile +56 -0
- package/images/8.4-fpm/Dockerfile +56 -0
- package/netlify.toml +0 -4
- package/package.json +5 -5
- package/.nyc_output/processinfo/f05431a6-4424-40ba-9a42-3a54b790a1bc.json +0 -1
- package/.nyc_output/processinfo/fc61a4ce-cfd4-410a-a9a6-4942c26f55a2.json +0 -1
- package/tmpfile +0 -0
- /package/.nyc_output/{f05431a6-4424-40ba-9a42-3a54b790a1bc.json → 8945ae9f-6c30-497d-adf7-68dc36912251.json} +0 -0
- /package/.nyc_output/{fc61a4ce-cfd4-410a-a9a6-4942c26f55a2.json → ef5412bf-389b-4667-ab9c-d214afae0c2b.json} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":2101,"argv":["/opt/hostedtoolcache/node/18.20.4/x64/bin/node","/home/runner/work/php/php/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/php/php","time":1729213064367,"ppid":2090,"coverageFilename":"/home/runner/work/php/php/.nyc_output/8945ae9f-6c30-497d-adf7-68dc36912251.json","externalId":"","uuid":"8945ae9f-6c30-497d-adf7-68dc36912251","files":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"parent":null,"pid":2090,"argv":["/opt/hostedtoolcache/node/18.20.4/x64/bin/node","/home/runner/work/php/php/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/php/php","time":1729213064183,"ppid":2089,"coverageFilename":"/home/runner/work/php/php/.nyc_output/ef5412bf-389b-4667-ab9c-d214afae0c2b.json","externalId":"","uuid":"ef5412bf-389b-4667-ab9c-d214afae0c2b","files":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"processes":{"
|
|
1
|
+
{"processes":{"8945ae9f-6c30-497d-adf7-68dc36912251":{"parent":null,"children":[]},"ef5412bf-389b-4667-ab9c-d214afae0c2b":{"parent":null,"children":[]}},"files":{},"externalIds":{}}
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
## {{ UNRELEASED_VERSION }} - [{{ UNRELEASED_DATE }}]({{ UNRELEASED_LINK }})
|
|
2
2
|
|
|
3
|
+
## v1.5.0 - [October 18, 2024](https://github.com/lando/php/releases/tag/v1.5.0)
|
|
4
|
+
|
|
5
|
+
* Added preliminary support for PHP 8.4RC2
|
|
6
|
+
|
|
3
7
|
## v1.4.0 - [October 17, 2024](https://github.com/lando/php/releases/tag/v1.4.0)
|
|
4
8
|
|
|
5
9
|
* Fixed bug causing `CA` and `certs` to not be appropriately installed in the `appserver` when using `nginx`
|
package/builders/php.js
CHANGED
|
@@ -91,7 +91,7 @@ module.exports = {
|
|
|
91
91
|
name: 'php',
|
|
92
92
|
config: {
|
|
93
93
|
version: '7.4',
|
|
94
|
-
supported: ['8.3', '8.2', '8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4', '5.3'],
|
|
94
|
+
supported: ['8.4', '8.3', '8.2', '8.1', '8.0', '7.4', '7.3', '7.2', '7.1', '7.0', '5.6', '5.5', '5.4', '5.3'],
|
|
95
95
|
legacy: ['7.2', '7.1', '7.0', '5.6', '5.5', '5.4', '5.3'],
|
|
96
96
|
gen2: ['5.5', '5.4', '5.3'],
|
|
97
97
|
path: [
|
package/coverage/index.html
CHANGED
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
87
87
|
Code coverage generated by
|
|
88
88
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
89
|
-
at 2024-10-
|
|
89
|
+
at 2024-10-18T00:57:44.564Z
|
|
90
90
|
</div>
|
|
91
91
|
<script src="prettify.js"></script>
|
|
92
92
|
<script>
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# docker build -t devwithlando/php:8.4-apache-4 .
|
|
2
|
+
|
|
3
|
+
FROM php:8.4.0RC2-apache-bookworm
|
|
4
|
+
|
|
5
|
+
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
|
6
|
+
|
|
7
|
+
RUN \
|
|
8
|
+
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
9
|
+
&& apt -y update && apt-get install -y \
|
|
10
|
+
bzip2 \
|
|
11
|
+
default-mysql-client \
|
|
12
|
+
exiftool \
|
|
13
|
+
git-core \
|
|
14
|
+
gnupg2 \
|
|
15
|
+
openssl \
|
|
16
|
+
postgresql-client-15 \
|
|
17
|
+
pv \
|
|
18
|
+
rsync \
|
|
19
|
+
ssh \
|
|
20
|
+
unzip \
|
|
21
|
+
wget
|
|
22
|
+
|
|
23
|
+
RUN \
|
|
24
|
+
install-php-extensions @fix_letsencrypt \
|
|
25
|
+
&& install-php-extensions apcu \
|
|
26
|
+
&& install-php-extensions bcmath \
|
|
27
|
+
&& install-php-extensions bz2 \
|
|
28
|
+
&& install-php-extensions calendar \
|
|
29
|
+
&& install-php-extensions exif \
|
|
30
|
+
&& install-php-extensions gd \
|
|
31
|
+
&& install-php-extensions gettext \
|
|
32
|
+
&& install-php-extensions imap \
|
|
33
|
+
&& install-php-extensions intl \
|
|
34
|
+
&& install-php-extensions ldap \
|
|
35
|
+
&& install-php-extensions mbstring \
|
|
36
|
+
&& install-php-extensions memcached \
|
|
37
|
+
&& install-php-extensions mysqli \
|
|
38
|
+
&& install-php-extensions oauth \
|
|
39
|
+
&& install-php-extensions opcache \
|
|
40
|
+
&& install-php-extensions pcntl \
|
|
41
|
+
&& install-php-extensions pdo \
|
|
42
|
+
&& install-php-extensions pdo_mysql \
|
|
43
|
+
&& install-php-extensions pdo_pgsql \
|
|
44
|
+
&& install-php-extensions redis \
|
|
45
|
+
&& install-php-extensions soap \
|
|
46
|
+
# && install-php-extensions xdebug \
|
|
47
|
+
&& install-php-extensions zip
|
|
48
|
+
|
|
49
|
+
RUN install-php-extensions @composer-2
|
|
50
|
+
|
|
51
|
+
RUN \
|
|
52
|
+
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
53
|
+
&& apt-get -y clean \
|
|
54
|
+
&& apt-get -y autoclean \
|
|
55
|
+
&& apt-get -y autoremove \
|
|
56
|
+
&& rm -rf /var/lib/apt/lists/* && rm -rf && rm -rf /var/lib/cache/* && rm -rf /var/lib/log/* && rm -rf /tmp/*
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
# docker build -t devwithlando/php:8.4-fpm-4 .
|
|
2
|
+
|
|
3
|
+
FROM php:8.4.0RC2-fpm-bookworm
|
|
4
|
+
|
|
5
|
+
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
|
|
6
|
+
|
|
7
|
+
RUN \
|
|
8
|
+
mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
|
|
9
|
+
&& apt -y update && apt-get install -y \
|
|
10
|
+
bzip2 \
|
|
11
|
+
default-mysql-client \
|
|
12
|
+
exiftool \
|
|
13
|
+
git-core \
|
|
14
|
+
gnupg2 \
|
|
15
|
+
openssl \
|
|
16
|
+
postgresql-client-15 \
|
|
17
|
+
pv \
|
|
18
|
+
rsync \
|
|
19
|
+
ssh \
|
|
20
|
+
unzip \
|
|
21
|
+
wget
|
|
22
|
+
|
|
23
|
+
RUN \
|
|
24
|
+
install-php-extensions @fix_letsencrypt \
|
|
25
|
+
&& install-php-extensions apcu \
|
|
26
|
+
&& install-php-extensions bcmath \
|
|
27
|
+
&& install-php-extensions bz2 \
|
|
28
|
+
&& install-php-extensions calendar \
|
|
29
|
+
&& install-php-extensions exif \
|
|
30
|
+
&& install-php-extensions gd \
|
|
31
|
+
&& install-php-extensions gettext \
|
|
32
|
+
&& install-php-extensions imap \
|
|
33
|
+
&& install-php-extensions intl \
|
|
34
|
+
&& install-php-extensions ldap \
|
|
35
|
+
&& install-php-extensions mbstring \
|
|
36
|
+
&& install-php-extensions memcached \
|
|
37
|
+
&& install-php-extensions mysqli \
|
|
38
|
+
&& install-php-extensions oauth \
|
|
39
|
+
&& install-php-extensions opcache \
|
|
40
|
+
&& install-php-extensions pcntl \
|
|
41
|
+
&& install-php-extensions pdo \
|
|
42
|
+
&& install-php-extensions pdo_mysql \
|
|
43
|
+
&& install-php-extensions pdo_pgsql \
|
|
44
|
+
&& install-php-extensions redis \
|
|
45
|
+
&& install-php-extensions soap \
|
|
46
|
+
# && install-php-extensions xdebug \
|
|
47
|
+
&& install-php-extensions zip
|
|
48
|
+
|
|
49
|
+
RUN install-php-extensions @composer-2
|
|
50
|
+
|
|
51
|
+
RUN \
|
|
52
|
+
chsh -s /bin/bash www-data && mkdir -p /var/www/.composer && chown -R www-data:www-data /var/www \
|
|
53
|
+
&& apt-get -y clean \
|
|
54
|
+
&& apt-get -y autoclean \
|
|
55
|
+
&& apt-get -y autoremove \
|
|
56
|
+
&& rm -rf /var/lib/apt/lists/* && rm -rf && rm -rf /var/lib/cache/* && rm -rf /var/lib/log/* && rm -rf /tmp/*
|
package/netlify.toml
CHANGED
|
@@ -14,8 +14,6 @@
|
|
|
14
14
|
skipPatterns = [ ".rss", ".gif", ".jpg" ]
|
|
15
15
|
checkExternal = true
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
17
|
# Sets our asset optimization
|
|
20
18
|
[build.processing.css]
|
|
21
19
|
bundle = true
|
|
@@ -41,8 +39,6 @@
|
|
|
41
39
|
[plugins.inputs.audits]
|
|
42
40
|
output_path = "reports/lighthouse.html"
|
|
43
41
|
|
|
44
|
-
|
|
45
|
-
|
|
46
42
|
# We need this so preview environments and the base site look ok on their own
|
|
47
43
|
[[redirects]]
|
|
48
44
|
from = "/"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lando/php",
|
|
3
3
|
"description": "A Lando plugin that provides a tight integration with PHP.",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.0",
|
|
5
5
|
"author": "Mike Pirog @pirog",
|
|
6
6
|
"license": "GPL-3.0",
|
|
7
7
|
"repository": "lando/php",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"semver"
|
|
67
67
|
],
|
|
68
68
|
"dist": {
|
|
69
|
-
"integrity": "sha512-
|
|
70
|
-
"shasum": "
|
|
71
|
-
"filename": "lando-php-1.
|
|
72
|
-
"unpackedSize":
|
|
69
|
+
"integrity": "sha512-bznZakpiVM3NiYE0QYMBjJp5RPSXrJiP7S9Q8ulYY8o3HRWS50Nm1z3ZRC9bQyH6r0Lxd7MXQ56KnE2r3VJr+Q==",
|
|
70
|
+
"shasum": "728af3f90c7970a4021cd07e2ab7c59bf4f6ee00",
|
|
71
|
+
"filename": "lando-php-1.5.0.tgz",
|
|
72
|
+
"unpackedSize": 3160342
|
|
73
73
|
}
|
|
74
74
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":2373,"argv":["/opt/hostedtoolcache/node/18.20.4/x64/bin/node","/home/runner/work/php/php/node_modules/.bin/nyc","--reporter=html","--reporter=text","mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/php/php","time":1729179411993,"ppid":2372,"coverageFilename":"/home/runner/work/php/php/.nyc_output/f05431a6-4424-40ba-9a42-3a54b790a1bc.json","externalId":"","uuid":"f05431a6-4424-40ba-9a42-3a54b790a1bc","files":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"parent":null,"pid":2384,"argv":["/opt/hostedtoolcache/node/18.20.4/x64/bin/node","/home/runner/work/php/php/node_modules/.bin/mocha","--timeout","5000","test/**/*.spec.js"],"execArgv":[],"cwd":"/home/runner/work/php/php","time":1729179412170,"ppid":2373,"coverageFilename":"/home/runner/work/php/php/.nyc_output/fc61a4ce-cfd4-410a-a9a6-4942c26f55a2.json","externalId":"","uuid":"fc61a4ce-cfd4-410a-a9a6-4942c26f55a2","files":[]}
|
package/tmpfile
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|