php-src/ext
2015-02-14 12:57:53 +08:00
..
bcmath bump year 2015-01-15 23:27:30 +08: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 zend_read_property() has to provide a holder for return value. 2015-01-22 11:50:42 +03: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-04 17:39:34 +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 Ported enchant 2015-02-02 16:33:57 +08:00
ereg bump year 2015-01-15 23:27:30 +08:00
exif Merge branch 'PHP-5.6' 2015-01-20 10:41:59 -08:00
fileinfo Update libmagic.patch to reflect changes made 2015-02-10 20:48:58 +08:00
filter Merge branch 'PHP-5.6' 2015-02-13 13:28:24 +08: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 Merged zend_array and HashTable into the single data structure. 2015-02-13 22:20:39 +03:00
hash Cleanup resource handling APIs 2015-02-02 13:23:16 +08:00
iconv fix warnings 2015-01-30 20:04:04 +01:00
imap Ported imap 2015-02-02 14:35:50 +08:00
interbase Apply PHP7 firebird fixes after API Cleanup from 8c920a22ac 2015-02-13 17:55:17 +02:00
intl Get rid of old HashTable iteration API (it doesn't work with constant arrays) 2015-02-13 20:18:29 +03:00
json better alignment + support size_t 2015-02-10 16:02:55 +01:00
ldap Ported ldap 2015-02-02 15:05:20 +08:00
libxml Merge branch 'PHP-5.5' into PHP-5.6 2015-02-01 00:09:04 -08:00
mbstring Merge branch 'pull-request/1012' 2015-01-31 23:52:10 -08:00
mcrypt Ported mcrypt 2015-02-03 11:58:11 +08:00
mysql Fixed mysql tests fails 2015-02-03 22:04:24 +08:00
mysqli 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
mysqlnd Use new ZEND_HASH_FOREACH_... API. 2015-02-10 15:43:12 +03: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 Merged zend_array and HashTable into the single data structure. 2015-02-13 22:20:39 +03:00
openssl Merge branch 'PHP-5.6' 2015-02-13 13:40:37 +01: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 Look for PDO include files in the right folder 2015-02-06 12:06:29 +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 Fixed pgsql tests 2015-02-03 23:50:58 +08:00
phar Merge branch 'PHP-5.6' 2015-01-29 00:02:03 +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 Merged zend_array and HashTable into the single data structure. 2015-02-13 22:20:39 +03:00
recode int -> size_t 2015-01-20 22:50:17 -08:00
reflection Add test to ensure ReflectionClass works correctly with traits 2015-02-12 23:25:09 +01:00
session Merged zend_array and HashTable into the single data structure. 2015-02-13 22:20:39 +03: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 Fix the most obvious issues here. 2015-01-20 23:56:51 -08: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 Merged zend_array and HashTable into the single data structure. 2015-02-13 22:20:39 +03:00
sockets Use new ZEND_HASH_FOREACH_... API. 2015-02-10 15:43:12 +03:00
spl Fixed build on windows 2015-02-14 12:57:53 +08:00
sqlite3 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
standard Added NULL byte protection to exec, system and passthru. 2015-02-14 05:37:56 +09: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 fix int to pointer cast 2015-02-12 18:39:39 +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 Cleanup resource handling APIs 2015-02-02 13:23:16 +08: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 Merge branch 'PHP-5.6' 2015-02-13 13:28:24 +08: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