Searched refs:gd (Results 1 – 25 of 264) sorted by relevance
1234567891011
/PHP-5.3/ext/gd/ |
H A D | config.w32 | 4 ARG_WITH("gd", "Bundled GD support", "yes,shared"); 10 CHECK_LIB("libpng_a.lib;libpng.lib", "gd", PHP_GD) && 11 CHECK_HEADER_ADD_INCLUDE("gd.h", "CFLAGS_GD", PHP_GD + ";ext\\gd\\libgd") && 13 …(CHECK_LIB("libiconv_a.lib;libiconv.lib", "gd", PHP_GD) || CHECK_LIB("iconv_a.lib;iconv.lib", "gd"… 17 CHECK_LIB("libXpm_a.lib", "gd", PHP_GD) && 21 if (CHECK_LIB("T1_StaticMD.lib", "gd", PHP_GD) && 30 CHECK_LIB("User32.lib", "gd", PHP_GD); 31 CHECK_LIB("Gdi32.lib", "gd", PHP_GD); 33 EXTENSION("gd", "gd.c", null, "-Iext/gd/libgd", "php_gd2.dll"); 34 ADD_SOURCES("ext/gd/libgd", "gd2copypal.c gd_arc_f_buggy.c gd.c \ [all …]
|
H A D | gd.dsp | 7 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 D | config.m4 | 9 PHP_ARG_WITH(gd, for GD support, 10 [ --with-gd[=DIR] Include GD support. DIR is the GD library base 357 for i in include/gd1.3 include/gd include gd1.3 gd ""; do 358 test -f "$PHP_GD/$i/gd.h" && GD_INCLUDE="$PHP_GD/$i" 362 for i in $PHP_LIBDIR/gd1.3 $PHP_LIBDIR/gd $PHP_LIBDIR gd1.3 gd ""; do 379 dnl Check for gd 2.0.4 greater availability 384 #include <gd.h> 402 PHP_NEW_EXTENSION(gd, gd.c $extra_sources, $ext_shared,, \\$(GDLIB_CFLAGS)) 408 GD_HEADER_DIRS="ext/gd/ ext/gd/libgd/" 414 GD_HEADER_DIRS="ext/gd/" [all …]
|
/PHP-5.3/ext/gd/tests/ |
H A D | libgd00101.phpt | 5 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 D | libgd00086_extern.phpt | 5 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 D | bug39780_extern.phpt | 5 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 D | bug41442.phpt | 5 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 D | libgd00086.phpt | 5 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 D | bug39780.phpt | 5 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 D | imagecolorallocate_basic.phpt | 5 if(!extension_loaded('gd')) { 6 die('skip gd extension is not loaded'); 16 * Source code: ext/gd/gd.c
|
H A D | crafted_gd2.phpt | 2 Test max colors for a gd image. 5 if (!extension_loaded('gd')) { 6 die("skip gd extension not available\n");
|
H A D | bug45799.phpt | 5 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 D | imagecolorstotal_basic.phpt | 5 if(!extension_loaded('gd')) { 6 die('skip gd extension is not loaded'); 17 * Source code: ext/gd/gd.c
|
H A D | gd_info_variation1.phpt | 5 if(!extension_loaded('gd')) { 6 die('skip gd extension is not loaded'); 16 * Source code: ext/gd/gd.c
|
H A D | imagecolourstotal_basic.phpt | 7 if (!extension_loaded('gd')) { 8 die("skip gd extension not available."); 18 * Source code: ext/gd/gd.c
|
H A D | gd_info_error.phpt | 5 if(!extension_loaded('gd')) { 6 die('skip gd extension is not loaded'); 16 * Source code: ext/gd/gd.c
|
H A D | libgd00094.phpt | 5 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 D | imagecolorallocate_variation6.phpt | 5 if(!extension_loaded('gd')) { 6 die('skip gd extension is not loaded'); 16 * Source code: ext/gd/gd.c
|
H A D | imagecolorclosesthwb.phpt | 5 if(!extension_loaded('gd')){ die('skip: gd extension not available'); } 16 var_dump(imagecolorclosesthwb($im, "hello", "from", "gd"));
|
H A D | bug44849.phpt | 5 if(!extension_loaded('gd')){ die('skip gd extension not available'); }
|
H A D | bug39082.phpt | 5 if (!extension_loaded('gd')) { 6 die("skip gd extension not available\n");
|
H A D | imagecolorallocate_error.phpt | 5 if(!extension_loaded('gd')) { 6 die('skip gd extension is not loaded'); 13 * Source code: ext/gd/gd.c
|
H A D | imageloadfont_invalid.phpt | 5 if (!extension_loaded('gd')) die("skip gd extension not available\n"); 23 Warning: imageloadfont(): gd warning: product of memory allocation multiplication would exceed INT_…
|
H A D | bug39508.phpt | 5 if (!extension_loaded('gd')) die("skip gd extension not available\n");
|
H A D | imagecolorallocate_variation5.phpt | 5 if(!extension_loaded('gd')) { 6 die('skip gd extension is not loaded'); 16 * Source code: ext/gd/gd.c
|
Completed in 37 milliseconds
1234567891011