projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
420068c
)
- Fix extern declaration according to definition
author
Felipe Pena
<felipensp@gmail.com>
Sun, 20 Oct 2013 03:16:07 +0000
(
01:16
-0200)
committer
Felipe Pena
<felipensp@gmail.com>
Sun, 20 Oct 2013 03:16:07 +0000
(
01:16
-0200)
ext/gd/php_gd.h
patch
|
blob
|
history
diff --git
a/ext/gd/php_gd.h
b/ext/gd/php_gd.h
index 45193768ea4c306f5e22debebbfbf4c232542247..70bc85a08bfd26dd421104f9a291eb54151bfad5 100644
(file)
--- a/
ext/gd/php_gd.h
+++ b/
ext/gd/php_gd.h
@@
-61,7
+61,7
@@
PHPAPI extern const char php_sig_gif[3];
PHPAPI extern const char php_sig_jpg[3];
-PHPAPI extern const char php_sig_png[
3
];
+PHPAPI extern const char php_sig_png[
8
];
extern zend_module_entry gd_module_entry;
#define phpext_gd_ptr &gd_module_entry