]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorFerenc Kovacs <tyrael@php.net>
Mon, 19 Oct 2015 20:47:23 +0000 (22:47 +0200)
committerFerenc Kovacs <tyrael@php.net>
Mon, 19 Oct 2015 20:47:23 +0000 (22:47 +0200)
* PHP-5.5:
  fixup, both catched by nikic
  use another character device in this test as /dev/console seems that it is different for lxc containers
  the de_DE(iso-8859-1) locale is not available on ubuntu by default, but there is no reason to require that over the utf-8 one
  let's try running our testsuite without sudo

1  2 
.travis.yml
ext/intl/tests/bug67052.phpt
travis/compile.sh

diff --cc .travis.yml
index 658548b9afed1ffe5891751fee374678326bdc29,e6eec4c45fa37c101763286300a9df57c385cd74..c13009a983c5e89dcc98b12de9b97282307f9865
@@@ -1,5 -1,15 +1,20 @@@
  language: c
+ sudo: false
+ addons:
+   apt:
+     packages:
+       - locales
+       - language-pack-de
+       - re2c
+       - libgmp-dev
+       - libicu-dev
+       - libmcrypt-dev
+       - libtidy-dev
++      - libenchant-dev
++      - libaspell-dev
++      - libpspell-dev
++      - librecode-dev
 +
  notifications:
      email: 
         on_failure: change
Simple merge
index 4dce7fc8a4359812f037479ef87e7bf453eb692c,682d5d8598b06f5a7d41688e1dd616a65869f625..fa0a2fcfa1f4efbf3c824a7df45879c73a38057b
@@@ -48,14 -50,6 +50,14 @@@ $TS 
  --with-bz2 \
  --with-openssl \
  --with-gmp \
 ---enable-bcmath
 +--enable-bcmath \
 +--enable-phpdbg \
 +--enable-calendar \
 +--enable-ftp \
 +--with-pspell=/usr \
 +--with-recode=/usr \
 +--with-enchant=/usr \
 +--enable-wddx \
 +--enable-sysvmsg 
  make -j2 --quiet
sudo make install
+ make install