php-src/ext
2017-10-18 14:26:44 +03: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 Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03: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-10-09 15:40:00 +02:00
dba
dom Remove code examples from dom extension 2017-10-08 17:50:17 +02:00
enchant Merge branch 'PHP-7.2' 2017-10-15 14:08:03 +02:00
exif Test requires mbstring – skip if not available 2017-10-11 15:27:56 +02:00
fileinfo Merge branch 'PHP-7.2' 2017-10-11 22:26:09 +02:00
filter Refactored recursion pretection 2017-10-06 01:34:50 +03: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 Revert "Allow internal functions to return values by reference (this was disabled in implementation of DO_ICALL, but enabled in DO_FCALL)." 2017-10-17 13:25:19 +03:00
hash Merge branch 'PHP-7.2' 2017-10-03 06:42:48 +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 Merge branch 'PHP-7.2' 2017-10-17 12:20:48 +08:00
json Merge branch 'PHP-7.2' 2017-10-15 19:37:22 +01: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 Update README information for the libmbfl library 2017-10-08 17:51:02 +02:00
mysqli Remove done and old TODO file from ext/mysqli 2017-09-30 03:23:28 +02:00
mysqlnd Reuse interned strings from opcache SHM, if possible. 2017-10-16 19:20:16 +03:00
oci8 Fixed valgrind issue 2017-10-16 19:16:30 -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 required SHM memeory size calculation for scripts when opcache.revalidate_path is set. 2017-10-18 14:26:44 +03:00
openssl Merge branch 'PHP-7.2' 2017-10-15 20:33:49 +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 Merge branch 'PHP-7.2' 2017-10-16 19:02:46 +03:00
pdo_dblib Implemented request #69592: allow 0-column rowsets to be skipped automatically 2017-10-17 14:16:38 -04: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 Remove EXPERIMENTAL files from fileinfo and pdo_odbc stable extensions 2017-09-30 01:58:08 +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 Merge branch 'PHP-7.2' 2017-10-10 14:33:31 +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 Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03: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 Remove PHP examples from simplexml 2017-10-05 12:35:19 +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 Fixed unzserialize(), to disable creation of unsupported data structures through manually crafted strings. (Dmitry) 2017-10-13 15:53:11 +03:00
sockets Guard against AI_NUMERICSERV not being defined. 2017-10-01 21:37:04 -04:00
sodium ext/sodium: untab tests 2017-10-02 22:28:46 +02:00
spl Refactored recursion pretection 2017-10-06 01:34:50 +03:00
sqlite3 Merge branch 'PHP-7.2' 2017-08-31 07:56:24 +02:00
standard Revert "Allow internal functions to return values by reference (this was disabled in implementation of DO_ICALL, but enabled in DO_FCALL)." 2017-10-17 13:25:19 +03: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 Remove README from ext/tidy in favor of the PHP docs 2017-10-08 14:43:43 +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 Refactored recursion pretection 2017-10-06 01:34:50 +03: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 Always use IS_CONSTANT_AST (IS_CONSTANT is removed). 2017-10-10 10:11:05 +03:00
xmlwriter Remove PHP code examples from xmlwriter extension 2017-10-15 15:38:45 +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 Merge branch 'PHP-7.2' 2017-10-11 17:40:12 +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