php-src/ext
Xinchen Hui fffd173b7a indent
2015-03-04 12:10:23 +08:00
..
bcmath made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
bz2 indent 2015-03-04 12:10:23 +08:00
calendar bump year 2015-01-15 23:27:30 +08:00
com_dotnet made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
ctype bump year 2015-01-15 23:27:30 +08:00
curl Merge branch 'PHP-5.6' 2015-02-23 11:23:57 +01:00
date Revert mktime()/gmmktime()'s arginfo 2015-02-28 18:32:18 +08:00
dba Fixed build 2015-03-04 10:49:55 +08:00
dom Merged zend_array and HashTable into the single data structure. 2015-02-13 22:20:39 +03:00
enchant Merge branch 'PHP-5.6' 2015-02-17 07:10:30 +01:00
ereg bump year 2015-01-15 23:27:30 +08:00
exif made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
fileinfo Update libmagic.patch to reflect changes made 2015-02-10 20:48:58 +08:00
filter made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
ftp Ported ftp 2015-02-02 13:53:03 +08:00
gd Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
gettext bump year 2015-01-15 23:27:30 +08:00
gmp made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
hash Cleanup resource handling APIs 2015-02-02 13:23:16 +08:00
iconv made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
imap Ported imap 2015-02-02 14:35:50 +08:00
interbase Use Firebird default home folder, replace Interbase with Firebird 2015-02-24 13:58:14 +02:00
intl Fix compile error 2015-03-04 09:56:50 +08:00
json Merge branch 'PHP-5.6' 2015-02-22 20:54:05 +00:00
ldap Ported ldap 2015-02-02 15:05:20 +08:00
libxml abstain from using xmlCleanupParser 2015-02-17 10:37:52 +01:00
mbstring Fix declare error behavior so that improper usages will actually error 2015-02-20 11:43:18 -05:00
mcrypt Ported mcrypt 2015-02-03 11:58:11 +08:00
mysql made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
mysqli Improved assert() according to expectations RFC. 2015-03-02 12:25:40 +03:00
mysqlnd made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
oci8 attempt to port oci 2015-02-03 22:17:25 +08:00
odbc added ODBCVER to phpinfo() 2015-02-07 11:23:50 +01:00
opcache Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
openssl Remove unnecessary resource checks in openssl ext 2015-02-17 20:46:36 +00:00
pcntl bump year 2015-01-15 23:27:30 +08:00
pcre Fixed bug #69115 crash in mail 2015-02-27 10:42:20 +01:00
pdo Use new ZEND_HASH_FOREACH_... API. 2015-02-10 15:43:12 +03:00
pdo_dblib Look for PDO include files in the right folder 2015-02-06 12:06:29 +01:00
pdo_firebird size_t cleanup for PDO 2015-01-26 16:16:02 -08:00
pdo_mysql made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
pdo_oci Look for PDO include files in the right folder 2015-02-06 12:06:29 +01:00
pdo_odbc Look for PDO include files in the right folder 2015-02-06 12:06:29 +01:00
pdo_pgsql Look for PDO include files in the right folder 2015-02-06 12:06:29 +01:00
pdo_sqlite Look for PDO include files in the right folder 2015-02-06 12:06:29 +01:00
pgsql made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
phar Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
posix bump year 2015-01-15 23:27:30 +08:00
pspell bump year 2015-01-15 23:27:30 +08:00
readline Merge branch 'PHP-5.6' 2015-02-15 22:56:56 +08:00
recode int -> size_t 2015-01-20 22:50:17 -08:00
reflection Improved assert() according to expectations RFC. 2015-03-02 12:25:40 +03:00
session made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
shmop Fixed shmop tests fails 2015-02-03 22:07:31 +08:00
simplexml Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
skeleton made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
snmp Get rid of old HashTable iteration API (it doesn't work with constant arrays) 2015-02-13 20:18:29 +03:00
soap Merge branch 'PHP-5.5' into PHP-5.6 2015-03-03 16:27:35 +08:00
sockets made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
spl Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
sqlite3 made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
standard Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
sysvmsg Cleanup resource handling APIs 2015-02-02 13:23:16 +08:00
sysvsem Cleanup resource handling APIs 2015-02-02 13:23:16 +08:00
sysvshm Cleanup resource handling APIs 2015-02-02 13:23:16 +08:00
tidy made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
tokenizer Márcio Almada remove dead tokens: T_CHARACTER, T_BAD_CHARACTER. 2015-02-08 21:44:44 -03:00
wddx Merged zend_array and HashTable into the single data structure. 2015-02-13 22:20:39 +03:00
xml made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
xmlreader fix wars about importing of locally defined symbols 2015-02-04 18:13:25 +01:00
xmlrpc Cleanup resource handling APIs 2015-02-02 13:23:16 +08:00
xmlwriter Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
xsl Move zend_object->guards into additional slot of zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. 2015-02-04 15:24:13 +03:00
zip Remove the unused vars 2015-03-04 09:52:09 +08:00
zlib Use zend_string* instead of char* for opened_patch handling. Avoid reallocations and improve string reuse. 2015-03-04 02:05:28 +03:00
ext_skel integrated the static tsrmls cache into ext/skel 2014-12-17 12:37:50 +01:00
ext_skel_win32.php