I did a cursory search of the newsgroup, google and the buglist but I
didn't see anything definitive. I've got a WinNT box running Apache and
PHP 4.3.1. I can connect via ldap fine. Ldaps connects, but won't bind
with my login and password, though it does on my linux box without issue.
I'm w
The ISAPI version of PHP4 is very fast compared to the CGI version.
Unfortunately, it's about as unstable as it is fast. Unless you really need
the speed, stick with the CGI version. Also, the downloads might include more
dlls for use with the CGI version (read the info on the download...pretty
I'm working on this same issue with my, don't laugh, Access 97 backend. When
users enter apostrophes into the field, it chokes on them. I've been using
urlencode and urldecode and that converts everything happily but makes looking
directly at the database entries painful:
Let%5C%27s+test+apostr
The new PHP 4.04pl1 has Apache Win32 module support. Instructions are in the
download.
Chris
Giacomo Falchetti wrote:
> Can PHP4 run as an Apache module on Win9x?
> I'd like to use HTTP Basic Authentication, and the CGI interface don't set
> the PHP_AUTH_USER variable.
>
> TIA, Giacomo
>
> BEG