mirror of
https://github.com/php/php-src.git
synced 2026-04-11 01:53:36 +02:00
Stopping Compile Warnings when using old GD
This commit is contained in:
@@ -531,6 +531,8 @@ gdImagePtr _php_image_create_from_string (zval **data, char *tn, gdImagePtr (*io
|
||||
}
|
||||
|
||||
return im;
|
||||
#else
|
||||
return NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user