php-src/ext
2014-08-16 14:00:02 +02: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 phpng 2014-08-14 23:30:49 +04:00
ctype
curl Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
date fix macros in the 5 basic extensions 2014-08-16 11:37:14 +02:00
dba Fixed tests but introduce segfaults (behavior same as trunk) 2014-05-21 23:11:02 +08:00
dom Refactored run_time_cache usage in object handlers 2014-07-07 20:54:31 +04:00
enchant Fixed compatibility 2014-07-22 17:14:43 +04:00
ereg fix macros in the 5 basic extensions 2014-08-16 11:37:14 +02:00
exif Merge branch 'master' into phpng 2014-06-12 05:07:33 +04:00
fileinfo Merge branch 'master' into phpng 2014-08-15 08:10:08 +04:00
filter Merge branch 'master' into test 2014-07-07 19:21:23 +04:00
ftp Merge branch 'master' into test 2014-08-11 11:38:41 +04:00
gd Merge branch 'master' into test 2014-08-11 11:38:41 +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 RETVAL_STRING takes only one variable 2014-07-22 19:38:35 +03:00
iconv - Fixed ZTS build 2014-05-13 00:34:10 -03:00
imap cleanup 2014-08-13 19:43:34 +04:00
interbase Fixed invalid free 2014-07-30 11:21:40 +08:00
intl Fixed version id 2014-08-16 16:44:02 +08: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 Implemented builtin instruction for strlen() 2014-07-11 18:52:27 +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
mysql Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysqli Fixed version id 2014-08-16 16:44:02 +08:00
mysqlnd Merge branch 'PHP-5.6' 2014-08-15 23:47:31 +00:00
oci8 Merge branch 'master' into phpng 2014-06-18 17:50:27 +04:00
odbc cleanup 2014-08-13 22:18:05 +04:00
opcache Add copyright header 2014-08-15 16:47:54 +08:00
openssl cleanup 2014-08-13 19:43:34 +04:00
pcntl Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
pcre fix some cases with fast zpp 2014-08-16 14:00:02 +02:00
pdo Fixed version id 2014-08-16 16:44:02 +08:00
pdo_dblib
pdo_firebird Fixed pdo_firebird tests failures 2014-08-11 23:56:34 +04:00
pdo_mysql clean up - avoid realloc 2014-08-13 15:51:43 +08:00
pdo_oci
pdo_odbc cleanuo (use zend_string instead of char*) 2014-08-13 22:26:07 +04: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 Merge branch 'master' into test 2014-07-07 19:21:23 +04:00
phar Fixed version id 2014-08-16 16:44:02 +08:00
posix Fixed compatibility 2014-07-22 17:14:43 +04:00
pspell Unused variable 2014-08-15 13:47:38 +08:00
readline Merge branch 'master' into phpng 2014-08-04 13:56:27 +04:00
recode Refactor MySQLi (incompleted, only compilable now) 2014-05-11 14:53:18 +08:00
reflection fix some cases with fast zpp 2014-08-16 14:00:02 +02:00
session Restored "???" mark in the place that might be changed later 2014-08-14 10:46:17 +04:00
shmop Refactored shmop 2014-05-16 22:00:04 +08:00
simplexml Refactored run_time_cache usage in object handlers 2014-07-07 20:54:31 +04:00
skeleton There is memleak 2014-05-08 22:01:50 +08:00
snmp Refactored run_time_cache usage in object handlers 2014-07-07 20:54:31 +04:00
soap cleanup 2014-08-13 22:18:05 +04:00
sockets It's okey for use a stack value here (deleted immediately after use) 2014-08-14 12:26:45 +08:00
spl fix some cases with fast zpp 2014-08-16 14:00:02 +02:00
sqlite3 clean up - remove checked questions 2014-08-13 16:44:22 +08:00
standard fix some cases with fast zpp 2014-08-16 14:00:02 +02:00
sybase_ct update zend_make_printable_zval to take TSRM context 2014-08-11 06:09:46 +01: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 Removed EG(active_symbol_table) and use corresponding value from EG(current_execute_data) 2014-07-04 18:03:45 +04:00
xml cleanup 2014-08-13 19:43:34 +04:00
xmlreader Refactored run_time_cache usage in object handlers 2014-07-07 20:54:31 +04: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 Refactored run_time_cache usage in object handlers 2014-07-07 20:54:31 +04:00
zip Refactored run_time_cache usage in object handlers 2014-07-07 20:54:31 +04:00
zlib Merge branch 'master' into test 2014-08-11 11:38:41 +04:00
ext_skel
ext_skel_win32.php