php-src/ext
Stanislav Malyshev e7e60851ae Fix bug #73293 - NULL pointer dereference in SimpleXMLElement::asXML()
(cherry picked from commit 96a8cf8e1b)
(cherry picked from commit 4ef79370a8)
2016-10-14 01:42:05 +02:00
..
bcmath fix clang compat 2016-08-27 22:25:02 +02:00
bz2 Merge branch 'PHP-7.0' into PHP-7.1 2016-08-19 12:52:13 +02:00
calendar Merge branch 'PHP-7.0' into PHP-7.1 2016-07-29 01:27:51 +02:00
com_dotnet Fixed bug #73126 Cannot pass parameter 1 by reference 2016-09-22 11:49:35 +02:00
ctype
curl Merge branch 'PHP-7.0' into PHP-7.1 2016-09-29 14:41:12 +02:00
date Fix bug #73091 - Unserializing DateInterval object may lead to __toString invocation 2016-10-14 01:36:38 +02:00
dba Merge branch 'PHP-7.0' into PHP-7.1 2016-08-25 18:41:45 +02:00
dom Fix bug #73150: missing NULL check in dom_document_save_html 2016-10-14 01:40:12 +02:00
enchant
exif Merge branch 'PHP-7.0' into PHP-7.1 2016-09-04 20:58:09 -07:00
fileinfo Merge branch 'PHP-7.0' into PHP-7.1 2016-08-08 18:51:34 +02:00
filter Merge branch 'PHP-7.0' into PHP-7.1 2016-09-09 14:43:16 +02:00
ftp Merge branch 'PHP-7.0' into PHP-7.1 2016-08-30 13:45:49 +02:00
gd Merge branch 'PHP-7.0' into PHP-7.1 2016-10-10 12:12:13 +02:00
gettext Remove zpp fallback code (always use Fast ZPP) 2016-09-11 22:44:46 +01:00
gmp Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02:00
hash Fixed compilation warnings 2016-06-22 00:40:50 +03:00
iconv remove useless assignment 2016-09-01 23:45:31 +02:00
imap Merge branch 'PHP-7.0' into PHP-7.1 2016-09-13 11:51:17 +02:00
interbase Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
intl avoid strlen 2016-10-14 01:41:32 +02:00
json Merge branch 'PHP-7.0' into PHP-7.1 2016-09-19 16:42:53 +02:00
ldap Fix various int size overflows. 2016-09-12 21:04:23 -07:00
libxml Merge branch 'PHP-7.0' 2016-07-15 01:22:26 +02:00
mbstring Fix bug26639.phpt 2016-09-08 14:07:57 +09:00
mcrypt Merge branch 'PHP-7.0' into PHP-7.1 2016-10-08 19:28:21 +02:00
mysqli Merge branch 'PHP-7.0' into PHP-7.1 2016-09-17 22:56:36 +02:00
mysqlnd fix ZTS build 2016-09-15 13:27:20 +02:00
oci8 Prepare for OCI8 PECL release 2016-08-18 13:58:24 +10:00
odbc Fix #69975: PHP segfaults when accessing nvarchar(max) defined columns 2016-07-08 15:33:46 +02:00
opcache Fixed referencecounter inference rules 2016-10-14 01:24:46 +02:00
openssl Merge branch 'PHP-7.0' into PHP-7.1 2016-09-13 18:27:55 +01:00
pcntl Merge RFC Additional Context in pcntl_signal Handler 2016-07-20 14:17:04 -07:00
pcre Merge branch 'PHP-7.0' into PHP-7.1 2016-09-23 01:55:17 +02:00
pdo Merge branch 'PHP-7.0' into PHP-7.1 2016-09-13 17:02:53 -04:00
pdo_dblib Merge branch 'PHP-7.0' into PHP-7.1 2016-09-26 17:13:14 -04:00
pdo_firebird fix test portability 2016-06-17 17:09:42 +02:00
pdo_mysql Merge branch 'PHP-7.0' into PHP-7.1 2016-08-09 11:32:34 +08:00
pdo_oci Ensure an ORDER BY gets the expected row order 2016-05-02 16:08:48 +10:00
pdo_odbc Merge branch 'master' into throw-error-in-extensions 2016-06-10 22:02:23 -05:00
pdo_pgsql Merge branch 'PHP-5.6' into PHP-7.0 2016-08-14 22:39:01 +02:00
pdo_sqlite Fixed compilation warnings 2016-06-22 00:40:50 +03:00
pgsql Fix various int size overflows. 2016-09-12 21:04:23 -07:00
phar fix erroneous resource destruction 2016-09-14 12:07:38 +02:00
posix Fix #72948: Uncatchable "Catchable" fatal error for class to string conversions 2016-09-03 13:05:37 +02:00
pspell Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
readline Merge branch 'PHP-7.0' 2016-07-03 23:57:02 +08:00
recode Add more checks for int overflow 2016-09-12 21:04:23 -07:00
reflection Unwrap reference returns in cufa etc 2016-09-30 22:10:01 +02:00
session Merge branch 'PHP-7.0' into PHP-7.1 2016-10-10 12:21:15 +02:00
shmop Document that ext/shmop deals with resources as of PHP 7.0.0 2016-10-07 16:35:37 +02:00
simplexml Fix bug #73293 - NULL pointer dereference in SimpleXMLElement::asXML() 2016-10-14 01:42:05 +02:00
skeleton
snmp Merge branch 'PHP-7.0' into PHP-7.1 2016-08-17 17:14:30 +08:00
soap add test for bug #73037 2016-10-14 01:21:18 +02:00
sockets Fix #72810. Add check for SKIP_ONLINE_TESTS 2016-08-11 12:01:24 +02:00
spl Fix bug #73257 and bug #73258 - SplObjectStorage unserialize allows use of non-object as key 2016-10-14 01:36:57 +02:00
sqlite3 upgrade bundled sqlite to 3.14.2 2016-09-13 15:44:21 +02:00
standard Fix for #73240 - Write out of bounds at number_format 2016-10-14 01:41:48 +02:00
sysvmsg Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
sysvsem Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
sysvshm fix format 2016-08-18 16:29:46 +02:00
tidy show libtidy version in the info, if available 2016-07-11 19:18:57 +02:00
tokenizer Make sure TOKEN_PARSE mode is thread safe 2016-07-23 00:00:13 +02:00
wddx Merge branch 'PHP-7.0' into PHP-7.1 2016-09-12 21:10:34 -07:00
xml Fix various int size overflows. 2016-09-12 21:04:23 -07:00
xmlreader Merge branch 'PHP-7.0' into PHP-7.1 2016-09-11 00:14:49 +02:00
xmlrpc Fixed bug #72647 (xmlrpc_encode() unexpected output after referencing array elements) 2016-07-22 23:15:15 +08:00
xmlwriter Fixed compilation warnings 2016-06-22 00:40:50 +03:00
xsl Fixed compilation warnings 2016-06-22 00:40:50 +03:00
zip Merge branch 'PHP-7.0' into PHP-7.1 2016-09-06 01:18:22 +02:00
zlib Fix various int size overflows. 2016-09-12 21:04:23 -07:00
ext_skel
ext_skel_win32.php