php-src/ext
2018-02-01 16:52:18 +01:00
..
bcmath year++ 2018-01-02 12:57:58 +08:00
bz2 year++ 2018-01-02 12:57:58 +08:00
calendar Trailing whitespaces 2018-01-03 14:38:00 +01:00
com_dotnet Replaced separation with destructor 2018-01-17 03:01:00 +03:00
ctype year++ 2018-01-02 12:57:58 +08:00
curl Merge branch 'PHP-7.2' 2018-01-12 12:22:35 +01:00
date Merge branch 'PHP-7.2' 2018-01-31 11:56:11 +00:00
dba Add missing clean sections 2018-01-12 08:05:07 +01:00
dom Trailing whitespaces 2018-01-03 14:38:00 +01:00
enchant year++ 2018-01-02 12:57:58 +08:00
exif Trailing whitespaces 2018-01-03 14:38:00 +01:00
fileinfo Trailing whitespaces on ext/* 2018-01-04 02:38:32 -02:00
filter Eliminate useless separations 2018-01-17 11:59:01 +03:00
ftp Trailing whitespaces 2018-01-03 14:38:00 +01:00
gd Trailing whitespaces 2018-01-03 14:38:00 +01:00
gettext year++ 2018-01-02 12:57:58 +08:00
gmp Merge branch 'PHP-7.2' 2018-01-03 18:36:34 +01:00
hash Trailing whitespaces 2018-01-03 14:38:00 +01:00
iconv Merge branch 'PHP-7.2' 2018-01-26 22:28:54 +01:00
imap Merge branch 'PHP-7.2' 2018-01-12 17:14:46 +01:00
interbase Don't directly access refcount in interbase 2018-01-12 18:38:45 +01:00
intl Drop the ext/intl/doc directory 2018-01-26 22:13:11 +01:00
json Add tests for json_decode with depth below 0 2018-01-24 21:23:24 +01:00
ldap year++ 2018-01-02 12:57:58 +08:00
libxml year++ 2018-01-02 12:57:58 +08:00
mbstring Update mb_preferred_mime_name tests 2018-01-26 22:25:18 +01:00
mysqli A cheaper way to clone reference value. 2018-01-17 10:59:50 +03:00
mysqlnd Trailing whitespaces 2018-01-03 14:38:00 +01:00
oci8 Removed useless SEPARATE_STRING() (zend_string_extend() performs separation anyway) 2018-01-18 02:28:18 +03:00
odbc Merge branch 'PHP-7.2' 2018-01-22 17:05:03 +01:00
opcache Fix incompatible pointer warning 2018-02-01 16:52:18 +01:00
openssl Merge branch 'PHP-7.2' 2018-01-30 20:09:24 +00:00
pcntl Trailing whitespaces 2018-01-03 14:38:00 +01:00
pcre Fixed possible incorrect "mark" usage 2018-01-09 10:30:00 +03:00
pdo More effecient array duplication 2018-01-17 17:57:59 +03:00
pdo_dblib year++ 2018-01-02 12:57:58 +08:00
pdo_firebird Trailing whitespaces on ext/* 2018-01-04 02:38:32 -02:00
pdo_mysql Use OBJ_FLAGS() macro to access object flags (even if they are currently stored together with GC_FLAGS) 2018-01-22 15:57:00 +03:00
pdo_oci year++ 2018-01-02 12:57:58 +08:00
pdo_odbc Trailing whitespaces 2018-01-03 14:38:00 +01:00
pdo_pgsql Use OBJ_FLAGS() macro to access object flags (even if they are currently stored together with GC_FLAGS) 2018-01-22 15:57:00 +03:00
pdo_sqlite year++ 2018-01-02 12:57:58 +08:00
pgsql Fix misspelling vlaues to values 2018-01-28 21:55:21 +01:00
phar Don't loop over indexes in Phar::extractTo() 2018-01-28 22:05:44 +01:00
posix year++ 2018-01-02 12:57:58 +08:00
pspell year++ 2018-01-02 12:57:58 +08:00
readline year++ 2018-01-02 12:57:58 +08:00
recode year++ 2018-01-02 12:57:58 +08:00
reflection Use ZEND_CLOSURE_OBJECT() macro to resolve closure op_array to closure object through address calculation, instead of op_array->prototype reuse. (reapply 781e1573af, now it should be OK). 2018-01-11 22:15:45 +03:00
session Merge branch 'PHP-7.2' 2018-01-24 21:22:50 +01:00
shmop year++ 2018-01-02 12:57:58 +08:00
simplexml Scalar types don't have reference counter 2018-01-17 16:17:43 +03:00
skeleton Move constants into read-only data segment 2017-12-14 18:43:44 +03:00
snmp year++ 2018-01-02 12:57:58 +08:00
soap Use ZVAL_COPY() instead og ZVAL_DUP(), because fault is an object 2018-01-17 17:48:36 +03:00
sockets Merge branch 'PHP-7.2' 2018-01-29 11:17:23 +00:00
sodium year++ 2018-01-02 12:57:58 +08:00
spl Merge branch 'PHP-7.1' into PHP-7.2 2018-01-27 13:13:06 +01:00
sqlite3 Update to SQLite 3.22.0 2018-01-22 23:42:36 +01:00
standard Merge branch 'PHP-7.2' 2018-02-01 15:30:58 +01:00
sysvmsg year++ 2018-01-02 12:57:58 +08:00
sysvsem year++ 2018-01-02 12:57:58 +08:00
sysvshm year++ 2018-01-02 12:57:58 +08:00
tidy Show the tidyp name, if it was used 2018-01-25 18:55:54 +01:00
tokenizer year++ 2018-01-02 12:57:58 +08:00
wddx year++ 2018-01-02 12:57:58 +08:00
xml Trailing whitespaces on ext/* 2018-01-04 02:38:32 -02:00
xmlreader year++ 2018-01-02 12:57:58 +08:00
xmlrpc More effecient conversion 2018-01-17 17:51:18 +03:00
xmlwriter year++ 2018-01-02 12:57:58 +08:00
xsl year++ 2018-01-02 12:57:58 +08:00
zend_test year++ 2018-01-02 12:57:58 +08:00
zip Trailing whitespaces on ext/* 2018-01-04 02:38:32 -02:00
zlib Trailing whitespaces 2018-01-03 14:38:00 +01:00
ext_skel.php Fixed typo 2018-01-05 07:30:45 +01:00