1
0
mirror of https://github.com/danog/php.git synced 2024-12-14 01:57:25 +01:00
Commit Graph

411 Commits

Author SHA1 Message Date
yosifkit
9eb342a7f8 Merge pull request from andrerom/7.0rc4
Bump PHP 7.0 to RC4
2015-10-01 13:28:14 -07:00
André R
9cfb9ff18f Bump PHP 7.0 to RC4
Release notes: http://php.net/archive/2015.php#id2015-10-01-1
2015-10-01 19:35:20 +02:00
yosifkit
9533a79293 Merge pull request from skyred/patch-3
Upgrade to RC3 Release
2015-09-22 11:00:57 -07:00
Jingsheng Wang
5b0e536d20 Upgrade to RC3 Release 2015-09-21 10:35:56 +08:00
Tianon Gravi
3f3d1c120b Merge pull request from sherter/security-updates
Update to 5.6.13, 5.5.29 and 5.4.45
2015-09-05 07:45:24 -07:00
Simon Herter
cf1e938f37 Update to 5.6.13, 5.5.29 and 5.4.45 2015-09-05 16:01:04 +02:00
Tianon Gravi
fc53ee1cb2 Merge pull request from andrerom/patch-1
Bump PHP 7.0 to RC2
2015-09-04 14:04:18 -07:00
André R
8c25cfb2c5 Bump PHP 7.0 to RC2 2015-09-04 14:53:02 +02:00
Tianon Gravi
00bc232093 Merge pull request from skyred/patch-1
Upgrade to RC1 Release
2015-08-24 09:31:38 -07:00
Jingsheng Wang
f5e091ac38 Upgrade to PHP 7 RC1 Release
http://php.net/archive/2015.php#id2015-08-21-1

RC1 for php-apache build

