[PHP-WIN] Secure LDAP

2004-09-14 Thread Christopher Derr
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

Re: [PHP-WIN] Do I need the API?

2001-02-12 Thread Christopher Derr
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

Re: [PHP-WIN] Converting apostrophes for insertion into Oracle

2001-02-05 Thread Christopher Derr
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

[PHP-WIN] Re: [PHP-WINDOWS] PHP4RC2+Apache+Win

2001-02-01 Thread Christopher Derr
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