php-src/ext
Dmitry Stogov 6265687768 Added HashTable flag HASH_FLAG_STATIC_KEYS that is maintaned to be set if all hash table keys are numbers or interned strings.
Take this flag into account when copy or destroy HashTable to avoud useless checks for each key.
2015-04-24 09:34:50 +03:00
..
bcmath cleaning up the version macros 2015-03-23 20:13:59 +01:00
bz2 Fixed bug #68887 (resources are not freed correctly) 2015-04-08 13:29:42 +03:00
calendar Drop VC6 support in ext/calendar 2015-03-29 06:35:23 +02:00
com_dotnet Use fast method to check if first arguments should be passed by reference (not tested onbig endian). 2015-04-22 21:46:13 +03:00
ctype cleaning up the version macros 2015-03-23 20:13:59 +01:00
curl Fixed bug #69485 (Double free on zend_list_dtor). 2015-04-20 11:48:21 +08:00
date Merge branch 'PHP-5.6' 2015-04-18 10:00:24 +02:00
dba Merge branch 'PHP-5.6' 2015-04-08 15:54:47 +03:00
dom Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07:00
enchant cleaning up the version macros 2015-03-23 20:13:59 +01:00
exif Merge branch 'PHP-5.6' 2015-04-01 18:30:55 +03:00
fileinfo fix test 2015-04-14 15:24:46 +02:00
filter Fix filter_var leak of object without __toString() 2015-04-17 21:51:49 +02:00
ftp cleaning up the version macros 2015-03-23 20:13:59 +01:00
gd Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07:00
gettext cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
gmp Merge branch 'PHP-5.6' 2015-04-16 16:31:53 +02:00
hash Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07:00
iconv cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
imap cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
interbase cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
intl Fix Intl constructor leaks 2015-04-17 10:33:59 +02:00
json Merge remote-tracking branch 'github/pr/637' into PHP-5.6 2015-04-18 17:56:33 -07:00
ldap Cleanup 2015-04-07 14:19:12 +03:00
libxml cleanup the mod version macros, round 2 2015-03-23 20:33:54 +01:00
mbstring Fix compile error when oniguruma is not available 2015-04-13 10:11:38 +02:00
mcrypt Merge branch 'PHP-5.6' 2015-04-12 12:12:38 +08:00
mysqli Drop now unnecessary start parameter 2015-04-04 13:10:29 +02:00
mysqlnd Fixed bug #68887 (resources are not freed correctly) 2015-04-08 13:29:42 +03:00
oci8 Optimize zend_string_realloc() add more specialized versions zend_string_extend() and zend_string_truncate() 2015-03-20 02:02:42 +03:00
odbc Merge branch 'pull-request/1239' 2015-04-18 20:45:16 -07:00
opcache Added HashTable flag HASH_FLAG_STATIC_KEYS that is maintaned to be set if all hash table keys are numbers or interned strings. 2015-04-24 09:34:50 +03:00
openssl Merge branch 'pull-request/1203' 2015-04-18 19:32:14 -07:00
pcntl cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pcre Keep realpath and PCRE caches in consistency with opcache SHM. 2015-04-22 02:29:06 +03:00
pdo Use fast method to check if first arguments should be passed by reference (not tested onbig endian). 2015-04-22 21:46:13 +03:00
pdo_dblib cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pdo_firebird cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pdo_mysql Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
pdo_oci cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pdo_odbc cleanup mod version macros, round 3 2015-03-23 20:54:55 +01:00
pdo_pgsql libpq versions older than 9.3 do not have lo_lseek64 2015-04-22 16:15:28 -07:00
pdo_sqlite Make internal non-static methods to be executed in context of class. Set EG(scope) accordingly. 2015-04-23 03:41:50 +03:00
pgsql Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07:00
phar Merge branch 'PHP-5.6' 2015-04-19 20:34:36 +02:00
posix cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
pspell cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
readline Drop zend_indent() as it was never used, complete or working 2015-03-27 20:04:46 +01:00
recode cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
reflection Fix bug #69448 2015-04-14 09:45:41 -06:00
session Reclassify E_STRICT notices 2015-04-01 11:17:55 +02:00
shmop cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
simplexml Always throw TypeException on throwing zpp failures 2015-04-06 11:27:34 +02:00
skeleton Merge branch 'pull-request/1235' 2015-04-18 19:36:37 -07:00
snmp Fixed test 2015-04-06 22:07:18 +03:00
soap Use fast method to check if first arguments should be passed by reference (not tested onbig endian). 2015-04-22 21:46:13 +03:00
sockets Fixed bug #68887 (resources are not freed correctly) 2015-04-08 13:29:42 +03:00
spl Implement GC for spl dll 2015-04-16 15:46:28 +02:00
sqlite3 Merge branch 'PHP-5.4.40' into PHP-5.5.24 2015-04-11 16:56:12 -07:00
standard Don't propogate "fake" EX(called_scope) and EX(This) into each internal function. 2015-04-23 12:16:37 +03:00
sysvmsg cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
sysvsem cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
sysvshm Windows support for sysvshm 2015-04-22 09:29:45 +02:00
tidy Avoid reallocation 2015-04-07 02:35:21 +03:00
tokenizer Regenerate tokenizer data 2015-04-14 21:36:17 +02:00
wddx cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
xml Deprecate PHP 4 constructors 2015-03-31 17:55:27 +02:00
xmlreader cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
xmlrpc cleanup mod version macros and mod defs, round x 2015-03-23 21:30:22 +01:00
xmlwriter Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07:00
xsl Finish PHP 4 constructor deprecation 2015-03-31 17:55:27 +02:00
zip Merge branch 'PHP-5.6' 2015-04-15 17:38:01 +02:00
zlib Merge branch 'PHP-5.6' 2015-04-14 01:28:06 -07: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