Skip to content

Commit 64cebf3

Browse files
committed
Merge branch 'PHP-7.4' into PHP-8.0
* PHP-7.4: Make iconv errno support test pass on Solaris.
2 parents 080784a + 58af1e1 commit 64cebf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/iconv/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ int main() {
9292
9393
int main() {
9494
iconv_t cd;
95-
cd = iconv_open( "*blahblah*", "*blahblah*" );
95+
cd = iconv_open( "*blahblah*", "*blahblahblah*" );
9696
if (cd == (iconv_t)(-1)) {
9797
if (errno == EINVAL) {
9898
return 0;

0 commit comments

Comments
 (0)