php-src/ext
2015-03-11 21:46:38 +01: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 Remove unsafe curl file uploads 2015-03-09 11:00:04 +01:00
date Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +03:00
dba Fixed build 2015-03-04 10:49:55 +08:00
dom Implement engine exceptions 2015-03-09 14:01:32 +01:00
enchant Merge branch 'PHP-5.6' 2015-02-17 07:10:30 +01:00
exif made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
fileinfo partially revert wrong merge 2015-03-08 20:05:34 +01:00
filter Merge branch 'PHP-5.5' into PHP-5.6 2015-03-09 17:23:04 +08:00
ftp enable ftps for shared ext/ftp 2015-03-11 21:46:38 +01: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 ZTS cleanup 2015-03-08 19:25:55 +08:00
intl Fixed memory leak 2015-03-10 23:16:09 +03:00
json Improved php_json_escape_string() 2015-03-11 15:03:07 +03: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 added missing parentheses 2015-03-08 23:45:11 -07:00
mcrypt Removed deprecated mcrypt_ecb() etc 2015-03-09 11:37:13 +01:00
mysqli Merge branch 'master' of https://git.php.net/repository/php-src 2015-03-10 17:09:41 +08:00
mysqlnd Minimize copying of HashTable realocation 2015-03-05 17:22:10 +03:00
oci8 attempt to port oci 2015-02-03 22:17:25 +08:00
odbc Merge branch 'PHP-5.6' 2015-03-08 07:37:07 +01:00
opcache Merge branch 'PHP-5.6' 2015-03-10 19:32:38 +03:00
openssl Merge branch 'PHP-5.6' 2015-03-11 09:45:28 -06:00
pcntl bump year 2015-01-15 23:27:30 +08:00
pcre ZTS cleanup 2015-03-08 19:25:55 +08: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 Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +03: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 ZTS cleanup 2015-03-08 19:25:55 +08:00
pdo_sqlite Look for PDO include files in the right folder 2015-02-06 12:06:29 +01:00
pgsql ZTS cleanup 2015-03-08 19:25:55 +08:00
phar Fix some memory leaks in WebPhar 2015-03-11 15:27:42 +01: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 Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +03:00
session Implement engine exceptions 2015-03-09 14:01:32 +01:00
shmop Fixed shmop tests fails 2015-02-03 22:07:31 +08:00
simplexml Errors converted to exceptions are not "recoverable" anymore. 2015-03-10 10:31:55 +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 Fixed memory leaks 2015-03-11 01:28:13 +03:00
sockets ZTS cleanup 2015-03-08 19:25:55 +08:00
spl Free memory if destructor wasn't called 2015-03-11 00:57:28 +03:00
sqlite3 made ZEND_TSRMLS_CACHE_* macros look like function calls 2015-02-16 17:19:32 +01:00
standard Improved table search 2015-03-11 15:02:47 +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 Remove xsl.security_prefs ini option 2015-03-09 11:06:18 +01: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