php-src/ext
2014-08-19 09:10:34 +02:00
..
bcmath
bz2 test the right length and remove unused var (remaining from 'old' version) 2014-05-16 08:27:21 +02:00
calendar
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 Merge branch 'PHP-5.6' 2014-08-18 20:27:51 +01:00
dba Fixed tests but introduce segfaults (behavior same as trunk) 2014-05-21 23:11:02 +08:00
dom Merge branch 'PHP-5.4' into PHP-5.5 2014-08-17 21:33:41 +03:00
enchant Fixed compatibility 2014-07-22 17:14:43 +04:00
ereg Merge branch 'PHP-5.6' 2014-08-17 15:53:33 +03:00
exif Merge branch 'master' into phpng 2014-06-12 05:07:33 +04:00
fileinfo typofixes 2014-08-17 16:00:39 +03: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
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 Merge branch 'PHP-5.6' 2014-08-17 15:53:33 +03: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 'PHP-5.6' 2014-08-17 21:37:22 +03:00
mcrypt C89 compat 2014-08-18 22:36:38 +02:00
mssql
mysql Fixed PHP6 unicode related tests 2014-08-15 13:08:53 +04:00
mysqli Merge branch 'master' of git.php.net:php-src 2014-08-18 09:05:16 +04:00
mysqlnd Merge branch 'PHP-5.6' 2014-08-17 15:53:33 +03: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 fix wrong pointer indirection 2014-08-19 07:44:03 +02:00
pcntl Use reference counting instead of zval duplication 2014-06-05 16:04:11 +04:00
pcre Merge branch 'PHP-5.6' 2014-08-17 15:53:33 +03: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 added missing define 2014-08-19 08:00:52 +02: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 Fixes missing Reflector interface constraints being enforced by the engine 2014-08-16 17:34:56 +08: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
snmp Refactored run_time_cache usage in object handlers 2014-07-07 20:54:31 +04:00
soap Merge branch 'PHP-5.6' 2014-08-17 15:53:33 +03:00
sockets It's okey for use a stack value here (deleted immediately after use) 2014-08-14 12:26:45 +08:00
spl Merge branch 'PHP-5.6' 2014-08-17 21:37:22 +03:00
sqlite3 c89 compat 2014-08-19 08:05:31 +02:00
standard fix merge issue in previous 2014-08-19 09:10:34 +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
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 Fixed encoding support 2014-08-19 09:28:13 +04:00
xmlreader Refactored run_time_cache usage in object handlers 2014-07-07 20:54:31 +04:00
xmlrpc C89 compat 2014-08-19 08:16:34 +02:00
xmlwriter
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