forgot to upgrade the version in 7.0 folder
2015-08-22 21:12:17 +08:00
Tianon Gravi
757528222b Enhance "generate-stackbrew-library.sh" to only take into account changes to the Dockerfile or files from COPY in the Dockerfile for choosing the commit hash for a particular directory 2015-08-11 15:12:42 -07:00
Tianon Gravi
b1ff26c9e5 Put "docker images" in .travis.yml "after_script" section 2015-08-07 16:32:30 -07:00
Tianon Gravi
789a45b03f Merge pull request from abcdmitry/master
Full path for loading zend extensions
2015-08-07 14:07:30 -07:00
Tianon Gravi
305067f94c Add back the 5.5 keys that are officially listed, and sort all the key lists 2015-08-07 12:01:25 -07:00
Tianon Gravi
fc5346a7e0 Fix 5.5 key (https://github.com/docker-library/php/pull/124#issuecomment-128795274) 2015-08-07 12:00:05 -07:00
Tianon Gravi
e060ca8d0c Merge pull request from thaJeztah/upgrade-of-the-month
Update PHP 5.6.12, 5.5.28 and 5.4.44
2015-08-07 11:56:48 -07:00
yosifkit
cf165eb6a7 Merge pull request from thaJeztah/update-beta
Update to PHP 7.0.0 beta 3
2015-08-07 11:05:35 -07:00
Sebastiaan van Stijn
c9bc16e061 Update to PHP 7.0.0 beta 3
As announced here:
http://php.net/archive/2015.php#id2015-08-06-1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-08-07 17:51:02 +02:00
Sebastiaan van Stijn
a8ec57f206 Update PHP 5.6.12, 5.5.28 and 5.4.44
Update announcement:
http://php.net/archive/2015.php#id2015-08-06-1

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-08-07 15:45:39 +02:00
Dmitry Lukashin
a3508a6653 Get rid of unneeded variable 2015-08-07 03:48:56 +03:00
Dmitry Lukashin
878e6efc37 Full path for loading zend extensions 2015-08-07 03:05:52 +03:00
yosifkit
94d9e6b303 Merge pull request from infosiftr/docker-php-ext-enable
Add new "docker-php-ext-enable" script for more intelligent module enabling
2015-08-05 09:52:26 -07:00
Tianon Gravi
8dc762e718 Run update.sh 2015-08-04 16:04:42 -07:00
Tianon Gravi
fef9f6ec8a Add new "docker-php-ext-enable" script for more intelligent module enabling
This also updates `docker-php-ext-install` to invoke this script properly after successful extension compilation.

If modules are determined to already be enabled, it'll skip them appropriately.

This removes simple warnings like `PHP Warning:  Module 'curl' already loaded in Unknown on line 0`, and enables things like `pecl install mongo && docker-php-ext-enable mongo`.
2015-08-04 16:04:25 -07:00
Tianon Gravi
b4aeb948e2 Update .travis.yml to use "sudo: 9000" instead of "dist: trusty" 2015-07-22 10:35:05 -07:00
Tianon Gravi
1a9eec96df Merge pull request from romqin/php7-beta2
upgrade php7 version
2015-07-22 09:02:07 -07:00
Romain Gautier
7e116d7906 upgrade php7 version 2015-07-22 09:26:57 +02:00
Tianon Gravi
b3d6433338 Merge pull request from thaJeztah/php++
Update to 5.4.43, 5.5.27, and 5.6.11
2015-07-10 15:24:20 -07:00
Sebastiaan van Stijn
32887c1de3 Update to 5.4.43, 5.5.27, and 5.6.11
As announced here;

PHP 5.4.43 http://php.net/archive/2015.php#id2015-07-09-1
PHP 5.5.27 http://php.net/archive/2015.php#id2015-07-10-2
PHP 5.6.11 http://php.net/archive/2015.php#id2015-07-10-3

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2015-07-10 15:31:35 +02:00
yosifkit
cc37392e0c Merge pull request from infosiftr/php-7.0
Add PHP 7.0
2015-07-08 09:49:03 -07:00
Tianon Gravi
0e983d18f2 Swap update.sh to still generate for unknown versions and bump to 7.0.0beta1
Also, update generate-stackbrew-library.sh appropriately.
2015-07-08 09:40:22 -07:00
Marcelo Andrade
11f5f37233 Add php-7.0.0alpha2 (Issue )
Adding 7.0 to travis

Fixes for the reviewed code

Fixes to have the directory as 7.0

Change version on travis

Remove GPG from Dockerfile on 7.0
2015-07-08 09:30:27 -07:00
yosifkit
d0b37892f4 Merge pull request from infosiftr/xz
Switch from "bz2" to "xz" for 5.5 and 5.6 …
2015-06-30 14:09:07 -07:00
Tianon Gravi
a413eb0123 Switch from "bz2" to "xz" for 5.5 and 5.6 (several megabytes smaller download) 2015-06-30 10:06:18 -07:00
Tianon Gravi
ae130b2f84 Update to 5.4.42, 5.5.26, and 5.6.10 2015-06-12 10:35:07 -07:00
Joe Ferguson
58559e7dec Run update.sh for docker-php-ext-install fixes 2015-05-28 13:27:42 -07:00
yosifkit
eaeb58f751 Merge pull request from infosiftr/whoops-ini
Whoops, use $ini consistently
2015-05-28 13:23:09 -07:00
Tianon Gravi
cb9322a837 Whoops, use $ini consistently O:) 2015-05-28 12:43:03 -07:00
Tianon Gravi
965b263110 Merge pull request from infosiftr/g++
Add g++
2015-05-19 16:14:10 -07:00
Joe Ferguson
ec8e44b3b8 Add g++ 2015-05-19 15:48:24 -07:00
Tianon Gravi
fef25a244c Merge pull request from leepa/phpupdate
Update to PHP 5.4.41, 5.5.25 and 5.6.9
2015-05-15 07:49:17 -06:00
Lee Packham
2fbee27c94 Update to PHP 5.4.41, 5.5.25 and 5.6.9
As per latest security updates from php.net
2015-05-15 10:35:42 +01:00
Tianon Gravi
3b739cd4e8 Merge pull request from mathroc/master
Tells FPM not to clear the environment in workers
2015-04-27 16:47:41 -06:00
Mathieu Rochette
6c517d12b4 Tells FPM not to clear the environment in workers
Allows php scripts executed with FPM to access env vars such as env vars
from linked containers

see 
2015-04-27 23:41:04 +02:00
Tianon Gravi
b7d2ab88db Merge pull request from infosiftr/gpg-keys
More resilient gpg getting
2015-04-23 15:29:11 -06:00
Joe Ferguson
1dcb6d1764 More resilient gpg getting 2015-04-23 13:54:03 -07:00
Tianon Gravi
f6aa601699 Update to 5.6.8, 5.5.24, 5.4.40 2015-04-21 11:01:24 -06:00
Tianon Gravi
e903963005 Merge pull request from xuhdev/config0-m4
Rename config0.m4 to config.m4 to avoid phpize failure
2015-04-21 09:43:05 -07:00
Hong Xu
453a9da962 Preinstall more extensions which cannot be installed later
Extensions added: pcre, recode, sqlite3
2015-04-17 19:48:36 -07:00
Tianon Gravi
460bba641c Merge pull request from xuhdev/builddep-file
Remove file from buildDeps
2015-04-13 16:34:25 -06:00