php-src/ext
Nikita Popov e8678fcb42 Fixed bug #75902
Don't special-case nested arrays/objects in str_replace(), instead
perform a string cast on them as well. For arrays, this will always
result in the usual conversion warning.

This behavior is consistent with preg_replace(). If we didn't want
to cast the array to string here, we should instead perform the
replacement recursively. Silently copying it is just confusing.
2020-03-10 16:49:17 +01:00
..
bcmath Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
bz2 Add stubs for aliases 2020-02-18 21:10:36 +01:00
calendar Reindent phpt files 2020-02-03 22:52:20 +01:00
com_dotnet Merge branch 'PHP-7.4' 2020-03-02 11:38:50 +01:00
ctype Reindent phpt files 2020-02-03 22:52:20 +01:00
curl Merge branch 'PHP-7.4' 2020-03-02 19:12:49 +01:00
date Change argument error message format 2020-02-26 15:00:08 +01:00
dba Revert "Replace @param annotations with type declarations" 2020-02-17 08:55:18 +01:00
dom Remove DOM_GET_THIS macro 2020-03-09 09:56:22 +01:00
enchant Merge branch 'PHP-7.4' 2020-02-28 15:46:17 +01:00
exif Use serialize_precision for var_dump() 2020-02-25 09:51:32 +01:00
ffi Change argument error message format 2020-02-26 15:00:08 +01:00
fileinfo Merge branch 'PHP-7.4' 2020-03-02 15:10:15 +01:00
filter Remove NO_ACCESS flag for zend_is_callable() 2020-03-06 16:31:03 +01:00
ftp Add stubs for aliases 2020-02-18 21:10:36 +01:00
gd Change argument error message format 2020-02-26 15:00:08 +01:00
gettext Reindent phpt files 2020-02-03 22:52:20 +01:00
gmp Change argument error message format 2020-02-26 15:00:08 +01:00
hash Add arginfo for HashContext::__construct() 2020-02-13 16:51:23 +01:00
iconv Remove unnecessary condition as always true. 2020-02-05 17:44:20 +01:00
imap Change argument error message format 2020-02-26 15:00:08 +01:00
intl Use separate typedef for bucket comparison function 2020-03-04 12:46:06 +01:00
json Use serialize_precision for var_dump() 2020-02-25 09:51:32 +01:00
ldap Add stubs for aliases 2020-02-18 21:10:36 +01:00
libxml Change argument error message format 2020-02-26 15:00:08 +01:00
mbstring Change argument error message format 2020-02-26 15:00:08 +01:00
mysqli Merge branch 'PHP-7.4' 2020-03-09 22:53:23 +01:00
mysqlnd Merge branch 'PHP-7.4' 2020-03-02 16:33:40 +01:00
oci8 oci8: Fix two tests that fail with stricter internal checks 2020-03-03 12:13:44 +01:00
odbc Change argument error message format 2020-02-26 15:00:08 +01:00
opcache Merge branch 'PHP-7.4' 2020-03-09 22:53:23 +01:00
openssl Change argument error message format 2020-02-26 15:00:08 +01:00
pcntl Add stubs for aliases 2020-02-18 21:10:36 +01:00
pcre Merge branch 'PHP-7.4' 2020-03-03 13:06:46 +01:00
pdo Second go at fixing [-Wmissing-field-initializers] compiler warning in PDO 2020-02-22 01:01:07 +01:00
pdo_dblib Reindent phpt files 2020-02-03 22:52:20 +01:00
pdo_firebird Reindent phpt files 2020-02-03 22:52:20 +01:00
pdo_mysql Reindent phpt files 2020-02-03 22:52:20 +01:00
pdo_oci PDO_OCI: Add test of the phpinfo output 2020-03-04 10:10:05 +01:00
pdo_odbc Merge branch 'PHP-7.4' 2020-02-17 22:55:16 +01:00
pdo_pgsql Reindent phpt files 2020-02-03 22:52:20 +01:00
pdo_sqlite Reindent phpt files 2020-02-03 22:52:20 +01:00
pgsql Reindent phpt files 2020-02-03 22:52:20 +01:00
phar Use separate typedef for bucket comparison function 2020-03-04 12:46:06 +01:00
posix Reindent phpt files 2020-02-03 22:52:20 +01:00
pspell Reindent phpt files 2020-02-03 22:52:20 +01:00
readline Merge branch 'PHP-7.4' 2020-03-09 22:53:23 +01:00
reflection Regenerate reflection stubs 2020-03-07 20:26:06 +01:00
session Merge branch 'PHP-7.4' 2020-03-09 22:53:23 +01:00
shmop Reindent phpt files 2020-02-03 22:52:20 +01:00
simplexml Improve error message of foreach 2020-03-09 11:29:40 +01:00
skeleton Add stubs for aliases 2020-02-18 21:10:36 +01:00
snmp Change argument error message format 2020-02-26 15:00:08 +01:00
soap Merge branch 'PHP-7.4' 2020-03-09 15:01:48 +01:00
sockets Add stubs for aliases 2020-02-18 21:10:36 +01:00
sodium Improve argument error messages in ext/sodium 2020-02-28 18:09:39 +01:00
spl Add some stubs for SPL 2020-03-10 11:41:48 +01:00
sqlite3 Merge branch 'PHP-7.4' 2020-03-09 22:53:23 +01:00
standard Fixed bug #75902 2020-03-10 16:49:17 +01:00
sysvmsg Reindent phpt files 2020-02-03 22:52:20 +01:00
sysvsem Reindent phpt files 2020-02-03 22:52:20 +01:00
sysvshm Make error messages more consistent by fixing capitalization 2020-01-17 14:52:46 +01:00
tidy Revert "Replace @param annotations with type declarations" 2020-02-17 08:55:18 +01:00
tokenizer [skip ci] Skip 2 tokenizer tests if tokenizer isn't loaded 2020-02-16 19:22:22 -05:00
xml Reindent phpt files 2020-02-03 22:52:20 +01:00
xmlreader Reindent phpt files 2020-02-03 22:52:20 +01:00
xmlrpc Reindent phpt files 2020-02-03 22:52:20 +01:00
xmlwriter Merge branch 'PHP-7.4' 2020-02-03 23:38:40 +01:00
xsl Perform some maintenance work on the XSL extension 2020-03-10 11:41:15 +01:00
zend_test Add missing zend_test stubs 2020-02-25 11:18:15 +01:00
zip proper fix 2020-03-09 09:29:34 +01:00
zlib Reindent phpt files 2020-02-03 22:52:20 +01:00
ext_skel.php Merge branch 'PHP-7.4' 2020-02-03 13:42:08 +01:00