Home
last modified time | relevance | path

Searched refs:gd (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/PHP-8.0/ext/gd/
H A Dconfig.w323 ARG_WITH("gd", "Bundled GD support", "yes,shared");
8 CHECK_LIB("libjpeg_a.lib;libjpeg.lib", "gd", PHP_GD) &&
12 CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
16 …(CHECK_LIB("libiconv_a.lib;libiconv.lib", "gd", PHP_GD) || CHECK_LIB("iconv_a.lib;iconv.lib", "gd"…
20 CHECK_LIB("libXpm_a.lib", "gd", PHP_GD) &&
25 if ((CHECK_LIB("libwebp_a.lib", "gd", PHP_GD) || CHECK_LIB("libwebp.lib", "gd", PHP_GD)) &&
34 CHECK_LIB("User32.lib", "gd", PHP_GD);
35 CHECK_LIB("Gdi32.lib", "gd", PHP_GD);
37 EXTENSION("gd", "gd.c", null, "-Iext/gd/libgd");
38 ADD_SOURCES("ext/gd/libgd", "gd2copypal.c gd.c \
[all …]
H A Dconfig.m44 PHP_ARG_ENABLE([gd],
6 [AS_HELP_STRING([--enable-gd],
9 PHP_ARG_WITH([external-gd],
11 [AS_HELP_STRING([--with-external-gd],
48 PHP_ARG_ENABLE([gd-jis-conv],
50 [AS_HELP_STRING([--enable-gd-jis-conv],
170 PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared,, \\$(GD_CFLAGS))
173 GD_HEADER_DIRS="ext/gd/ ext/gd/libgd/"
187 PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared)
188 GD_HEADER_DIRS="ext/gd/"
[all …]
H A Dphp_gd.h79 PHP_MINFO_FUNCTION(gd);
80 PHP_MINIT_FUNCTION(gd);
81 PHP_MSHUTDOWN_FUNCTION(gd);
82 PHP_RSHUTDOWN_FUNCTION(gd);
/PHP-8.0/ext/gd/tests/
H A Dlibgd00086_extern.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
15 gd-png: fatal libpng error: Read Error: truncated data
16 gd-png error: setjmp returns error condition 1
H A Dbug39780_extern.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
15 gd-png: fatal libpng error: Read Error: truncated data
16 gd-png error: setjmp returns error condition 2
H A Dlibgd00101.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
10 $im = imagecreatefromgd(__DIR__ . '/libgd00101.gd');
17 Warning: imagecreatefromgd(): "%slibgd00101.gd" is not a valid GD file in %slibgd00101.php on line …
H A Dbug45799.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
14 Warning: imagepng(): gd-png error: no colors in palette in %s on line %d
H A Dcrafted_gd2.phpt2 Test max colors for a gd image.
5 if (!extension_loaded('gd')) {
6 die("skip gd extension not available\n");
H A Dlibgd00086.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
15 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
17 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
H A Dbug39780.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
15 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
17 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
H A Dbug77195.phpt5 if (!extension_loaded('gd')) die('skip gd extension not available');
15 Warning: imagecreatefromjpeg(): gd-jpeg: JPEG library reports unrecoverable error: JPEG datastream …
H A Dimagetypes_bmp.phpt5 if (!extension_loaded('gd')) die('skip ext/gd required');
H A Dimagetypes_tga.phpt5 if (!extension_loaded('gd')) die('skip ext/gd required');
H A Dbug44849.phpt5 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
H A Dbug72696.phpt5 if (!extension_loaded('gd')) die('skip gd extension not available');
H A Dbug39082.phpt5 if (!extension_loaded('gd')) {
6 die("skip gd extension not available\n");
H A Dbug71952.phpt5 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
H A Dbug72227.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
H A Dbug79067.phpt5 if (!extension_loaded('gd')) die('skip gd extension not available');
H A Dbug72298.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
H A Dbug72596.phpt5 if (!extension_loaded('gd')) die('skip gd extension not available');
H A Dbug73968.phpt5 if (!extension_loaded('gd')) die('skip gd extension not available');
H A Dbug76041.phpt5 if (!extension_loaded('gd')) die('skip gd extension not available');
H A Dbug69024.phpt5 if (!extension_loaded('gd')) die('skip gd extension not available');
H A Dbug70976.phpt5 if(!extension_loaded('gd')){ die('skip gd extension not available'); }

Completed in 19 milliseconds

12345678910>>...12