[PHP-WIN] I retreated to 5.2.6 where everything worked for months...HELP!

2009-09-01 Thread Fred Silsbee
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

[PHP-WIN] backed up to PHP 5.2.6...only phpinfo.php works...help!

2009-09-01 Thread Fred Silsbee
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

[PHP-WIN] SOLVED :Re: php_enchant not loadable

2009-09-01 Thread Rene Bartholomay
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

Re: [PHP-WIN] 32bit PHP on 64bit Vista.

2009-09-01 Thread Richard Quadling
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

RE: [PHP-WIN] 32bit PHP on 64bit Vista.

2009-09-01 Thread 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 question though, the Wow node i

Re: [PHP-WIN] http://winbinder.org/

2009-09-01 Thread Richard Quadling
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...' >

[PHP-WIN] 32bit PHP on 64bit Vista.

2009-09-01 Thread Richard Quadling
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.