Home
last modified time | relevance | path

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

12345678910>>...14

/PHP-5.6/ext/gd/
H A Dconfig.w324 ARG_WITH("gd", "Bundled GD support", "yes,shared");
10 CHECK_LIB("libjpeg_a.lib;libjpeg.lib", "gd", PHP_GD) &&
14 CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") &&
17 …(CHECK_LIB("libiconv_a.lib;libiconv.lib", "gd", PHP_GD) || CHECK_LIB("iconv_a.lib;iconv.lib", "gd"…
21 CHECK_LIB("libXpm_a.lib", "gd", PHP_GD) &&
35 if (CHECK_LIB("vpxmt.lib", "gd", PHP_GD) &&
42 CHECK_LIB("User32.lib", "gd", PHP_GD);
43 CHECK_LIB("Gdi32.lib", "gd", PHP_GD);
45 EXTENSION("gd", "gd.c", null, "-Iext/gd/libgd", "php_gd2.dll");
46 ADD_SOURCES("ext/gd/libgd", "gd2copypal.c gd_arc_f_buggy.c gd.c \
[all …]
H A Dgd.dsp7 CFG=gd - Win32 Release_TS GD2
11 !MESSAGE NMAKE /f "gd.mak".
16 !MESSAGE NMAKE /f "gd.mak" CFG="gd - Win32 Release_TS GD2"
32 !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
96 # Name "gd - Win32 Release_TS GD2"
97 # Name "gd - Win32 Debug_TS GD2"
103 SOURCE=.\gd.c
138 SOURCE=.\libgd\gd.c
140 !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
155 !IF "$(CFG)" == "gd - Win32 Release_TS GD2"
[all …]
H A Dconfig.m49 PHP_ARG_WITH(gd, for GD support,
10 [ --with-gd[=DIR] Include GD support. DIR is the GD library base
42 [ --enable-gd-native-ttf GD: Enable TrueType string function], no, no)
349 for i in include/gd include gd ""; do
350 test -f "$PHP_GD/$i/gd.h" && GD_INCLUDE="$PHP_GD/$i"
354 AC_MSG_ERROR([Unable to find gd.h anywhere under $PHP_GD])
359 PHP_CHECK_LIBRARY(gd, gdSetErrorMethod,
378 PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared,, \\$(GDLIB_CFLAGS))
383 GD_HEADER_DIRS="ext/gd/ ext/gd/libgd/"
389 GD_HEADER_DIRS="ext/gd/"
[all …]
/PHP-5.6/ext/gd/tests/
H A Dbug66356.phpt5 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
31 resource(%d) of type (gd)
32 resource(%d) of type (gd)
41 Warning: imagecrop(): gd warning: one parameter to a memory allocation multiplication is negative o…
44 resource(%d) of type (gd)
45 resource(%d) of type (gd)
47 Warning: imagecrop(): gd warning: product of memory allocation multiplication would exceed INT_MAX,…
H A Dlibgd00101.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
10 $im = imagecreatefromgd(dirname(__FILE__) . '/libgd00101.gd');
14 Warning: imagecreatefromgd(): gd warning: product of memory allocation multiplication would exceed …
17 Warning: imagecreatefromgd(): '%slibgd00101.gd' is not a valid GD file in %slibgd00101.php on line …
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 Dbug41442.phpt5 if (!extension_loaded('gd')) {
6 die("skip gd extension not available.");
35 resource(%d) of type (gd)
36 resource(%d) of type (gd)
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 Dbug70976.phpt5 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
13 resource(5) of type (gd)
H A Dlibgd00086.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition in %s on line %d
H A Dimagecolorallocate_basic.phpt5 if(!extension_loaded('gd')) {
6 die('skip gd extension is not loaded');
16 * Source code: ext/gd/gd.c
H A Dbug39780.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
16 Warning: imagecreatefrompng(): gd-png: fatal libpng error: Read Error: truncated data in %s on lin…
18 Warning: imagecreatefrompng(): gd-png error: setjmp returns error condition 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 Dbug45799.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
15 Warning: imagepng(): gd-png error: no colors in palette in %s on line %d
H A Dimagecolorstotal_basic.phpt5 if(!extension_loaded('gd')) {
6 die('skip gd extension is not loaded');
17 * Source code: ext/gd/gd.c
H A Dimagecolourstotal_basic.phpt7 if (!extension_loaded('gd')) {
8 die("skip gd extension not available.");
18 * Source code: ext/gd/gd.c
H A Dgd_info_error.phpt5 if(!extension_loaded('gd')) {
6 die('skip gd extension is not loaded');
16 * Source code: ext/gd/gd.c
H A Dgd_info_variation1.phpt5 if(!extension_loaded('gd')) {
6 die('skip gd extension is not loaded');
16 * Source code: ext/gd/gd.c
H A Dlibgd00094.phpt5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
14 Warning: imagecreatefromxbm(): gd warning: product of memory allocation multiplication would exceed…
H A Dbug74435.phpt5 if (!extension_loaded('gd')) die('skip gd extension not available');
26 resource(%d) of type (gd)
H A Dimagecolorallocate_variation6.phpt5 if(!extension_loaded('gd')) {
6 die('skip gd extension is not loaded');
16 * Source code: ext/gd/gd.c
H A Dimagecolorclosesthwb.phpt5 if(!extension_loaded('gd')){ die('skip: gd extension not available'); }
16 var_dump(imagecolorclosesthwb($im, "hello", "from", "gd"));
H A Dbug72696.phpt5 if (!extension_loaded('gd')) die('skip gd extension not available');
H A Dbug44849.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");

Completed in 33 milliseconds

12345678910>>...14