php-src/ext
Andrea Faulds 61538ebadc Fixed bug #75097 (gethostname fails if your host name is 64 chars long)
PHP contained two different off-by-one errors, which are fixed here. First,
it created a buffer of size HOST_NAME_MAX, not adding space for a null
terminator. Second, it subtracted 1 from the size of that buffer when passing
its size to gethostname(), despite gethostname() expecting it to be a buffer
size including space for a terminating null byte, not a string length.
2017-08-19 20:31:54 +01:00
..
bcmath Fixed condition check 2017-04-10 14:47:24 +08:00
bz2 Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
calendar Update copyright header to 2017 in calendar.c 2017-01-04 11:15:47 -06:00
com_dotnet Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
ctype Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
curl Fixed bug #75093 OpenSSL support not detected 2017-08-18 14:51:44 +02:00
date Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
dba Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
dom Fixed bug #69373 2017-06-03 00:40:58 +02:00
enchant Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
exif Test to cover the change in ce1a0d97 2017-08-01 12:49:45 +02:00
fileinfo Fixed bug #74379 (syntax error compile error in libmagic/apprentice.c) 2017-04-10 11:44:41 +08:00
filter Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
ftp Make the ftp and stream tests more reliable. 2017-02-16 12:46:55 +01:00
gd Shrink test image 2017-07-30 14:43:37 +02:00
gettext ext/gettext: respect passed in library directory for all checks 2017-04-17 08:11:40 +01:00
gmp Fixed bug #69993 2017-01-14 14:13:15 +01:00
hash Fix bug #73127 2017-02-24 23:20:49 +01:00
iconv Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
imap Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
interbase Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
intl Revert "Upgrade timelib to 2017.05beta7" 2017-08-16 15:19:18 +01:00
json JSON: fix config.w32 / Install headers on windows 2017-08-08 15:52:53 +02:00
ldap ext/ldap/test: Test that ldap_connect() uses defaults from ldap.conf (openldap) 2017-05-25 21:27:11 +00:00
libxml Fixed bug #69373 2017-06-03 00:40:58 +02:00
mbstring Fix Bug #75001: Wrong reflection on mb_eregi_replace 2017-08-02 18:08:42 +02:00
mcrypt Fixed condition check 2017-04-10 14:47:24 +08:00
mysqli minor loop optimizations, closes #2633 2017-07-25 06:47:58 +01:00
mysqlnd Add support for MySQL 8's Unicode types 2017-04-14 16:30:10 +02:00
oci8 Prepare for PECL release 2017-08-14 21:14:14 -04:00
odbc Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
opcache Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within finally) 2017-07-01 11:52:03 +02:00
openssl Add test for bug #74903 2017-07-24 17:02:10 +02:00
pcntl Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
pcre Merge branch 'PHP-5.6' into PHP-7.0 2017-07-04 19:44:51 -07:00
pdo Fixed #69356: PDOStatement::debugDumpParams() truncates query 2017-06-29 11:39:50 +02:00
pdo_dblib Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
pdo_firebird Return integer field types as native integers instead of strings 2017-01-06 17:43:46 +01:00
pdo_mysql Fix check of mysql_commit() return value 2017-07-18 21:45:02 +02:00
pdo_oci PDO_OCI: support IC 12.2 in configure option 2017-06-20 16:00:22 +10:00
pdo_odbc Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
pdo_pgsql Fixed #73959 - lastInsertId fails to throw an exception in pdsql 2017-01-20 20:10:55 +00:00
pdo_sqlite Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
pgsql Fix 00version.phpt when commit message has multiple lines. 2017-01-26 11:36:24 +00:00
phar Fix bug #74991 - include_path has a 4096 char (minus "__DIR__:") limit, in some PHAR cases 2017-07-26 10:46:50 +01:00
posix Fixed bug #71219 configure script incorrectly checks for ttyname_r 2017-01-11 08:09:10 +00:00
pspell Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
readline Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
recode Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
reflection Fixed stupid test 2017-08-16 11:14:41 +01:00
session Fixed bug #74833, SID constant created with wrong module number 2017-07-26 13:19:41 +02:00
shmop Update PHP 5 version to 7 in header comments 2017-07-24 10:42:15 +01:00
simplexml Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces) 2017-07-21 18:16:11 +08:00
skeleton Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE 2016-03-03 16:50:01 +01:00
snmp Fixed bug #74906 redirecting incorrect include <sys/errno.h> 2017-07-17 06:54:27 +01:00
soap Fixed bug #74679 (Incorrect conversion array with WSDL_CACHE_MEMORY) 2017-06-13 17:15:47 +03:00
sockets Fixed condition check 2017-04-10 14:47:24 +08:00
spl Fixed bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results) 2017-08-09 11:28:53 +08:00
sqlite3 use AC_DEFINE + win32 2017-08-04 13:21:28 +02:00
standard Fixed bug #75097 (gethostname fails if your host name is 64 chars long) 2017-08-19 20:31:54 +01:00
sysvmsg Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
sysvsem Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
sysvshm Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
tidy Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
tokenizer Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
wddx Fixed bug #73793 (WDDX uses wrong decimal seperator) 2017-08-13 20:51:53 +02:00
xml Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
xmlreader Fix bug #74457 Wrong reflection on XMLReader::expand 2017-05-02 06:24:46 +01:00
xmlrpc Bug #74975: Different serialization for classes 2017-08-02 18:49:26 +02:00
xmlwriter Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
xsl Update copyright headers to 2017 2017-01-04 11:14:55 -06:00
zip make type consistent with glob_t.gl_pathc 2017-03-01 17:01:58 +01:00
zlib Revert "Add more constants, improve comments, and add tests" 2017-07-10 16:53:56 +02:00
ext_skel
ext_skel_win32.php