all of my pear installs have been in the c:\php tree.
so it's like c:\php\pear.
i just leave it at that and all of the pear commands work like a charm.
go to the pear site and download the "go-pear.bat" to download and
install it at the default php location...
Patrick Roane wrote:
Hello,
I am try
Ross,
Have you installed the MS SQL libraries. You need to install a client
install of the Microsoft SQL libraries on the machine that PHP is
installed. Generally, you can accommplish this by installing Enterprise
Manager on that machine or you can install the libraries manually.
-Flint
-O
Php_mssql.dll (php mssql client lib) probably couldnt load the required
ntwdblib.DLL (this is the ms client lib for mssql)(you need both libs...
php's one and ms' one). Check if this file is in your php path. Your php
path also must be in the windows %path% environment variable...
But note, the n
I get the follwing message whrn trying to install tyhe mysql modules
PHP Warning: Unknown(): Unable to load dynamic library
'C:\PHP\php_mssql.dll' - The specified module could not be found. in Unknown
on line 0 PHP Warning:
The path is correct. What could be wrong?
--
PHP Windows Mailing List
I get the follwing message whrn trying to install tyhe mysql modules
PHP Warning: Unknown(): Unable to load dynamic library
'C:\PHP\php_mssql.dll' - The specified module could not be found. in Unknown
on line 0 PHP Warning:
The path is correct. What could be wrong?
--
PHP Windows Mailing Li
http://phplens.com/lens/php-book/optimizing-debugging-php.php
I learnt most of what I know of PHP tuning from that, plus read this
regularly: http://phplens.com/phpeverywhere/
Try using xDebug or some such tool for profiling.
Most of my big speed improvements have however come from intelligent
c
HI 2 All.
This one got be me all worked out and well on my way to the loony bin!
The following code worked out fine on a WinXP + Apache 1.3 + PHP ver 4.3.11
box, up until I changed my php.ini setting [register_globals] from Off to
ON and back to Off with the necessary Apache restarts of co
Hi All,
I have the following bit of code which works fine in a browser window,
but as soon as I try it in cli mode it fails. I have a lot of other COM
stuff which works just fine, just this one. Any ideas welcome.
$oDso = new COM("WinNT:");
$oComp =
$oDso->OpenDSObject("WinNT://DOMAIN/HOST$,user",