php-src/ext
Xinchen Hui 97eb1a072b Merge branch 'PHP-7.2'
* PHP-7.2:
  Fix bug #75279

Conflicts:
	ext/standard/dl.c
2017-09-30 12:16:05 +08:00
..
bcmath Merge branch 'pull-request/2742' 2017-09-18 15:21:22 +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 Merge branch 'PHP-7.2' 2017-09-27 06:24:46 +01:00
dba further data type fixes to ext/dba 2017-05-29 10:17:43 +02:00
dom Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03: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 Merge branch 'PHP-7.2' 2017-09-26 00:47:09 +02: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
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 Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
json Sync json parser defs 2017-09-20 15:08:45 +02:00
ldap Added support for VLV controls request and response 2017-09-21 10:05:42 +02:00
libxml Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
mbstring Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03:00
mysqli Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03: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 Merge branch 'PHP-7.2' 2017-09-29 11:18:13 +08: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 #75285i Broken build when system libpcre don't have jit support 2017-09-29 15:47:50 +02:00
pdo Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03: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 Fix type-o in ext/reflection comment 💬 2017-09-13 14:11:57 -05: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 Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03: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 Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03: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 ext/sodium: call crypto_pwhash_argon2id() explicitly if required 2017-09-26 18:09:00 +02:00
spl Merge branch 'PHP-7.2' 2017-09-24 17:25:26 +08:00
sqlite3 Merge branch 'PHP-7.2' 2017-08-31 07:56:24 +02:00
standard Merge branch 'PHP-7.2' 2017-09-30 12:16:05 +08: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 Refactored array creation API. array_init() and array_init_size() are converted into macros calling zend_new_array(). They are not functions anymore and don't return any values. 2017-09-20 02:25:56 +03: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 reworked test 2017-09-14 12:41:02 +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