Skip to content

Commit 073da06

Browse files
committed
Updates
1 parent 83136ad commit 073da06

File tree

10 files changed

+14
-10
lines changed

10 files changed

+14
-10
lines changed

php-apache-71/override.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ post_max_size = 128M
1111
upload_max_filesize = 128M
1212

1313
xdebug.remote_enable = 1
14-
xdebug.remote_host = "host.docker.internal"
14+
xdebug.remote_host = "host.docker.internal"
15+
xdebug.max_nesting_level = -1

php-apache-72/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.2.31-apache-stretch
1+
FROM php:7.2.33-apache-stretch
22

33
RUN mkdir -p /usr/share/man/man1
44

php-apache-72/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.31
1+
7.2.33

php-apache-72/override.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ post_max_size = 128M
1010
upload_max_filesize = 128M
1111

1212
xdebug.remote_enable = 1
13-
xdebug.remote_host = "host.docker.internal"
13+
xdebug.remote_host = "host.docker.internal"
14+
xdebug.max_nesting_level = -1

php-apache-73/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.3.19-apache-stretch
1+
FROM php:7.3.22-apache-stretch
22

33
RUN mkdir -p /usr/share/man/man1
44

php-apache-73/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.3.19
1+
7.3.22

php-apache-73/override.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ upload_max_filesize = 128M
1111
extension=pdo_mysql.so
1212

1313
xdebug.remote_enable = 1
14-
xdebug.remote_host = "host.docker.internal"
14+
xdebug.remote_host = "host.docker.internal"
15+
xdebug.max_nesting_level = -1

php-apache-74/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7.4.8-apache-buster
1+
FROM php:7.4.10-apache-buster
22

33
RUN mkdir -p /usr/share/man/man1
44

php-apache-74/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.4.8
1+
7.4.10

php-apache-74/override.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ upload_max_filesize = 128M
1111
extension=pdo_mysql.so
1212

1313
xdebug.remote_enable = 1
14-
xdebug.remote_host = "host.docker.internal"
14+
xdebug.remote_host = "host.docker.internal"
15+
xdebug.max_nesting_level = -1

0 commit comments

Comments
 (0)