[dev] imap-ssl and php4-cvs
Frank
frank@student.rug.ac.be
Sat, 14 Apr 2001 20:54:53 +0200
> php_imap.c:451: `auth_ssl' undeclared (first use in this function)
> php_imap.c:451: (Each undeclared identifier is reported only once
> php_imap.c:451: for each function it appears in.)
VERY VERY VERY stupid undocumented "feature" in php.
First make sure your imap/c-client is compiled with SSL support!
Then check your php4/ext/imap/php_imap.c file. A bit above the line on wich he
complains, there shoud be an #if 1 (or an #if 0 - I don't recall exactly).
Change that line to #if 0 ... the #else directive has the good #include line
...
Frank