php-src/ext
Christoph M. Becker fd3118ffb0 Fix #78641: addGlob can modify given remove_path value
`remove_path` points to the given string, so we must not modify it.
Instead we use a duplicate, if we need the modification.

We may want to switch to `zend_string`s in master.
2019-10-08 09:45:05 +02:00
..
bcmath Fixed bug #77742 2019-03-14 17:24:50 +01:00
bz2 Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
calendar Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
com_dotnet Fix #77578: Crash when php unload 2019-03-18 19:21:38 +01:00
ctype Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
curl Fixed bug #77946 2019-07-18 14:40:47 +02:00
date Fix typo 2019-09-19 11:36:00 +02:00
dba Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
dom Fix #78025: segfault when accessing properties of DOMDocumentType 2019-05-17 13:31:18 +02:00
enchant Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
exif Fix leak of temporary buffer during exif tag reading 2019-09-22 12:10:17 +02:00
fileinfo Fix #78183: finfo_file shows wrong mime-type for .tga file 2019-06-29 13:24:52 +02:00
filter Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
ftp Fix bug #77124 2019-07-15 15:19:31 +02:00
gd Add missing skip keyword in tests 2019-10-01 11:13:36 +02:00
gettext Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
gmp Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
hash Merge branch 'PHP-7.1' into PHP-7.2 2019-04-06 19:05:37 -07:00
iconv Fix #78342: Bus error in configure test for iconv //IGNORE 2019-07-29 08:48:13 +02:00
imap Merge branch 'PHP-7.1' into PHP-7.2 2018-12-03 00:42:50 -08:00
interbase Fixed bug #72175 2019-03-25 16:41:21 +01:00
intl Split intl tests for ICU 65 2019-10-04 13:53:22 +02:00
json Fixed bug #77843 2019-04-23 12:43:07 +02:00
ldap Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
libxml Fix test to be skipped if dom is not available 2019-09-22 18:42:02 +02:00
mbstring Fix #78609: mb_check_encoding() no longer supports stringable objects 2019-09-30 12:42:04 +02:00
mysqli Fix bug #76809 (SSL settings aren't respected when persistent connection is reused) 2019-10-03 06:56:21 +02:00
mysqlnd fix the problem for connect_attr, set db condition, and add a new attribute _server_host 2019-08-20 13:31:58 +02:00
oci8 Correct skipif use for OCI8 password tests 2019-02-20 11:10:57 +11:00
odbc Fix #78473: odbc_close() closes arbitrary resources 2019-08-28 17:55:15 +02:00
opcache Fix iterable return type optimization 2019-09-19 17:21:00 +02:00
openssl Fixed bug #78231 2019-07-03 12:36:06 +02:00
pcntl Make pid & uid available while handling realtime signals 2019-02-12 10:09:33 +01:00
pcre Merge branch 'PHP-7.1' into PHP-7.2 2019-08-25 19:20:59 -07:00
pdo Follow up #77849 PDOStatement objects in undefined state after clone 2019-04-06 01:26:47 +02:00
pdo_dblib Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pdo_firebird Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pdo_mysql Fix #78623: Regression caused by "SP call yields additional empty result set" 2019-10-07 09:15:51 +02:00
pdo_oci pdo_oci: Add client identifier and module attrs 2019-02-11 16:10:47 +11:00
pdo_odbc Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
pdo_pgsql Fix tests wrt. internationalization 2019-04-12 13:07:39 +02:00
pdo_sqlite Fix bug #78192 PDO SQLite SegFault when reuse statement after schema has changed 2019-06-28 12:36:02 +02:00
pgsql Fix 29nb_async_connect.phpt 2019-04-10 13:06:02 +02:00
phar Merge branch 'PHP-7.1' into PHP-7.2 2019-07-29 13:19:16 -07:00
posix Skip test when SIGKILL is not defined 2019-08-09 10:32:15 +02:00
pspell Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
readline use {TMP} placeholder in phpt tests 2019-05-21 09:02:37 +02:00
recode Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
reflection Fixed bug #75186 2019-05-09 12:33:53 +02:00
session Set session.gc_probability=0 in bug78624.phpt 2019-10-07 16:43:19 +02:00
shmop Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
simplexml Convert CRLF to LF 2019-05-13 03:51:00 +02:00
skeleton Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
snmp Add missing skip keyword in tests 2019-10-01 11:13:36 +02:00
soap Use TRY_ADDREF/TRY_DELREF in soap 2019-07-12 16:50:43 +02:00
sockets Fix length of key passed to zend_hash_str_find_ptr 2019-09-21 18:11:21 +02:00
sodium Drop regression test 2019-09-10 10:07:39 +02:00
spl Fix signed integer overflow in SplObjectStorage unserialization 2019-09-23 13:18:27 +02:00
sqlite3 Merge branch 'PHP-7.1' into PHP-7.2 2019-07-09 10:02:47 +02:00
standard Check for object_init_ex() failure in user filter factory 2019-10-07 17:52:29 +02:00
sysvmsg Trim trailing whitespace in *.phpt 2018-10-14 19:44:14 +02:00
sysvsem year++ 2018-01-02 12:55:14 +08:00
sysvshm Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
tidy Fix syntax error 2018-12-09 19:13:09 +01:00
tokenizer Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
wddx Merge branch 'PHP-7.1' into PHP-7.2 2019-01-07 01:03:26 -08:00
xml Merge branch 'PHP-7.1' into PHP-7.2 2018-10-16 18:49:17 +02:00
xmlreader Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
xmlrpc Fix #78173: XML-RPC mutates immutable objects during encoding 2019-06-18 17:08:11 +02:00
xmlwriter Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
xsl Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
zend_test Sync leading and final newlines in source code files 2018-10-14 12:54:08 +02:00
zip Fix #78641: addGlob can modify given remove_path value 2019-10-08 09:45:05 +02:00
zlib Sync leading and final newlines in *.phpt sections 2018-10-15 04:31:31 +02:00
ext_skel Merge branch 'PHP-7.1' into PHP-7.2 2018-10-19 00:07:42 +02:00
ext_skel_win32.php Sync leading and final newlines in source code files 2018-10-14 12:54:08 +02:00