php-src/ext
Grégoire Paris 13f55d5c1b Use proper grammar in error message
Drop period in error messages

2 reasons:
- These error messages are not regular sentences.
- Having the offending value between parenthesis after the period looks weird.
Closes GH-8858.
2022-06-25 07:39:31 +01:00
..
bcmath Merge branch 'PHP-7.4' into PHP-8.0 2021-07-16 15:56:15 +02:00
bz2 Use proper grammar in error message 2022-06-25 07:39:31 +01:00
calendar
com_dotnet Fix GH-8778: Integer arithmethic with large number variants fails 2022-06-18 11:48:49 +02:00
ctype
curl Fixed CURLOPT_TLSAUTH_TYPE is not treated as a string option. 2022-06-17 19:51:58 -04:00
date Skip tests on 32-bit 2022-06-17 09:34:27 +01:00
dba Merge branch 'PHP-7.4' into PHP-8.0 2021-11-03 15:01:41 +00:00
dom Merge branch 'PHP-7.4' into PHP-8.0 2021-11-14 23:29:27 -08:00
enchant Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
exif Fix GH-8408: bug68547.phpt fails without multibyte support 2022-04-20 16:42:09 +02:00
ffi Add missing SKIPIF for new ext/ffi test 2022-04-24 18:02:46 +02:00
fileinfo Fix Bug #81462 mime_content_type() indicates wrong arg num on TypeError 2021-09-20 22:48:00 +01:00
filter Don't try to access memory outside string 2022-03-28 10:52:34 -06:00
ftp Fix the return type of ftp_raw() (#7466) 2021-09-06 10:26:01 +02:00
gd Fix GH-8848: imagecopyresized() error refers to the wrong argument 2022-06-23 15:20:49 +02:00
gettext Fix #53251: bindtextdomain with null dir doesn't return old value 2021-01-25 15:44:14 +01:00
gmp Fix bug #81119 2021-06-10 14:47:36 +02:00
hash Fix #81714: segfault when serializing finalized HashContext 2022-04-05 13:25:22 +02:00
iconv Fix GH-8218: ob_end_clean does not reset Content-Encoding header 2022-04-25 14:26:56 +02:00
imap Fix #81649: imap_(un)delete accept sequences, not single numbers 2021-11-25 18:29:43 +01:00
intl Remove trailing whitespace from test 2022-05-27 10:55:40 +01:00
json Merge branch 'PHP-7.4' into PHP-8.0 2021-07-20 00:28:27 +02:00
ldap Fix ldap_next_entry() parameter name 2021-03-16 09:31:46 +01:00
libxml Merge branch 'PHP-7.4' into PHP-8.0 2021-11-14 23:29:27 -08:00
mbstring Fix GH-8685 mbstring requires pcre 2022-06-03 07:53:48 +02:00
mysqli Fix mysqli tests wrt. MySQL 8.0.28 2022-05-09 10:55:32 +02:00
mysqlnd Fix bad integer promotion in mysqlnd big5 charset detection 2022-06-10 12:41:54 -04:00
oci8 Fix GH-7765: php_oci_cleanup_global_handles segfaults at second call 2021-12-12 22:38:00 +01:00
odbc Fix handling of single-key connection strings 2022-06-13 14:41:50 +02:00
opcache Fix memory leak 2022-06-20 10:59:37 +03:00
openssl Fix and improve OpenSSL VCWD path checking test for bug #50293 2022-06-09 23:01:52 +01:00
pcntl Fix pcntl Haiku build 2022-05-24 14:59:50 +02:00
pcre Merge branch 'PHP-7.4' into PHP-8.0 2021-11-29 19:15:20 +01:00
pdo Fix dblib ghtest8626 test. 2022-06-03 15:12:09 +01:00
pdo_dblib
pdo_firebird Merge branch 'PHP-7.4' into PHP-8.0 2021-06-27 21:39:23 -07:00
pdo_mysql Fix PDO URI test 2022-05-03 12:12:41 +02:00
pdo_oci
pdo_odbc Fix handling of single-key connection strings 2022-06-13 14:41:50 +02:00
pdo_pgsql Closes GH-8626: Fix PDOStatement->execute() failed. 2022-06-02 17:32:43 +01:00
pdo_sqlite
pgsql Merge branch 'PHP-7.4' into PHP-8.0 2022-06-06 01:11:13 -06:00
phar Fix test XFAIL, update phar to use spl_autoload_register 2022-05-02 13:58:25 +02:00
posix Merge branch 'PHP-7.4' into PHP-8.0 2021-04-11 10:38:07 +02:00
pspell
readline fix bug #72998 2021-06-03 10:33:10 +02:00
reflection Fix memory leak 2022-06-06 11:35:01 +03:00
session Fix session test 2021-05-28 09:45:06 +02:00
shmop Merge branch 'PHP-7.4' into PHP-8.0 2021-09-02 23:18:53 +02:00
simplexml Merge branch 'PHP-7.4' into PHP-8.0 2021-11-14 23:29:27 -08:00
skeleton
snmp Fix the return types in ext/snmp (#7068) 2021-05-28 12:34:46 +02:00
soap Fix GH-8538: SoapClient may strip parts of nmtokens 2022-05-23 16:49:12 +02:00
sockets Fix LONG_CHECK_VALID_INT in socket extension 2022-06-09 13:48:02 -04:00
sodium Correct the argument names for ext/sodium functions 2021-05-10 17:22:02 +02:00
spl Fix GH-8563 Different results for seek() on SplFileObject and SplTempFileObject 2022-06-20 12:47:37 +01:00
sqlite3 SQLite3::query() cannot return null 2021-01-04 12:13:06 +01:00
standard Fix bug #67764: fpm: syslog.ident does not work 2022-06-19 20:05:49 +01:00
sysvmsg Merge branch 'PHP-7.4' into PHP-8.0 2021-08-18 16:37:58 +02:00
sysvsem Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
sysvshm Mark resource-like objects as non-comparable 2021-02-16 14:20:45 +01:00
tidy
tokenizer
xml Merge branch 'PHP-7.4' into PHP-8.0 2021-09-16 12:06:36 +02:00
xmlreader Fix bug #81521 2021-10-12 16:42:32 +02:00
xmlwriter
xsl
zend_test Fix GH-8827: Intentionally closing std handles no longer possible 2022-06-20 18:01:02 +02:00
zip Fix GH-8781 ZipArchive::close deletes zip file without updating stat cache 2022-06-15 15:37:27 +02:00
zlib Use proper grammar in error message 2022-06-25 07:39:31 +01:00
ext_skel.php