Skip to content

Commit 58af1e1

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Make iconv errno support test pass on Solaris.
2 parents 229eb15 + 07a4185 commit 58af1e1

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
@@ -130,7 +130,7 @@ int main() {
130130
131131
int main() {
132132
iconv_t cd;
133-
cd = iconv_open( "*blahblah*", "*blahblah*" );
133+
cd = iconv_open( "*blahblah*", "*blahblahblah*" );
134134
if (cd == (iconv_t)(-1)) {
135135
if (errno == EINVAL) {
136136
return 0;

0 commit comments

Comments
 (0)