php-windows Digest 19 Jan 2007 22:36:23 -0000 Issue 3118
Topics (messages 27404 through 27405):
exchange server connection problem
27404 by: runner60
Re: [PHP-Win] Installing PHP 5.2 gives PHP warning.
27405 by: Martijn Cremer
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[email protected]
----------------------------------------------------------------------
--- Begin Message ---
Strange behaviour: using same script with php.exe and php-win.exe (cli)
give different result in connecting to an exchange server. Using
phpmailer class it is generated a "$Language string failed to load:
connect_host" error. I tried using mail() php function and problem still
exist, so this is not a phpmailer class problem.
I've assured using same php.ini, tried to ini_set() relevant settings in
script, but php.exe connects and php-win.exe doesn't.
Any clues??
Thanks.
Davide
--- End Message ---
--- Begin Message ---
Martijn Cremer wrote:
Hello,
I installed PHP 5.2 on a clean Windows XP sp2 machine with Apache 2.2.
Now the problem is Php gives a lot of errors and then crashes:
All the errors start with "PHP Warning: PHP Startup: Unable to load
dynamic library"
It seems php cant find any of the modules set in the extension
directory. First I toucht it was bc I maybe had old extensions and A
removed them all and download them again. Just to be sure. But Even
after doing that PHP keeps giving that it cant find the dynamic library.
I used the MSI installer found on php.net. Any ideas what can cause this?
Problem solved. The php msi installer doesnt install all the files and
doesnt register evry thing correct. Fixed it by a full manual install
--- End Message ---