termux-packages/packages/php
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.
2017-03-30 23:54:20 +02:00
..
build.sh php: Link pgsql extension against libpcre 2017-03-30 23:54:20 +02:00
ext-fileinfo-config.m4.patch Add php package (closes #46) 2015-11-10 17:39:00 -05:00
ext-opcache-config.m4.patch Add php package (closes #46) 2015-11-10 17:39:00 -05:00
ext-pgsql-config.m4.patch php: Link pgsql extension against libpcre 2017-03-30 23:54:20 +02:00
ext-phar-Makefile.frag.patch php: Update from 5.6.26 to 7.1rc3 2016-10-03 10:05:51 -04:00
ext-posix-posix.c.patch php: Update from 5.6.26 to 7.1rc3 2016-10-03 10:05:51 -04:00
ext-standard-dns.c.patch Add php package (closes #46) 2015-11-10 17:39:00 -05:00
ext-standard-php_fopen_wrapper.c.patch php: Fix 64-bit build 2016-01-04 06:46:16 -05:00
ext-standard-proc_open.c.patch php: Update path to /bin/sh for proc_open() 2016-03-04 19:08:21 +01:00
pear-Makefile.frag.patch php: Update from 5.6.26 to 7.1rc3 2016-10-03 10:05:51 -04:00
php-fpm.patch add php-pgsql and php-fpm (#875) 2017-03-26 00:22:48 +01:00
php-fpm.subpackage.sh add php-pgsql and php-fpm (#875) 2017-03-26 00:22:48 +01:00
php-pgsql.subpackage.sh add php-pgsql and php-fpm (#875) 2017-03-26 00:22:48 +01:00