Re: [PHP-WIN] PHP5 questions

2004-07-17 Thread Jeff Hill
Phil, Here's what I've encountered so far. In all cases I've selected Advanced so I could see what was being set by default, and to set the SMTP stuff. * Install.txt still refers to InstallShield, but you're using Wise. Is this an oversight, or is the distributed copy of Install.txt back-level? *

Re: [PHP-WIN] [mysql]

2004-07-17 Thread php_beginner
I think that you need php_mysql.dll and not libmysql.dll. Probably there are two dll's. Search for php_mysql.dll in your php directory. If you do not have I think you should create it compiling the code. It should be located in c:\php\ext\mysql or something like this. If you have it put in c:\php\e

[PHP-WIN] Re: [mysql]

2004-07-17 Thread Ciprian Constantinescu
> Are you trying to use dl() to load the library? It's probably easiest to just > uncomment the line in php.ini for mysql. No. I just have in php.ini a line with "extension=php_mysql.dll" > Strange... I would have thought you needed libmysql in php\ext, but I checked > out my configuration (pr

[PHP-WIN] Re: PHP and RedBack COM objects

2004-07-17 Thread Jason Barnett
I checked it out a bit last night, since I don't own a license for RedBack (no offense :)) I tried checking the online manuals. Didn't see too much that looked useful. AFAIK the objects were supposed to be returning strings for the Value call, but I'm thinking that I somehow missed something a

[PHP-WIN] Re: [mysql]

2004-07-17 Thread Jason Barnett
Ciprian Constantinescu wrote: Where can I download a working "libmysql.dll" to use on WindowsXP? I have a version that doesn't work. All I get is "Unable to load dynamic library 'C:\php\ext\php_mysql.dll' - The specified procedure could not be found". Are you trying to use dl() to load the libr

[PHP-WIN] [mysql]

2004-07-17 Thread Ciprian Constantinescu
Where can I download a working "libmysql.dll" to use on WindowsXP? I have a version that doesn't work. All I get is "Unable to load dynamic library 'C:\php\ext\php_mysql.dll' - The specified procedure could not be found". I have that version of libmysql.dll in both the php\ext and windows\