Docker Library Bot
b9f1715602
Update 7.4 to 7.4.33
2022-11-03 08:06:29 -07:00
Kévin Dunglas
231fc4aa50
fix: disable Zend Signals for ZTS builds ( #1331 )
2022-10-31 16:03:41 -07:00
Docker Library Bot
fa38b1c375
Update 7.4 to 7.4.32
2022-09-29 05:41:45 -07:00
Docker Library Bot
e4509d18e3
Update 7.4 to 7.4.30
2022-06-09 05:46:42 -07:00
GreyXor
950963c0e3
Alpine 3.16
2022-05-24 15:14:28 -07:00
Docker Library Bot
f2b879649f
Update 7.4 to 7.4.29
2022-04-14 05:46:40 -07:00
Tianon Gravi
af4cd1a218
Make "strip" in "docker-php-ext-install" conditional on "ZEND_DEBUG_BUILD"
...
Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz>
2022-03-24 14:53:29 -07:00
Michael Sierks
b62fa33a71
Use gnu-libiconv for php iconv extension on alpine
2022-03-10 17:02:19 -06:00
Michael Sierks
85143a18bd
Update iconv extension to be shared, so it can be disabled if necessary
2022-03-09 14:38:16 -06:00
Tianon Gravi
c1d608310d
Explicitly enable phpdbg in CLI images and *disable* it in all others
2022-03-01 16:41:40 -08:00
Docker Library Bot
8450cfcf44
Update 7.4 to 7.4.28
2022-02-17 07:18:31 -08:00
Docker Library Bot
37c55fed56
Update 7.4 to 7.4.27
2021-12-16 07:43:46 -08:00
J0WI
0c60516408
Alpine 3.15
2021-11-25 11:35:55 +01:00
Docker Library Bot
5d0a0578db
Update 7.4 to 7.4.26
2021-11-18 06:24:01 -08:00
Docker Library Bot
d14824baab
Update 7.4 to 7.4.25
2021-10-22 08:38:49 -07:00
yosifkit
15ddd64eb2
Merge pull request #1213 from infosiftr/strip-ext
...
Add stripping to installed extensions
2021-10-12 15:55:06 -07:00
Tianon Gravi
b2c6b85e5a
Add stripping to installed extensions
2021-10-12 14:01:21 -07:00
Tianon Gravi
6e558df379
Fix "find -perm" syntax (and ignore "strip" failures but not "find" failures)
2021-10-12 13:53:39 -07:00
Tianon Gravi
6d7ea20646
Merge PHP_EXTRA_* into the places they're used
...
Also, this explicitly treats "cli" and "zts" variants as similar for the purposes of `--enable-embed`.
2021-10-08 17:40:11 -07:00
Docker Library Bot
41d3146c41
Update 7.4 to 7.4.24
2021-09-23 11:47:08 -07:00
Docker Library Bot
496cd2fea4
Update 7.4 to 7.4.23
2021-08-26 08:00:27 -07:00
Joe Ferguson
06309249a9
Apply templates using single template
2021-08-24 17:26:53 -07:00
Tianon Gravi
eee43f690e
Switch from libedit back to readline
...
Without this, I cannot input UTF-8 characters, no matter what I set `LANG` to, but this fixes it such that `LANG=C.UTF-8` works again for inputting UTF-8 characters like `💩 `.
2021-08-24 16:05:37 -07:00
Joe Ferguson
7a290f78fb
Apply templates to add bullseye; drop stretch
2021-08-16 17:50:10 -07:00
Docker Library Bot
90aa28b248
Update 7.4 to 7.4.22
2021-07-29 08:48:09 -07:00
Docker Library Bot
94f1bc256d
Update 7.4 to 7.4.21
2021-07-01 08:08:09 -07:00
Tianon Gravi
6da00646d5
Switch from SKS to Ubuntu keyserver
...
See also https://github.com/docker-library/faq#openpgp--gnupg-keys-and-verification and https://github.com/tianon/pgp-happy-eyeballs
2021-06-22 13:59:01 -07:00
J0WI
a82fd9b024
Add Alpine 3.14
2021-06-16 16:11:19 +02:00
Docker Library Bot
368453e291
Update 7.4 to 7.4.20
2021-06-03 12:46:55 +00:00
Docker Library Bot
47e681a741
Update 7.4 to 7.4.19
2021-05-06 12:46:32 +00:00
Docker Library Bot
22b08a4cd3
Update 7.4 to 7.4.18
2021-04-30 12:46:33 +00:00
Docker Library Bot
1bc63c1ce4
Update 7.4 to 7.4.16
2021-03-04 19:46:26 +00:00
Docker Library Bot
1ad18817e5
Update 7.4 to 7.4.15
2021-02-04 15:16:58 +00:00
Tianon Gravi
74175669f4
Adjust "docker-php-ext-enable" to use "grep -Fx"
...
Also, test both versions (with `.so` and without).
This helps avoid false positives due to lines like `extension=apc` matching `extension=apcu`.
2021-01-20 10:44:08 -08:00
GreyXor
c70a901d7f
Add Alpine 3.13 ( #1117 )
...
This also removes Alpine 3.11, per the support policy in this repository.
2021-01-15 08:53:26 -08:00
Docker Library Bot
4d752fa012
Update 7.4 to 7.4.14
2021-01-07 15:06:37 +00:00
Tianon Gravi
73ccb45f47
Add "--enable-embed" to Debian-based CLI variants
...
This is used for things like NGINX Unit to embed PHP (similar to `mod_php` in Apache, but a more general interface).
2020-12-17 14:32:31 -08:00
Docker Library Bot
0274f58b8d
Update 7.4 to 7.4.13
2020-11-26 01:46:30 +00:00
James Sansbury
fa268447c6
Remove messages about pear being removed in PHP 8+.
2020-11-24 08:35:02 -05:00
Tianon Gravi
3dc9a6988d
Add "--with-pic" to configure flags (specifically to fix i386)
...
After looking/comparing at the output of `./configure` for our i386 and amd64 builds against that of Debian's i386 build, our i386 build was the only one of the three to include `checking whether to force non-PIC code in shared modules... yes` (the other two were `no`).
Debian includes `--with-pic`, and we do not.
Looking at the upstream PHP code for this configure check (313a56add0/configure.ac (L241-L256)
), this makes total sense, and explains why i386 is the only architecture we see this issue on:
```m4
dnl Disable PIC mode by default where it is known to be safe to do so, to avoid
dnl the performance hit from the lost register.
AC_MSG_CHECKING([whether to force non-PIC code in shared modules])
case $host_alias in
i?86-*-linux*|i?86-*-freebsd*)
if test "${with_pic+set}" != "set" || test "$with_pic" = "no"; then
with_pic=no
AC_MSG_RESULT(yes)
else
AC_MSG_RESULT(no)
fi
;;
*)
AC_MSG_RESULT(no)
;;
esac
```
This was probably already implied by our `CFLAGS` (and the compiler) on Alpine, but I figured it doesn't hurt to be explicit / consistent.
2020-11-04 17:22:43 -08:00
Joe Ferguson
e12d4c5d46
Drop md5 checksums
2020-10-29 13:51:51 -07:00
Docker Library Bot
5dd0da6ee3
Update 7.4 to 7.4.12
2020-10-29 18:46:34 +00:00
Joe Ferguson
a940d67380
Drop .so
from "extension=" in docker-php-ext-enable generated ini files
2020-10-23 12:34:00 -07:00
Docker Library Bot
c257144e4b
Update 7.4 to 7.4.11
2020-10-01 16:44:33 +00:00
Docker Library Bot
c8c4d223a0
Update 7.4 to 7.4.10
2020-09-03 14:45:47 +00:00
Tianon Gravi
165f8ca09c
Add initial jq-based templating engine
2020-08-28 15:17:53 -07:00
Docker Library Bot
14a53e7cbf
Update to 7.4.9
2020-08-06 12:46:14 +00:00
Docker Library Bot
86c8ec4d38
Update to 7.4.8
2020-07-09 17:52:38 +00:00
Docker Library Bot
b6fd2f7001
Update to 7.4.7
2020-06-11 16:10:51 +00:00
J0WI
99e1354f48
Add Alpine 3.12
2020-06-11 00:49:23 +02:00