diff options
| author | Sterling Hughes <sterling@php.net> | 2003-06-05 18:30:19 +0000 |
|---|---|---|
| committer | Sterling Hughes <sterling@php.net> | 2003-06-05 18:30:19 +0000 |
| commit | 15aab08e9d0a7f7f1656f8aeba4260f605178eb6 (patch) | |
| tree | 72bfbce08877cb473932a094ed15318cd907e595 /ext | |
| parent | a957b66dc890f2806af8b140fa1f4b0aee82ea75 (diff) | |
| download | php-git-15aab08e9d0a7f7f1656f8aeba4260f605178eb6.tar.gz | |
version length too
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/dom/document.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/document.c b/ext/dom/document.c index baf3be102b..a92a33efe4 100644 --- a/ext/dom/document.c +++ b/ext/dom/document.c @@ -941,7 +941,7 @@ PHP_FUNCTION(dom_document_document) xmlDoc *docp = NULL, *olddoc; dom_object *intern; char *encoding, *version = NULL; - int encoding_len = 0, version_len; + int encoding_len = 0, version_len = 0; id = getThis(); |
