Fredrik Fornwall
82afb366e7
libandroid-support: Update to v19
This version has been cleaned up considerably. Also bump php since
it uses strfmon() which has been removed from libandroid-support.
8 years ago
Fredrik Fornwall
e907179689
php: Update from 7.1.6 to 7.1.7, fix aarch64 issue
Backport 8c8679207a
which fixes https://github.com/termux/termux-packages/issues/890 (and
possibly other issues).
8 years ago
Fredrik Fornwall
af997cb536
php: New attempt at avoid-linking-apr-everywhere
8 years ago
Vishal Biswas
e6672754c2
php: handle php-apache properly ( #1084 )
* php: handle php-apache properly
* fix other modules linking against apr
* fix php including httpd.conf
* php: update revision for php-apache
8 years ago
Vishal Biswas
6b78878e05
php-apache: add package ( #1075 )
8 years ago
Fredrik Fornwall
853ac936b1
php: Update from 7.1.5 to 7.1.6
8 years ago
Fredrik Fornwall
2201a45de8
php: Add comment why we're not building with clang
8 years ago
Fredrik Fornwall
f653115e03
php: Update from 7.1.4 to 7.1.5
8 years ago
its-pointless
adeaac84b9
fix aarch64 build giving double instead of integer ( #1012 )
8 years ago
Fredrik Fornwall
ca7699c169
Stand in srcdir for termux_step_pre_configure
8 years ago
Fredrik Fornwall
74ad4596c6
php: Specify --with-png-dir
This should fix building when a builder png.h is not available.
8 years ago
Fredrik Fornwall
57ae9050e1
php: Fix /bin/sed path in phpize ( fixes #937 )
8 years ago
Fredrik Fornwall
1a8a1f584f
php: Update from 7.1.3 to 7.1.4
8 years ago
Fredrik Fornwall
1a6cff7349
php: Link pgsql extension against libpcre
The pgsql extension uses pcre functions but does not link against
libpcre by default, as the php executable which dlopen():s the
extension already links against libpcre.
However, on Android this doesn't work, see
https://github.com/android-ndk/ndk/issues/201
so we need to link against libpcre explicitly.
8 years ago
Fredrik Fornwall
53530ad847
php: Fix building pg extensions
8 years ago
Vishal Biswas
cc7bcfa238
add php-pgsql and php-fpm ( #875 )
* php: update from 7.1.2 to 7.1.3
* add TERMUX_SUBPKG_CONFFILES
* php: add subpkgs php-pgsql and php-fpm
8 years ago
Fredrik Fornwall
6788ea2c5d
php: Update from 7.1.1 to 7.1.2 and enable pcntl
8 years ago
Fredrik Fornwall
ef5ec078b0
php: Update from 7.1.0 to 7.1.1
8 years ago
Fredrik Fornwall
42a606a246
libmcrypt: Remove package
https://paragonie.com/blog/2015/05/if-you-re-typing-word-mcrypt-into-your-code-you-re-doing-it-wrong
8 years ago
Fredrik Fornwall
ecd1ff092b
php: Update from 7.1rc6 to 7.1.0
8 years ago
Fredrik Fornwall
ecaaa5d4a4
php: Update from 7.1 RC5 to RC6
8 years ago
Fredrik Fornwall
bc456a6a9d
php: Update from 7.1 RC4 to RC5
8 years ago
Fredrik Fornwall
0149a69d6c
php: Update from 7.1 RC3 to RC4
8 years ago
Fredrik Fornwall
da1533a42c
php: Update from 5.6.26 to 7.1rc3
8 years ago
Fredrik Fornwall
83d11d6e04
Update readline to v7 and bash to v4.4
As a consequence of updating readline to version 7 we bump the
build revision of all packaging linking to it as the soname has
changed.
8 years ago
Fredrik Fornwall
eaf3340315
Prepare more packages for clang
8 years ago
Fredrik Fornwall
f3fe19bc20
php: Update from 5.6.24 to 5.6.25
8 years ago
David Martínez
77c265a461
Added more extensions to PHP build ( #391 )
8 years ago
Fredrik Fornwall
018a99322d
php: Update from 5.6.23 to 5.6.24
8 years ago
Fredrik Fornwall
6f9d7d3dc0
php: Update from 5.6.22 to 5.6.23
9 years ago
Fredrik Fornwall
a5efde46ed
php: Add --enable-mbstring
Fixes #316 .
9 years ago
Fredrik Fornwall
1309b4000f
php: Update from 5.6.21 to 5.6.22
9 years ago
Fredrik Fornwall
12c873161d
php: Build native php without xml support
This avoids depending on libxml2-dev (or similar packages) on the
build machine.
9 years ago
Fredrik Fornwall
ee5dea0902
php: Build with readline support ( closes #260 )
9 years ago
Fredrik Fornwall
5fc3629fe4
php: Bump version to 5.6.21, depend on libgd
9 years ago
David Martinez
727704d71b
PHP package enhanced with curl, gd and mcrypt extensions
9 years ago
Fredrik Fornwall
5abdfc641d
php: Depend on libcrypt ( fixes #226 )
9 years ago
Fredrik Fornwall
0106bb6c5b
php: Update from 5.6.19 to 5.6.20
9 years ago
Fredrik Fornwall
46c859b5b1
php: Bump build revision for new package
9 years ago
michalbednarski
50111527d8
php: Enable zlib extension
9 years ago
Fredrik Fornwall
cc3870bfd8
php: Update from 5.6.17 to 5.6.19
9 years ago
michalbednarski
fce1dffed9
php: Update path to /bin/sh for proc_open()
9 years ago
michalbednarski
daba97c624
php: Enable glob() function
9 years ago
Fredrik Fornwall
f72fc7825c
php: Update to 5.6.17 and enable socket extension
9 years ago
Fredrik Fornwall
706bd350ec
php: Fix 64-bit build
9 years ago
Fredrik Fornwall
7e606cc7eb
Remove dependency on php on the builder
The native php executable is built by the package itself
9 years ago
Fredrik Fornwall
c7bdfff616
php: Enable the zip and iconv extension
9 years ago
Fredrik Fornwall
e339be429f
php: Enable phar and openssl module
9 years ago
Fredrik Fornwall
379db8b623
libxml2: Update from 2.9.2 to 2.9.3
This required rebuilding dependent packages after soname bump.
9 years ago
Fredrik Fornwall
e054b9eb42
Add php package ( closes #46 )
9 years ago