I tried 5.3 and found out it had no php_mssql.
Then I retreated to 5.2.10.
Trying to get back to where I had everything worked, I downloaded 5.2.6:
(1) I uninstalled cgi 1.5
(2) php.ini has:
extension_dir = "C:\PHP\ext"
; doc_root = "C:\inetpub\wwwroot" commented out
doc_root =
AL
retreated to 5.2.6...phpinfo.php works
cannot connect to SQL Server 2008 (once worked for months)
doc_root =
cgi.force_redirect = 0 (recommended turned off for IIS)
extension_dir = "C:\PHP\ext"
I uncommented ALL the extensions like:
extension=php_mssql.dll
IIS 5.1 properties->home directory->confi
Hi there,
today i found the reason for this. As Richard Quadling described
php_enchant needs GLIB:
Enchant also requires » Glib 2.6 or greater. Pre-compiled Windows
libraries are available from »
http://ftp.gnome.org/pub/gnome/binaries/win32/glib/.
You need also
http://ftp.gnome.org/pub/g
2009/9/1 Jason :
> Hi,
>
> I use PHP 5.2 on Vista x64.
>
> Rather than use the registry we use the PHPRC environment variable to
> determine the ini file location. This works the same on all editions of
> Windows - x86 and x64. Would this be a good alternative to use?
>
> In direct answer to your
Hi,
I use PHP 5.2 on Vista x64.
Rather than use the registry we use the PHPRC environment variable to determine
the ini file location. This works the same on all editions of Windows - x86 and
x64. Would this be a good alternative to use?
In direct answer to your question though, the Wow node i
2009/8/31 Jacob Kruger :
> Might be of minor interest - haven't checked it out yet, but can apparently
> let you create windows apps using PHP or something:
> http://winbinder.org/
>
> Stay well
>
> Jacob Kruger
> Blind Biker
> Skype: BlindZA
> '...fate had broken his body, but not his spirit...'
>
Hi.
Is there anyone who here running 32bit PHP on a 64bit Vista platform
who could help me with a IniFilePath registry query.
The question relates to the use of
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PHP] vs
[HKEY_LOCAL_MACHINE\SOFTWARE\PHP].
I'm on 32bit XP and have no 64bit Vistas available.