diff options
author | Rui Hirokawa <hirokawa@php.net> | 2001-03-10 02:03:26 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2001-03-10 02:03:26 +0000 |
commit | f3c9c8dd077b28d05a127bfd20c31ac3962e127d (patch) | |
tree | 8af8c031ec84592c1e10e0e83270f461b808b37f /ext/pdf | |
parent | f98710c8700685acc8599443f6a9da5ab440d00a (diff) | |
download | php-git-f3c9c8dd077b28d05a127bfd20c31ac3962e127d.tar.gz |
initialized some strings in global variable structure.
Diffstat (limited to 'ext/pdf')
-rw-r--r-- | ext/pdf/pdf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c index 71c1a582cd..5c03507f9a 100644 --- a/ext/pdf/pdf.c +++ b/ext/pdf/pdf.c @@ -27,6 +27,7 @@ #include "php.h" #include "php_ini.h" #include "php_globals.h" +#include "php_config.h" #include "ext/standard/head.h" #include "ext/standard/info.h" #include "ext/standard/file.h" |