From 500b496f8ee345443d6101d854dd9b0197956212 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 24 Jul 2016 14:14:57 +0200 Subject: Implement #69606: Support BMPs (added in GD 2.1.0) We add PHP bindings for libgd's features to read and write BMP files, which are available as of libgd 2.1.0. As PHP's bundled libgd doesn't yet include the respective features of the external libgd, we add these. --- ext/gd/tests/imagebmp_basic.phpt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ext/gd/tests/imagebmp_basic.phpt (limited to 'ext/gd/tests/imagebmp_basic.phpt') diff --git a/ext/gd/tests/imagebmp_basic.phpt b/ext/gd/tests/imagebmp_basic.phpt new file mode 100644 index 0000000000..3493d48d60 --- /dev/null +++ b/ext/gd/tests/imagebmp_basic.phpt @@ -0,0 +1,22 @@ +--TEST-- +imagebmp() - basic functionality +--SKIPIF-- + +--FILE-- + +--EXPECT-- +d49124076771822b09fa72e168c0de56 -- cgit v1.2.1