php-src/ext
2014-06-20 10:32:05 +04:00
..
bcmath Refactor bcmath 2014-05-05 14:26:23 +08:00
bz2 test the right length and remove unused var (remaining from 'old' version) 2014-05-16 08:27:21 +02:00
calendar update for phpng 2014-05-10 10:02:33 +01:00
com_dotnet Merge branch 'master' into refactoring2 2014-05-05 13:02:43 +04:00
ctype Bump year 2014-01-03 11:08:10 +08:00
curl Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
date Merge branch 'master' into phpng 2014-06-18 17:50:27 +04:00
dba Fixed tests but introduce segfaults (behavior same as trunk) 2014-05-21 23:11:02 +08:00
dom Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191 2014-06-09 07:08:04 +02:00
enchant phpng support for ext/enchant 2014-05-18 15:04:04 +04:00
ereg Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
exif Merge branch 'master' into phpng 2014-06-12 05:07:33 +04:00
fileinfo Merge branch 'master' into phpng 2014-06-12 05:07:33 +04:00
filter cleanup 2014-06-03 00:36:31 +04:00
ftp Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
gd Merge branch 'master' into phpng 2014-05-13 15:24:40 +04:00
gettext Refactor gettext 2014-05-05 14:32:32 +08:00
gmp Use optimized zend_array_dup() function. convert zend_hash_num_elements() and zend_hash_next_free_element() into macros. 2014-05-23 20:37:53 +04:00
hash unused var 2014-05-15 11:36:40 +02:00
iconv - Fixed ZTS build 2014-05-13 00:34:10 -03:00
imap Refactoring imap (in progress) 2014-06-16 14:59:03 +08:00
interbase Merge branch 'master' into refactoring2 2014-05-05 13:02:43 +04:00
intl Merge branch 'master' into phpng 2014-05-26 10:52:43 +04:00
json Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
ldap Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
libxml Fixed DOM tests when using libxml2 versions patched against CVE-2014-0191 2014-06-09 07:08:04 +02:00
mbstring Merge branch 'master' into phpng 2014-06-12 05:07:33 +04:00
mcrypt In most user extensions functions like mysql_close() should use zend_list_close() instead of zend_list_delete(). This closes the actual connection and frees extension specific data structures, but doesn't free zend_reference structure that might be referenced from zval(s). This also doesn't decrement the resource reference counter. 2014-05-13 13:18:00 +04:00
mssql Cleanup (1-st round) 2014-04-15 15:40:40 +04:00
mysql Fixed warning message 2014-06-18 16:59:56 +08:00
mysqli Refcount may have different meaning in PHP NG 2014-06-19 22:36:48 +08:00
mysqlnd Fixed compilation warning 2014-06-20 10:32:05 +04:00
oci8 Merge branch 'master' into phpng 2014-06-18 17:50:27 +04:00
odbc Cleanup (1-st round) 2014-04-15 15:40:40 +04:00
opcache Use arena allocator for optimizer temporary data structures 2014-06-18 17:09:37 +04:00
openssl Merge branch 'master' into phpng 2014-06-18 17:50:27 +04:00
pcntl Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
pcre Avoid unnecessary memory allocation/deallocations and pcre calls 2014-06-09 15:42:32 +04:00
pdo Fixed PDO_PARAM_ZVAL 2014-06-20 11:40:53 +08:00
pdo_dblib Cleanup (1-st round) 2014-04-15 15:40:40 +04:00
pdo_firebird Refactored ext/pdo_firebird (didn't do test) 2014-05-21 15:52:36 +08:00
pdo_mysql Fixed memory leak 2014-06-20 13:27:56 +08:00
pdo_oci Cleanup (1-st round) 2014-04-15 15:40:40 +04:00
pdo_odbc Fix #50444: PDO-ODBC changes for 64-bit 2014-05-26 22:17:29 -07:00
pdo_pgsql Merge branch 'master' into phpng 2014-05-26 10:52:43 +04:00
pdo_sqlite Fixed bug #47407 2014-05-27 11:48:25 +08:00
pgsql Avoid useless merge 2014-06-04 02:11:26 +04:00
phar Use new zend_hash API 2014-05-28 14:09:42 +04:00
posix added support for ext/posix 2014-05-06 14:50:54 +04:00
pspell Add support for pspell 2014-05-11 00:58:48 +08:00
readline phpng support for ext/readline 2014-05-18 15:49:35 +04:00
recode Refactor MySQLi (incompleted, only compilable now) 2014-05-11 14:53:18 +08:00
reflection Avoid useles constants update 2014-06-16 23:32:58 +04:00
session Merge branch 'master' into phpng 2014-06-18 17:50:27 +04:00
shmop Refactored shmop 2014-05-16 22:00:04 +08:00
simplexml Avoid in-place modification 2014-05-30 11:12:03 +04:00
skeleton There is memleak 2014-05-08 22:01:50 +08:00
snmp Refactoring ext/snmp 2014-05-20 17:02:29 +08:00
soap Merge branch 'master' into phpng 2014-06-12 05:07:33 +04:00
sockets Merge branch 'master' into phpng 2014-06-18 17:50:27 +04:00
spl Merge branch 'master' into phpng 2014-06-18 17:50:27 +04:00
sqlite3 Make they are in the same style of Z_ISREF 2014-05-03 16:08:58 +08:00
standard Merge branch 'master' into phpng 2014-06-18 17:50:27 +04:00
sybase_ct Cleanup (1-st round) 2014-04-15 15:40:40 +04:00
sysvmsg Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
sysvsem Refactor sysvsem, sysvshm, sysmsg 2014-05-09 23:28:21 +08:00
sysvshm In most user extensions functions like mysql_close() should use zend_list_close() instead of zend_list_delete(). This closes the actual connection and frees extension specific data structures, but doesn't free zend_reference structure that might be referenced from zval(s). This also doesn't decrement the resource reference counter. 2014-05-13 13:18:00 +04:00
tidy Use defined macro 2014-05-14 16:54:14 +08:00
tokenizer Merge branch 'master' into phpng 2014-06-12 05:07:33 +04:00
wddx Introduced immutable arrays. They don't need to be copyed and may be used directly from SHM. 2014-05-29 18:21:56 +04:00
xml Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
xmlreader Fixed memory leak in prop_handlers registering 2014-05-05 14:04:52 +08:00
xmlrpc Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
xmlwriter Use self instead of this(keyword) 2014-05-04 11:35:05 +08:00
xsl Fixed two tests, 1 left 2014-05-15 17:54:58 +08:00
zip Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
zlib Merge branch 'master' into phpng 2014-06-12 05:07:33 +04:00
ext_skel Merge branch 'PHP-5.5' into PHP-5.6 2014-05-01 11:23:14 -07:00
ext_skel_win32.php