Google for instructions on installing php as isapi, then undo those
instructions in reverse
Louis Solomon
www.SteelBytes.com
-Original Message-
From: Lucasweb - info [mailto:i...@lucasweb.it]
Sent: Thursday, 21 January 2010 1:07 AM
To: php-windows@lists.php.net
Subject: [PHP-WIN] PHP has
hi,
How did you setup your environment? Using the SDK cmd line and then:
setenv /xp /x86 /debug ? That should setup all the path correctly for
the debug crt as well.
As of libpq, it should be in your deps/bin like other DLLs from our
builds. Then simply do SET
PATH=%PATH%;c:\php-sdk\php53\vc9\x8
Justin did one small correction. It should be LIB path and not INCLUDE path as
the missing files are DLL. He is going to try the suggestion and report back.
Thanks,
Don.
-Original Message-
From: Venkat Raman Don
Sent: Wednesday, January 20, 2010 9:34 AM
To: 'Justin Dearing'; php-windows
Hi,
The folder where the missing two DLL (msvcr90d.dll and libpq.dll) is present
should be there as part of INCLUDE path so that VC compiler should be able to
pick it up. Probably one way of doing this is to pass this folder path as an
option to nmake by using parameter --with-extra-includes wh
Hi,
So I finally got it to build and run on windows. I am tweaking with the
configure options to my likings, but I've made some good progress.
So one thing I noticed after I added postgres support was the following
output of "nmake snap"
WARNING: distro depends on msvcr90d.dll, but could not fin
Hi,
First of all open IIS Manager (press Windows+R button and type 'inetmgr').
Select each Site (if there are many) and click on 'Properties'. On the Home
Directory tab, click on Configuration and delete the handler mapping (script
mapping) to .php files. After deleting this and applying it, pl
Hi, i have this error on a win 2003 server with iis6 and php 5.2.5 version
with ISAPI filter.
I have read that this version is not good and ISAPI is instable so i have
decided to upgrade to
php 5.3.1 with fastCgi.
How i can remove all reference to older php version on webserver ?
I try to instal