Skip to content

Commit 2eb3b24

Browse files
committed
ext/gd: phpinfo() to be able to display libjpeg 10.0 support.
Fix #21431 Co-Authored-By: rainerjung
1 parent 44d4f0e commit 2eb3b24

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ext/gd/libgd/gd_jpeg.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,10 @@ const char * gdJpegGetVersionString()
125125
return "9 compatible";
126126
break;
127127

128+
case 100:
129+
return "10 compatible";
130+
break;
131+
128132
default:
129133
return "unknown";
130134
}

0 commit comments

Comments
 (0)