summaryrefslogtreecommitdiff
path: root/ext/imap/php_imap.h
diff options
context:
space:
mode:
authorDan Kalowsky <kalowsky@php.net>2002-08-05 21:53:09 +0000
committerDan Kalowsky <kalowsky@php.net>2002-08-05 21:53:09 +0000
commit61fc6e766f493577798779469d4d8a075c522961 (patch)
treea021c1c4c674a5a9f57ee8f8a561fd50fa0fac17 /ext/imap/php_imap.h
parentdddf2356712128752a79769ee9d8e1976c79c127 (diff)
downloadphp-git-61fc6e766f493577798779469d4d8a075c522961.tar.gz
Removing the imap_popen command... because as Jani puts it "it never worked
and it never will work" until IMAP servers support this feature.
Diffstat (limited to 'ext/imap/php_imap.h')
-rw-r--r--ext/imap/php_imap.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/imap/php_imap.h b/ext/imap/php_imap.h
index 6234ddc745..429262fe71 100644
--- a/ext/imap/php_imap.h
+++ b/ext/imap/php_imap.h
@@ -79,12 +79,6 @@ typedef enum {
typedef struct php_imap_le_struct {
MAILSTREAM *imap_stream;
long flags;
-#ifdef OP_RELOGIN
- /* AJS: busy flag for persistent connections, pointers for chaining */
- struct php_imap_le_struct *next;
- struct php_imap_le_struct **prev;
- char busy;
-#endif
} pils;
typedef struct php_imap_mailbox_struct {