Skip to content

Commit 05c1ab2

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: Make iconv errno support test pass on Solaris.
2 parents e0942d2 + 64cebf3 commit 05c1ab2

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)