php-8.3.25
ext/gd: Drop useless and doubtful MSVC specific code (libgd/libgd@f1480ab)
Fixed GH-18243: imagettftext underflow/overflow on size argument.
Convert GD Resources to objects
Merge branch 'PHP-8.2' into PHP-8.3
Merge branch 'PHP-8.1'
ext/gd: Fix comparison with result of php_stream_can_cast()
ext/gd: imagerotate removes ignore_transparent argument.
Make error messages more consistent by fixing capitalization
cleanup gd build with system libgd - drop need to use libpng with system libgd - drop need to use libjpeg with system libgd - drop need to use libXpm with system libgd - drop need to use libfreetype with system libgd - improve configure comments
Declare ext/gd constants in stubs (#9180)