summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd_io.c
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-12-25 22:12:12 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-12-25 22:12:12 +0000
commit8d6cfb797bfc612205bbe070b19f582e5729c3ce (patch)
tree18c4f999271416476771939bb2d01d89a2d0a256 /ext/gd/libgd/gd_io.c
parent1dec2d85d6da1c7883b567993ffbe69019173a0a (diff)
downloadphp-git-8d6cfb797bfc612205bbe070b19f582e5729c3ce.tar.gz
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)
Diffstat (limited to 'ext/gd/libgd/gd_io.c')
-rw-r--r--ext/gd/libgd/gd_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/libgd/gd_io.c b/ext/gd/libgd/gd_io.c
index 9dbd1862a2..6a39e16eb1 100644
--- a/ext/gd/libgd/gd_io.c
+++ b/ext/gd/libgd/gd_io.c
@@ -3,7 +3,7 @@
/*
* io.c
*
- * Implements the imple I/O 'helper' routines.
+ * Implements the simple I/O 'helper' routines.
*
* Not really essential, but these routines were used extensively in GD,
* so they were moved here. They also make IOCtx calls look better...