php-src/ext
2017-09-13 15:18:21 +02:00
..
bcmath Merge branch 'PHP-7.2' 2017-09-11 23:58:31 +02:00
bz2 Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
calendar Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
com_dotnet Kill compiler warnings in ext/com_dotnet 2017-08-24 00:52:48 +02:00
ctype Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
curl Merge branch 'PHP-7.2' 2017-09-12 07:03:33 +01:00
date Narrow typeinfos down for zend_parse_paramenters_none 2017-09-12 11:25:21 +08:00
dba further data type fixes to ext/dba 2017-05-29 10:17:43 +02:00
dom Merge branch 'PHP-7.1' into PHP-7.2 2017-09-11 14:35:51 +02:00
enchant Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
exif Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
fileinfo Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
filter Refactor php_url struct to save memory dup in common cases 2017-08-06 17:48:05 +08:00
ftp Add test for ftp functions with bogus resource 2017-09-12 07:12:35 +01:00
gd Narrow typeinfos down for zend_parse_paramenters_none 2017-09-12 11:25:21 +08:00
gettext Fixed bug #73730 (textdomain(null) throws in strict mode) 2017-09-10 18:39:29 +02:00
gmp Fix test location 2017-08-17 22:11:20 +02:00
hash Kill compiler warnings in ext/hash 2017-08-24 01:05:26 +02:00
iconv Drop unnecessary allocator return value checks 2017-03-13 22:07:15 +01:00
imap Fixed bug #72324 (imap_mailboxmsginfo() return wrong size) 2017-07-07 08:18:33 +02:00
interbase Free the HMODULE handle after use 2017-07-21 22:21:25 +02:00
intl Merge branch 'PHP-7.2' 2017-09-12 12:14:44 +02:00
json Reset utf8_invalid in json scanner 2017-08-10 19:47:58 +01:00
ldap Merge branch 'PHP-7.2' 2017-09-07 16:33:42 +02:00
libxml Merge branch 'PHP-7.1' into PHP-7.2 2017-09-11 17:37:10 +02:00
mbstring fixes PR #2722, no clue how it broke ... 2017-09-06 11:13:27 +01:00
mysqli Merge branch 'PHP-7.2' 2017-09-13 14:12:53 +02:00
mysqlnd Merge branch 'PHP-7.2' 2017-09-13 14:12:53 +02:00
oci8 Prepare for PECL release 2017-08-14 21:14:14 -04:00
odbc ODBC Solid is not supported in our build system on Windows, so remove this #ifdef 2017-07-28 10:34:38 +02:00
opcache Fixed test 2017-09-12 21:41:29 +03:00
openssl Merge branch 'PHP-7.2' 2017-08-30 17:32:45 +01:00
pcntl Removed support for BeOS, development for BeOS was supported 17 years ago. 2017-08-29 22:03:56 +02:00
pcre Fixed bug #75089 (preg_grep() is not reporting PREG_BAD_UTF8_ERROR after first input string) 2017-08-18 14:56:28 +03:00
pdo Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
pdo_dblib Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
pdo_firebird Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
pdo_mysql Merge branch 'PHP-7.2' 2017-09-13 14:12:53 +02:00
pdo_oci Merge branch 'PHP-7.1' into PHP-7.2 2017-08-22 01:44:20 -04:00
pdo_odbc Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
pdo_pgsql Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
pdo_sqlite Fix test cleanup 2017-09-06 12:59:10 +02:00
pgsql We don't use these makefiles for compiling PHP extensions anymore (PHP4 era) 2017-08-17 22:10:49 +02:00
phar Kill compiler warnings in ext/phar 2017-08-24 02:31:52 +02:00
posix Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
pspell
readline Test that readline respects open_basedir 2017-08-25 00:12:36 +01:00
recode
reflection Merge branch 'PHP-7.1' into PHP-7.2 2017-08-16 11:14:53 +01:00
session Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
shmop Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
simplexml Merge branch 'PHP-7.1' into PHP-7.2 2017-09-11 16:16:09 +02:00
skeleton Added missing config.x.in files for ext_skel 2017-08-11 15:42:47 +02:00
snmp Fixed bug #74906 redirecting incorrect include <sys/errno.h> 2017-07-17 06:56:59 +01:00
soap Merge branch 'PHP-7.2' 2017-09-05 17:41:22 +02:00
sockets Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
sodium Improve sodium "invalid parameters" error messages 2017-09-07 22:18:48 +02:00
spl Merge branch 'PHP-7.2' 2017-09-12 07:08:43 +01:00
sqlite3 Merge branch 'PHP-7.2' 2017-08-31 07:56:24 +02:00
standard Merge branch 'PHP-7.2' 2017-09-12 18:19:58 +02:00
sysvmsg Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
sysvsem Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
sysvshm Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
tidy Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
tokenizer Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
wddx Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
xml Kill compiler warnings in ext/xml 2017-08-24 01:09:16 +02:00
xmlreader Merge branch 'PHP-7.2' 2017-09-11 12:18:58 +02:00
xmlrpc Merge branch 'PHP-7.1' into PHP-7.2 2017-08-02 18:50:18 +02:00
xmlwriter Get rid of all these old package[2].xml files, most of these had no had a release since PHP4, or any release at all in close to 10 years, some even did not have a package registered at pecl 2017-08-17 22:09:29 +02:00
xsl Merge branch 'PHP-7.1' into PHP-7.2 2017-09-11 18:20:42 +02:00
zend_test Make ext/zend_test report itself as zend-test in `php -m' 2017-08-17 22:15:09 +02:00
zip Use system libzip by default 2017-09-11 09:23:01 +02:00
zlib added basic zlib_get_coding_type() test 2017-09-13 15:18:21 +02:00
ext_skel.php Fix ext_skel's help, the arguments passed are using a space, not an equal sign for values 2017-07-23 11:28:27 +02:00