1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext
Giovanni Giacobbi 592d899462 ext/gd: de-factorize image output functions (#14523)
The image output functions imagegif/imagepng/imagewebp/imageavif/imagejpeg
were all calling the static function _php_image_output_ctx which was basically
a big switch statement between each image type which also have different
parameters.

The only identical part was the call to create_stream_context_from_zval that
is now merged with create_output_context.
2024-06-13 09:46:47 +01:00
..
2024-06-08 17:15:36 +01:00
2024-06-09 14:23:41 +02:00
2024-06-09 14:23:41 +02:00
2024-06-08 17:15:36 +01:00
2024-06-08 17:15:36 +01:00
2024-06-11 22:47:05 +02:00
2024-06-08 17:15:36 +01:00
2024-06-08 17:15:36 +01:00
2024-06-01 17:12:42 +01:00
2024-06-11 22:47:05 +02:00
2024-06-11 22:47:05 +02:00
2024-06-08 17:15:36 +01:00
2024-06-04 12:51:06 -03:00
2024-06-11 22:47:05 +02:00
2024-06-10 22:58:25 +02:00
2024-06-08 17:15:36 +01:00
2024-06-08 17:15:36 +01:00
2024-06-08 17:15:36 +01:00
2024-05-10 16:26:44 +02:00
2024-06-08 17:15:36 +01:00
2024-06-10 19:40:03 +02:00
2024-06-08 17:15:36 +01:00
2024-06-01 17:12:42 +01:00