php-src/ext
2015-06-19 22:59:31 +08:00
..
bcmath cleaning up the version macros 2015-03-23 20:13:59 +01:00
bz2 Clean up some type conversions 2015-04-27 18:50:08 +02:00
calendar Drop VC6 support in ext/calendar 2015-03-29 06:35:23 +02:00
com_dotnet Use fast method to check if first arguments should be passed by reference (not tested onbig endian). 2015-04-22 21:46:13 +03:00
ctype cleaning up the version macros 2015-03-23 20:13:59 +01:00
curl Fixed bug #69831 (Segmentation fault in curl_getinfo) 2015-06-14 23:10:21 +08:00
date Merge branch 'pull-request/1284' 2015-06-17 21:55:03 +02:00
dba This shouldn't have been a part of the previous commit 2015-05-19 12:20:25 +02:00
dom more precise way to destroy iterator object 2015-06-19 14:23:32 +02:00
enchant cleaning up the version macros 2015-03-23 20:13:59 +01:00
exif Merge branch 'PHP-5.6' 2015-04-01 18:30:55 +03:00
fileinfo Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
filter Fix filter_var leak of object without __toString() 2015-04-17 21:51:49 +02:00
ftp Merge branch 'PHP-5.6' 2015-05-31 17:30:41 -07:00
gd Remove the references to imageps*() after the T1Lib removal (Noticed by Ferenc) 2015-06-19 14:55:10 +02:00
gettext Hint the compiler 2015-05-15 22:57:17 +08:00
gmp Merge branch 'PHP-5.6' 2015-06-11 22:20:12 +02:00
hash Fixed skipf 2015-06-14 13:44:39 +08:00
iconv added regression test for bug #69840 2015-06-17 13:40:19 +02:00
imap cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
interbase cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
intl Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
json Improve json parser code 2015-06-07 15:22:09 +01:00
ldap Implements extended error messages 2015-06-17 15:39:07 +02:00
libxml added LIBXML_BIGLINES constant 2015-06-08 09:59:37 +02:00
mbstring fix typos 2015-05-13 22:28:35 +04:00
mcrypt remove duplicated declaration, fix build 2015-05-21 10:56:14 +02:00
mysqli Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
mysqlnd Fixed Bug #69796 mysqli_stmt::fetch doesn't assign null values to bound variables 2015-06-11 13:35:43 +08:00
oci8 Get oci8 extension compiling with php7. 2015-06-06 13:05:19 -05:00
odbc Fixed bug #69381 out of memory with sage odbc driver 2015-04-28 15:08:53 +02:00
opcache Merge branch 'pull-request/1284' 2015-06-17 21:55:03 +02:00
openssl Make convert_to_* safe with rc>1 2015-06-11 23:23:57 +02:00
pcntl fix tests 2015-05-13 15:34:17 +02:00
pcre Fixed Bug #69883 (Compilation failed on PCRE) 2015-06-19 20:33:14 +08:00
pdo Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
pdo_dblib Use zend_string to represent pdo_column_data.name and avoid duplication. 2015-05-05 16:19:51 +03:00
pdo_firebird Use zend_string to represent pdo_column_data.name and avoid duplication. 2015-05-05 16:19:51 +03:00
pdo_mysql Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
pdo_oci Use zend_string to represent pdo_column_data.name and avoid duplication. 2015-05-05 16:19:51 +03:00
pdo_odbc Use zend_string to represent pdo_column_data.name and avoid duplication. 2015-05-05 16:19:51 +03:00
pdo_pgsql Merge branch 'PHP-5.6' 2015-06-13 08:08:30 +02:00
pdo_sqlite Use zend_string to represent pdo_column_data.name and avoid duplication. 2015-05-05 16:19:51 +03:00
pgsql Make convert_to_* safe with rc>1 2015-06-11 23:23:57 +02:00
phar Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
posix cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
pspell cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
readline Drop zend_indent() as it was never used, complete or working 2015-03-27 20:04:46 +01:00
recode cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
reflection Merge branch 'pull-request/1284' 2015-06-17 21:55:03 +02:00
session Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
shmop cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
simplexml Fix some missed tests 2015-06-15 08:20:30 -05:00
skeleton Merge branch 'pull-request/1235' 2015-04-18 19:36:37 -07:00
snmp Updated tests to reflect exception class changes. 2015-05-16 16:49:14 -05:00
soap Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
sockets fix unknown size of void error 2015-06-17 23:43:13 +02:00
spl Fix memory leak (double copy) in SplPriorityQueue 2015-06-19 03:42:59 +02:00
sqlite3 Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
standard Improve strtr (Fixed a bug which the lenth check doesn't work at all) 2015-06-19 22:59:31 +08:00
sysvmsg Get rid of more ZVAL_ZVAL() macros 2015-06-12 13:33:14 +03:00
sysvsem cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
sysvshm Windows support for sysvshm 2015-04-22 09:29:45 +02:00
tidy Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
tokenizer Merge branch 'master' into throwable-interface 2015-06-14 18:53:11 -05:00
wddx improve searchability for libxml2 headers 2015-05-10 22:22:03 +02:00
xml improve searchability for libxml2 headers 2015-05-10 22:22:03 +02:00
xmlreader Update exception names in tests after formatting changes. 2015-05-17 17:31:43 -05:00
xmlrpc improve searchability for libxml2 headers 2015-05-10 22:22:03 +02:00
xmlwriter catch more places for libxml headers search 2015-05-10 22:22:05 +02:00
xsl Tweak uncaught exception message display 2015-05-17 18:47:06 +02:00
zip Make convert_to_* safe with rc>1 2015-06-11 23:23:57 +02:00
zlib Add support for string dictionaries, fix array dictionaries ({de,in}flate) 2015-05-21 04:17:17 +02:00
ext_skel
ext_skel_win32.php