Óscar de Arriba
6d24c36fc6
Merge pull request #9 from matjack1/master
...
Add Ubuntu 18.04 dependencies
2018-06-10 19:44:51 +02:00
Matteo Giaccone
a829a26195
Use curl from brew on MacOS
2018-06-06 14:15:07 +02:00
Matteo Giaccone
76b5432302
zlib moved from homebrew/dupes to homebrew/core
2018-06-06 13:19:26 +02:00
Matteo Giaccone
451a87e8cc
Add Ubuntu 18.04 dependencies
2018-06-06 13:12:18 +02:00
Óscar de Arriba
35e99ac579
Merge pull request #7 from choonge/feature/fix-bison-path-osx
...
Fix path to bison binary
2017-09-19 12:29:59 +02:00
Choong Wei Tjeng
f157234757
Fix path to bison binary
...
Was missing /bin
2017-09-14 14:12:38 +02:00
Óscar de Arriba
41ae46381a
Merge pull request #6 from choonge/feature/update-documentation-osx
...
Update documentation for osx
2017-09-14 10:44:11 +02:00
Choong Wei Tjeng
5fce052cc2
Add comment about the fact that Travis builds will fail for PR's
2017-09-14 07:49:13 +02:00
Choong Wei Tjeng
0b064416db
Use homebrew --prefix where possible to generate paths
2017-09-14 07:47:51 +02:00
Choong Wei Tjeng
1caad8ce1a
Clarify that user must explicitly choose between bison 2.7 and 3.0
2017-09-14 07:46:07 +02:00
Choong Wei Tjeng
92f531b41f
Fix OSX travis build
...
Homebrew errors out when trying to install packages which are already installed. Attempt to upgrade those instead.
2017-08-22 08:21:19 +02:00
Choong Wei Tjeng
28541097d3
Update travis.yml to match README information for OSX
2017-08-21 19:35:12 +02:00
Choong Wei Tjeng
6835d73d06
Brew install bison27 instead of bison@2.7
2017-08-21 19:34:58 +02:00
Choong Wei Tjeng
31f0138f96
Update documentation for osx
...
- Add bison to brew packages. Nowadays it will install 3.0.x, which we want for PHP7.x.
- Add libiconv to homebrew packages. This is not installed by default in a clean installation.
- Use environment variables instead of force linking.
2017-08-12 12:29:23 +02:00
Óscar de Arriba
4efed882c1
Merge pull request #4 from j-dexx/add_jpeg_png_for_linux
...
Add jpeg and png for linux
2017-07-31 18:26:21 +02:00
James Doyley
fc588fadf5
Add jpeg and png for linux
...
This change addresses the need by:
- Using locate to find the .so files for libjpeg and libpng
2017-07-31 14:02:13 +01:00
Óscar de Arriba
724b14787f
Merge pull request #5 from odarriba/fix-osx-build
...
Fix OSX build
2017-07-31 13:25:53 +02:00
Óscar de Arriba
6fd1b50d35
Update travis config
2017-07-31 12:54:18 +02:00
Óscar de Arriba
c78382e6be
Update README
2017-07-31 12:51:09 +02:00
Óscar de Arriba
c65a85eeb8
Update testing
2017-07-31 12:46:17 +02:00
Óscar de Arriba
eaf2486e12
Merge pull request #3 from caleb/fix-bison-homebrew-name
...
Fix bison homebrew name
2017-07-25 15:15:50 +02:00
Caleb Land
7ec07b66b3
Update readme with new hombrew version spec
...
bison27 -> bison@2.7
2017-07-17 20:39:21 -04:00
Caleb Land
c808374b06
Use new syntax for checking out specific versions
...
bison27 -> bison@2.7
2017-07-17 20:38:12 -04:00
Óscar de Arriba
619decee43
Change permissions.
2016-10-31 11:50:33 +01:00
Óscar de Arriba
627770d599
Improve curl on OSX. Remove unused dependency.
2016-10-28 12:42:53 +02:00
Óscar de Arriba
d4309ab0ea
Add sbin path to recognise php-fpm.
2016-10-18 11:19:20 +02:00
Óscar de Arriba
4ca9aa3bae
Add fpm and pcntl.
2016-10-18 10:26:53 +02:00
Óscar de Arriba
b9ff36ac61
Fix compile flag to provide openssl support.
2016-10-17 11:33:54 +02:00
Óscar de Arriba
550b879d92
Update README.md
2016-10-17 09:58:44 +02:00
Óscar de Arriba
6dbf5ade07
Update README.
2016-10-16 21:25:58 +02:00
Óscar de Arriba
cec7292fd6
Merge branch 'features/tests'
2016-10-16 20:57:56 +02:00
Óscar de Arriba
f8442a3f6c
Merge branch 'fix/tests' into features/tests
2016-10-16 20:55:50 +02:00
Óscar de Arriba
7bb4cae6da
Fix credential usage.
2016-10-16 20:47:20 +02:00
Óscar de Arriba
8f9d5f6981
Add curl config.
2016-10-16 20:39:42 +02:00
Óscar de Arriba
a3afde9810
Update travis config.
2016-10-16 20:25:32 +02:00
Óscar de Arriba
f46a4061a2
More explicit debugging.
2016-10-16 20:13:59 +02:00
Óscar de Arriba
ee0e927262
Add travis test code to hunt a bug.
2016-10-16 20:07:51 +02:00
Óscar de Arriba
95fa029e14
Merge pull request #2 from Stratus3D/patch-1
...
Remove luarocks bin path
2016-10-16 19:47:46 +02:00
Óscar de Arriba
cc33720eda
Merge branch 'features/tests'
2016-10-16 19:46:43 +02:00
Óscar de Arriba
b0dbbff327
Fix travis config and make untaring less verbosing.
2016-10-16 19:30:20 +02:00
Trevor Brown
81aa5d99ae
Remove luarocks bin path
...
This was something I missed when I copied the asdf-lua source into the asdf-php project.
2016-10-16 13:23:50 -04:00
Óscar de Arriba
97b9549aa7
Update README
2016-10-16 19:18:09 +02:00
Óscar de Arriba
9342f6ab7f
Merge branch 'features/tests'
2016-10-16 19:14:53 +02:00
Óscar de Arriba
4ab5f60129
Add travis config file.
2016-10-16 19:14:37 +02:00
Óscar de Arriba
5018112331
Merge pull request #1 from belaustegui/master
...
Fetch PHP versions from GitHub
2016-10-16 15:14:33 +02:00
belaustegui
34752a338e
Remove manual sort of versions
...
The GitHub API already returns the versions in the required order, so
one less thing to do :)
2016-10-16 15:11:45 +02:00
belaustegui
e5ee4d60a3
Fetch PHP versions from GitHub
...
Instead of using a hardcoded list of PHP versions, we can fetch them
directly from GitHub and have the list always up to date.
2016-10-16 14:41:24 +02:00
Óscar de Arriba
12501c6764
Update README.md
2016-10-15 15:57:01 +02:00
Óscar de Arriba
3f99744782
Improve README.
2016-10-15 15:20:47 +02:00
Óscar de Arriba
8b2d5a01e9
Improve README.
2016-10-15 15:20:27 +02:00