Hi all,
I was running PHP 5.0.3RC with mysql. Then I upgraded to PHP 5.2.0 and
include PDO.
On 5.0.3, mysql works fine, but PDO doesn't.
On 5.2.0, mysql doesn't work and PDO does.
Apache keeps throwing out cannot find the specified module errors.
Any ideas?
Thanks,
Dale
Styve,
Here's a block of code I borrowed (see comment block) and use to scan active
drives on a Windows PC. It uses the is_dir() which may still not work for you,
but maybe it does it differently than you did.
Also, I believe you can access Windows API functions that can return the status
of
Hi folks,
I have a PHP apps who let people listen to audio files. Those files are
mainly store on the hard drive of the server. But the old ones are
backed up on DVD and purged from the hard drive. I need to offer the
possibility to listen to the files on the DVD. So, I have tried
different things
Hello,
This is not correct.
PDO and native mssql_*() functions exists in two fifferent versions. The
version compiled with Microsofts (old) version of dblib has the
restrictions mentioned here but the version compiled with FreeTDS
(php_dblib.dll and php_pdo_dblib.dll) does not.
- Frank
> Hello,