summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2000-10-17 15:42:05 +0000
committerfoobar <sniper@php.net>2000-10-17 15:42:05 +0000
commit6e09d7cb536eaabbd038e58e85b83ccd6697e8cb (patch)
tree44ab35859c6e9fb2cbb0209d517c0eab80d87ffc /ext/imap/php_imap.h
parente8861e6d20ca6cfa8631c9a10bcad6fcb8d447e4 (diff)
downloadphp-git-6e09d7cb536eaabbd038e58e85b83ccd6697e8cb.tar.gz
*** empty log message ***
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r--ext/imap/php_imap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h
index fa93a4918b..1d1b9c8cfb 100644
--- a/ext/imap/php_imap.h
+++ b/ext/imap/php_imap.h
@@ -140,8 +140,8 @@ PHP_FUNCTION(imap_utf7_encode);
PHP_FUNCTION(imap_mime_header_decode);
ZEND_BEGIN_MODULE_GLOBALS(imap)
- char imap_user[80];
- char imap_password[80];
+ char *imap_user;
+ char *imap_password;
STRINGLIST *imap_folders;
STRINGLIST *imap_sfolders;
STRINGLIST *imap_alertstack;