[imp] problems downloading attachments w/ IMP 2.3.7

Liam Hoekenga liamr@umich.edu
Fri, 12 Oct 2001 16:20:13 -0400 (EDT)


> > One of my coworkers thought that since we're not invoking php with
> > #!/somepath/php in the PHP scripts, or using it as server module, that it
> > might not be handling the path info correctly (view.php/filename?mailbox=...)
>
> That's very likely. You can test it with a phpinfo() page.

ok... so i see this in phpinfo()

	PATH_INFO                  /info.php

what would am i looking for?

should i recompile with the --enable-discard-path option?

here's my current configure flags:
./configure  --with-zlib=/usr/local/zlib --with-mm=/usr/local/mm
  --with-mcal=/usr/local/mcal --with-ldap=/usr/um/openldap/1.2.12um7
  --with-imap=/usr/local/build/imap-2000c --with-gettext=/usr/local/gnu
  --enable-ftp --with-db3=/usr/local/db-3.1.17 --with-mcrypt=/usr/local/mcrypt
  --prefix=/usr/local/projects/webmail
  --exec-prefix=/usr/local/projects/webmail
  --with-config-file-path=/usr/local/projects/webmail/lib
  --enable-force-cgi-redirect
  --with-gdbm=/usr/local/gdbm-1.8.0
  --with-oracle --with-oci8

Liam