Skip to content

Commit 7e16d4e

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: ext/gd: phpinfo() to be able to display libjpeg 10.0 support.
2 parents 91134db + 277a016 commit 7e16d4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)