golden hour
/opt/alt/php73/usr/include/php/ext/gd
⬆️ Go Up
Upload
File/Folder
Size
Actions
gd_compat.h
276 B
Del
OK
libgd
-
Del
OK
php_gd.h
6.42 KB
Del
OK
Edit: gd_compat.h
#ifndef GD_COMPAT_H #define GD_COMPAT_H 1 #ifndef HAVE_GD_BUNDLED /* from gd_compat.c */ const char * gdPngGetVersionString(); const char * gdJpegGetVersionString(); #endif /* from gd_compat.c of libgd/gd_security.c */ int overflow2(int a, int b); #endif /* GD_COMPAT_H */
Save