php-src/ext
Lauri Kenttä f775199ac7 Require strict base64 in openssl_decode
Using invalid data in a security-related context makes no sense,
and there's even a test which depends on invalid base64 data failing,
even though it currently fails for the wrong reasons by sheer luck.
2016-07-22 18:03:55 +02:00
..
bcmath Merge branch 'PHP-5.6' into PHP-7.0 2016-04-27 13:19:29 +02:00
bz2 Merge branch 'PHP-7.0' 2016-07-19 01:44:14 -07:00
calendar Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
com_dotnet Fixed bug #72569 DOTNET/COM array parameters broke in PHP7 2016-07-12 14:58:50 +02:00
ctype
curl Merge branch 'PHP-7.0' 2016-07-19 01:44:14 -07:00
date regenerate date parser with re2c 0.13.5 to fix OSX issues 2016-07-20 17:57:39 +02:00
dba Fixed tests 2016-07-05 11:30:55 +03:00
dom Merge branch 'PHP-7.0' 2016-07-15 01:22:26 +02:00
enchant Remove version checks 2016-01-30 15:35:28 +01:00
exif Merge branch 'PHP-7.0' 2016-07-19 14:51:26 +02:00
fileinfo Fixed compilation warnings 2016-06-22 00:40:50 +03:00
filter make constant name more descriptive 2016-07-18 23:33:22 +02:00
ftp Fixed compilation warnings 2016-06-22 00:40:50 +03:00
gd Add test case for imagecopyresampled() with alpha 2016-07-20 19:26:29 +02:00
gettext
gmp Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
hash Fixed compilation warnings 2016-06-22 00:40:50 +03:00
iconv Add negative offset support to iconv_strpos() 2016-03-09 14:41:38 +01:00
imap Merge branch 'throw-error-in-extensions' 2016-07-05 02:08:39 -05:00
interbase Added ZEND_ATTRIBUTE_FORMAT to some middind functions. 2016-06-21 16:00:37 +03:00
intl Merge branch 'PHP-7.0' into PHP-7.1 2016-07-22 17:22:29 +02:00
json Add return code from json API functions 2016-06-28 20:49:38 +01:00
ldap Merge branch 'pull-request/1955' 2016-07-07 05:11:56 +02:00
libxml Merge branch 'PHP-7.0' 2016-07-15 01:22:26 +02:00
mbstring add test 2016-07-17 14:19:45 +02:00
mcrypt Merge branch 'PHP-7.0' 2016-07-19 01:44:14 -07:00
mysqli Merge branch 'throw-error-in-extensions' 2016-07-05 02:08:39 -05:00
mysqlnd Fixed compilation warnings 2016-06-23 12:47:06 +03:00
oci8 Merge branch 'PHP-7.0' 2016-07-07 11:53:08 +10:00
odbc Fix #69975: PHP segfaults when accessing nvarchar(max) defined columns 2016-07-08 15:33:46 +02:00
opcache Fix optimization of $i = $i++ 2016-07-17 22:47:49 +02:00
openssl Require strict base64 in openssl_decode 2016-07-22 18:03:55 +02:00
pcntl Merge RFC Additional Context in pcntl_signal Handler 2016-07-20 14:17:04 -07:00
pcre Merge branch 'PHP-7.0' 2016-07-06 07:10:10 +02:00
pdo Fix leak in PDO row_get_ctor 2016-07-16 23:16:26 +02:00
pdo_dblib Merge branch 'PHP-7.0' 2016-07-08 15:55:22 +02:00
pdo_firebird fix test portability 2016-06-17 17:09:42 +02:00
pdo_mysql Fixed compilation warnings 2016-06-22 00:40:50 +03: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-7.0' 2016-07-19 15:07:10 +02:00
pdo_sqlite Fixed compilation warnings 2016-06-22 00:40:50 +03:00
pgsql Merge branch 'PHP-7.0' 2016-07-20 17:00:09 +08:00
phar Use opaque EVP_MD in phar_verify_signature 2016-07-17 17:43:35 +01:00
posix Fix posix build 2016-05-01 13:07:01 +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
reflection Merge branch 'PHP-7.0' 2016-07-13 21:52:40 +02:00
session Merge branch 'PHP-7.0' 2016-07-19 01:44:14 -07:00
shmop Fixed compilation warnings 2016-06-23 12:47:06 +03:00
simplexml Avoid uncollectable cycle in sxe_property_get_adr 2016-07-16 23:43:24 +02:00
skeleton Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
snmp Merge branch 'PHP-7.0' 2016-07-19 01:44:14 -07:00
soap Fix some insecure usages of php_rand 2016-07-05 16:02:34 +01:00
sockets Fixed compilation warnings 2016-06-23 12:47:06 +03:00
spl Merge branch 'PHP-7.0' into PHP-7.1 2016-07-22 15:29:18 +02:00
sqlite3 Merge branch 'PHP-7.0' 2016-07-11 11:51:34 +08:00
standard Merge branch 'PHP-7.0' into PHP-7.1 2016-07-21 18:53:42 +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 Fixed compilation warnings 2016-06-23 12:47:06 +03:00
tidy show libtidy version in the info, if available 2016-07-11 19:18:57 +02:00
tokenizer
wddx Merge branch 'PHP-7.0' 2016-07-08 10:48:15 +02:00
xml Fix bug #72099: xml_parse_into_struct segmentation fault 2016-06-28 01:23:24 -07:00
xmlreader Fixed the UTF-8 and long path support in the streams on Windows. 2016-06-20 12:45:39 +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 bump zip extension version 2016-07-21 08:44:26 +02:00
zlib Merge branch 'PHP-7.0' 2016-07-04 03:20:01 +02:00
ext_skel
ext_skel_win32.php