/
vshmidt
/
php
ОбзорДокументацияВойти
/
vshmidt
/
php
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
php/
.../gd/libgd/
..
bmp.h

Implement #69606: Support BMPs (added in GD 2.1.0)

10 лет назад
gd.c

ext/gd create gd object with zend_object_alloc (#17823)

год назад
gd.h

Fix bug 68629: Transparent artifacts when using imagerotate

2 года назад
gd2copypal.c

try even more to fix those warnings..... #repeat: this code must come from hell

24 года назад
gd2time.c

Initial commit of the built-in libgd based on GD-2.0.1 This initial checkin has no changes to any of the libgd code so it can be used as a basis for diffs. It also will not build currently because of this. The PHP gd checks need to be incorporated along with a bit of other config magic. It also shouldn't break the build and will only take effect if you use --with-gd=php right now.

24 года назад
gd2topng.c

Update bundled gd library with relevant changes from gd-2.0.4 I still need to add a configure check for the gdIOCtx struct changes so building against older external gd libs will work again.

24 года назад
gd_avif.c

Fix GH-16427: Unchecked libavif return values

2 года назад
gd_bmp.c

Port fix for libgd bug 447 (GH-17320)

2 года назад
gd_color_match.c

Remove superfluous HAVE_GD_BUNDLED checks

7 лет назад
gd_crop.c

Fix #81032: GD install is affected by external libgd installation

5 лет назад
gd_errors.h

fix syslog interference

10 лет назад
gd_filter.c

Port "move pixelate filter to gd_filter.c" (sync with upstream) (GH-17361)

2 года назад
gd_gd.c

Fix #78880: Final spelling fixes

7 лет назад
gd_gd2.c

Port "gd2: use existing overflow2() rather than ad-hoc version" (#15090)

2 года назад
gd_gif_in.c

Add support for reading GIFs without colormap

2 года назад
gd_gif_out.c

Merge branch 'PHP-7.3' into PHP-7.4

6 лет назад
gd_intern.h

Internalize gdImageScale*() and gdImageRotate*() helpers

2 года назад
gd_interpolation.c

ext/gd: Drop useless and doubtful MSVC specific code (libgd/libgd@f1480ab)

год назад
gd_io.c

Fix shift UB in gd_io.c

7 лет назад
gd_io.h

Implement #69606: Support BMPs (added in GD 2.1.0)

10 лет назад
gd_io_dp.c

Fixed bug #75111 (Memory disclosure or DoS via crafted .bmp image)

9 лет назад
gd_io_file.c

Synchronized bundled GD library with GD 2.0.17 . GD is now thread-safe thanks to wrappers around freetype library . Significant optimization to png writing code. . Miscellaneous fixes. Fixed memory leak inside php_imagettftext_common() Make ext/gd compile with GD 2.0.17+ (gdFreeFontCache() is not avaliable)

23 года назад
gd_io_ss.c

CS fixes.

23 года назад
gd_jpeg.c

Fix some mismatches in preprocessor directive comments

5 лет назад
gd_matrix.c

Avoid superfluous assignments

7 лет назад
gd_png.c

Merge branch 'PHP-8.0' into PHP-8.1

5 лет назад
gd_rotate.c

Fix GH-10614: imagerotate will turn the picture all black, when rotated 90

3 года назад
gd_security.c

Make error messages more consistent by fixing capitalization

7 лет назад
gd_ss.c

Unify error handling of bundled and external libgd

10 лет назад
gd_tga.c

Port libgd/libgd/pull/711 (GH-16016)

2 года назад
gd_tga.h

Support TGA reading

7 лет назад
gd_topal.c

ext/gd: Fix [-Wcalloc-transposed-args] compiler warning

2 года назад
gd_transform.c

- add image flip API support

13 лет назад
gd_wbmp.c

Fix #81032: GD install is affected by external libgd installation

5 лет назад
gd_webp.c

Merge branch 'PHP-8.3'

2 года назад
gd_xbm.c

Update http->https in license (#6945)

5 лет назад
gdcache.c

Fix some mismatches in preprocessor directive comments

5 лет назад
gdcache.h

Remove malloc.h (#13436)

2 года назад
gddemo.c

Initial commit of the built-in libgd based on GD-2.0.1 This initial checkin has no changes to any of the libgd code so it can be used as a basis for diffs. It also will not build currently because of this. The PHP gd checks need to be incorporated along with a bit of other config magic. It also shouldn't break the build and will only take effect if you use --with-gd=php right now.

24 года назад
gdfontg.c

fix compiler warnings introduced in my previous commit

20 лет назад
gdfontg.h

Synchronized bundled GD library with GD 2.0.22.

22 года назад
gdfontl.c

fix compiler warnings introduced in my previous commit

20 лет назад
gdfontl.h

Synchronized bundled GD library with GD 2.0.22.

22 года назад
gdfontmb.c

fix compiler warnings introduced in my previous commit

20 лет назад
gdfontmb.h

Synchronized bundled GD library with GD 2.0.22.

22 года назад
gdfonts.c

fix compiler warnings introduced in my previous commit

20 лет назад
gdfonts.h

Synchronized bundled GD library with GD 2.0.22.

22 года назад
gdfontt.c

fix compiler warnings introduced in my previous commit

20 лет назад
gdfontt.h

Synchronized bundled GD library with GD 2.0.22.

22 года назад
gdft.c

Drop NetWare support from bundled libgd (GH-17596)

2 года назад
gdhelpers.c

Remove unused variables

7 лет назад
gdhelpers.h

Port variable image resolution support from libgd 2.1.0

10 лет назад
gdkanji.c

Fix GH-19955: imagefttext() memory leak

10 месяцев назад
gdparttopng.c

MFH: fixed typos

17 лет назад
gdtables.c

mark some huge arrays as read-only

20 лет назад
gdtest.c

Fix #78880: Final spelling fixes

7 лет назад
gdtestft.c

Fix some mismatches in preprocessor directive comments

5 лет назад
gdtopng.c

MFH: fixed typos

17 лет назад
gdxpm.c

Fixed conditional jump or move depends on uninitialised value(s)

11 лет назад
jisx0208.h

Initial commit of the built-in libgd based on GD-2.0.1 This initial checkin has no changes to any of the libgd code so it can be used as a basis for diffs. It also will not build currently because of this. The PHP gd checks need to be incorporated along with a bit of other config magic. It also shouldn't break the build and will only take effect if you use --with-gd=php right now.

24 года назад
pngtogd.c

Initial commit of the built-in libgd based on GD-2.0.1 This initial checkin has no changes to any of the libgd code so it can be used as a basis for diffs. It also will not build currently because of this. The PHP gd checks need to be incorporated along with a bit of other config magic. It also shouldn't break the build and will only take effect if you use --with-gd=php right now.

24 года назад
pngtogd2.c

Initial commit of the built-in libgd based on GD-2.0.1 This initial checkin has no changes to any of the libgd code so it can be used as a basis for diffs. It also will not build currently because of this. The PHP gd checks need to be incorporated along with a bit of other config magic. It also shouldn't break the build and will only take effect if you use --with-gd=php right now.

24 года назад
testac.c

CS fixes.

23 года назад
wbmp.c

Fix GH-16232: bitshift overflow on wbmp file content reading.

2 года назад
wbmp.h

-fix build as shared or separate from main build (bfrance)

21 год назад
webpng.c

- Avoid sprintf, even when checked copy'n'paste or changes lead to errors

19 лет назад