Commit Graph

412 Commits

Author SHA1 Message Date
Joe Ferguson
b862248552 Adjust scanelf to properly detect runDeps 2017-09-22 14:18:14 -07:00
Tianon Gravi
511db0eb59 Fix "ouptut" typo from https://github.com/docker-library/php/pull/497 2017-09-19 17:03:52 -07:00
Tianon Gravi
cb622dfc3b Merge pull request #497 from infosiftr/extra-explanation
Extra explanation in `docker-php-ext-*` scripts
2017-09-19 17:01:41 -07:00
Joe Ferguson
8515b3c5e1 Apply module explanation to all versions 2017-09-19 15:49:04 -07:00
Joe Ferguson
c7a848cc37 Explain that some modules listed in docker-php-ext-* scripts are already compiled in 2017-09-19 15:43:41 -07:00
Docker Library Bot
d7bfdb5895 Update to 7.2.0RC2 2017-09-15 00:46:10 +00:00
yosifkit
8bed3195da Merge pull request #491 from infosiftr/arm32v5
Remove support for arm32v5 (takes too long to build)
2017-09-06 10:00:07 -07:00
Tianon Gravi
925ea64fe2 Remove support for arm32v5 (takes too long to build) 2017-09-05 21:20:06 -07:00
yosifkit
6eddaa7896 Merge pull request #487 from infosiftr/s390x
Remove s390x from 7.2+
2017-09-01 15:14:48 -07:00
Tianon Gravi
179431c325 Remove s390x from 7.2+
```
/usr/src/php/ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c: In function 'KeccakP1600_AddLanes':
/usr/src/php/ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c:158:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
     UINT8 *curData = data;
                      ^~~~
/usr/src/php/ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c: In function 'KeccakP1600_OverwriteBytesInLane':
/usr/src/php/ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c:208:2: error: #error "Not yet implemented"
 #error "Not yet implemented"
  ^~~~~
/usr/src/php/ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c: In function 'KeccakP1600_OverwriteLanes':
/usr/src/php/ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c:229:2: error: #error "Not yet implemented"
 #error "Not yet implemented"
  ^~~~~
/usr/src/php/ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c: In function 'KeccakP1600_OverwriteWithZeroes':
/usr/src/php/ext/hash/sha3/generic64lc/KeccakP-1600-opt64.c:264:2: error: #error "Not yet implemented"
 #error "Not yet implemented"
  ^~~~~
make: *** [ext/hash/sha3/generic64lc/KeccakP-1600-opt64.lo] Error 1
```
2017-09-01 14:27:34 -07:00
Docker Library Bot
ae9d560db8 Update to 7.1.9 2017-09-01 06:46:09 +00:00
Docker Library Bot
e40afc3c76 Update to 7.2.0RC1 2017-08-31 14:19:24 +00:00
Docker Library Bot
502066405b Update to 7.0.23 2017-08-31 14:19:24 +00:00
Docker Library Bot
c8a1150f4b Update to 7.2.0beta3 2017-08-17 12:46:08 +00:00
Docker Library Bot
35b926a0d0 Update to 7.2.0beta2 2017-08-03 11:46:08 -07:00
Docker Library Bot
903540ea79 Update to 7.1.8 2017-08-03 11:46:08 -07:00
Docker Library Bot
2630167f7e Update to 7.0.22 2017-08-03 12:47:07 +00:00
Docker Library Bot
518094b3d3 Update to 7.2.0beta1 2017-07-20 05:46:07 -07:00
yosifkit
13b2eeb9b5 Merge pull request #448 from infosiftr/7.2
Add 7.2 (pre-release)
2017-07-11 13:12:42 -07:00
Tianon Gravi
ddc7084c8a Add 7.2.0alpha3 2017-07-10 12:05:50 -07:00
Docker Library Bot
3632e1e8ce Update to 5.6.31 2017-07-07 00:46:46 +00:00
Docker Library Bot
4976f9ac8d Update to 7.1.7 2017-07-06 18:46:45 +00:00
Docker Library Bot
0bbf244ba3 Update to 7.0.21 2017-07-06 12:46:44 +00:00
Docker Library Bot
3ee1cd8287 Update to 5.6.30 2017-06-28 18:46:34 +00:00
Docker Library Bot
04a39b1881 Update to 7.0.20 2017-06-28 18:46:34 +00:00
Docker Library Bot
53d257f279 Update to 7.1.6 2017-06-28 18:46:34 +00:00
yosifkit
c426c5be9d Merge pull request #454 from infosiftr/multiarch
Add proper Architectures entries in "generate-stackbrew-library.sh"
2017-06-16 15:12:42 -07:00
Tianon Gravi
18c5298e55 Add proper Architectures entries in "generate-stackbrew-library.sh" 2017-06-16 15:08:56 -07:00
yosifkit
b5c045208a Merge pull request #451 from infosiftr/lol-deb-php-autotools-wtf
Account for DEB_BUILD_MULTIARCH vs DEB_BUILD_GNU_TYPE disparity
2017-06-12 12:30:36 -07:00
Tianon Gravi
eadc27f12c Account for DEB_BUILD_MULTIARCH vs DEB_BUILD_GNU_TYPE disparity
```
DEB_BUILD_GNU_TYPE=i586-linux-gnu
DEB_BUILD_MULTIARCH=i386-linux-gnu
```
2017-06-12 11:04:00 -07:00
Tianon Gravi
a403050c00 Parameterize Debian Suite 2017-06-09 14:01:24 -07:00
Tianon Gravi
014a5a69e6 Parameterize Alpine versions and add more links to update.sh 2017-06-09 13:35:10 -07:00
Tianon Gravi
95cb6e2b16 Add 7.2 PGP fingerprints and fix "rc" filter expression 2017-06-09 12:47:54 -07:00
Docker Library Bot
3f43309a0d Update to 7.1.6 2017-06-09 00:46:24 +00:00
Docker Library Bot
66a746410b Update to 7.0.20 2017-06-08 12:46:19 +00:00
yosifkit
b7bf568381 Merge pull request #445 from infosiftr/pecl-update-channels
Explicitly invoke "pecl update-channels" at build time to ensure our channel definitions are up-to-date
2017-05-31 16:40:49 -07:00
Tianon Gravi
c48c629568 Explicitly invoke "pecl update-channels" at build time to ensure our channel definitions are up-to-date 2017-05-31 15:04:31 -07:00
yosifkit
fba839b7df Merge pull request #433 from krlv/pcre_fix
Add pcre-dev library to PHPize dependency list
2017-05-12 13:20:27 -07:00
Joe Ferguson
76a1c5ca16 Sort apt/apk package lines 2017-05-12 13:03:16 -07:00
Eugene Kirillov
87a95b77fb Add PCRE lib to PHPIZE_DEPS 2017-05-12 15:57:15 +03:00
Docker Library Bot
aba1a25dbf Update to 7.0.19 2017-05-11 17:46:24 -07:00
Docker Library Bot
7ec3afcbfd Update to 7.1.5 2017-05-11 17:46:24 -07:00
yosifkit
83ae04e660 Merge pull request #429 from infosiftr/multiarch
Add explicit "--build" to our "./configure" invocations
2017-05-10 12:58:43 -07:00
Tianon Gravi
6844e717a5 Add explicit "--build" to our "./configure" invocations 2017-05-10 11:14:13 -07:00
yosifkit
3712f02b70 Merge pull request #427 from infosiftr/apache2
Replace "apache2-bin apache2.2-common" with "apache2"
2017-05-09 14:44:00 -07:00
Tianon Gravi
7cd701b551 Replace "apache2-bin apache2.2-common" with "apache2"
The "apache2.2-common" package is already pulling in "apache2", which pulls in "apache2-bin" among other things, so let's simplify this block.
2017-05-09 13:17:43 -07:00
yosifkit
8efce53763 Merge pull request #420 from infosiftr/nm
Install "binutils" in "docker-php-ext-enable" if needed
2017-05-04 14:47:39 -07:00
Tianon Gravi
4cfa24e13f Install "binutils" in "docker-php-ext-enable" if needed
This matches the behavior of `docker-php-ext-configure` and `docker-php-ext-install`, and ensures that `nm` is installed and then removed in Alpine where necessary.
2017-05-04 11:43:14 -07:00
Docker Library Bot
fdc68760d5 Update to 7.0.18 2017-04-13 11:46:27 -07:00
Docker Library Bot
fa6464a43d Update to 7.1.4 2017-04-13 11:46:27 -07:00