php-src/ext
2015-02-21 11:02:20 +08:00
..
bcmath made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
bz2 bump year 2015-01-15 23:27:30 +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 Fixed possible memory leak 2015-02-11 09:39:38 +03:00
date Merge branch 'PHP-5.5' into PHP-5.6 2015-02-17 07:47:27 +01:00
dba Ported dba 2015-02-03 12:07:36 +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 backport gd config.w32 to support freetype 2.5 2015-02-12 20:27:48 +01: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 made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
intl made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
json Set PHP_JSON_VERSION to 1.4.0 2015-02-17 20:52:06 +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 made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01: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 Unused vars 2015-02-21 11:02:20 +08: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 Avoid reallocation in preg_replace() if nothing was replaced 2015-02-10 13:30:25 +03: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 Don't read the local php.ini when Generating Phar 2015-02-16 18:28:32 -08: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 Lazy duplication of op_array->static_variables 2015-02-20 13:28:26 +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.4' into PHP-5.5 2015-02-17 00:28:11 -02:00
sockets made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
spl Merge branch 'PHP-5.6' 2015-02-20 16:02:32 +01:00
sqlite3 made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
standard Merge branch 'PHP-5.6' 2015-02-18 16:34:02 +01: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 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
zlib made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
ext_skel integrated the static tsrmls cache into ext/skel 2014-12-17 12:37:50 +01:00
ext_skel_win32.php remove the remains of dsp files handling 2014-10-03 19:38:40 +02:00