Install Easyphp On Windows Server 2008

In the search box, type troubleshooter, and then click Troubleshooting. You may try the Printer troubleshooter, which will attempt to automatically diagnose and fix your problem. Under Hardware and Sound, click Use a printer. Driver Open the Printer troubleshooter by clicking the Start button, and then clicking Control Panel. If Windows can't detect a printer that you want to use, follow these steps to find and add the printer manually: 1.

VC11 versions will run ALL PHP versions but won't support Windows XP and Windows 2003. With PHP 5.5.x, the PHP Team dropped support for Windows XP and 2003. VC11 builds don't run on XP and 2003 but load VC9 and VC10 builds. This presentation demonstrates the installation of Openbiblio, an open source ILS (integrated library software) on Windows using EasyPHP, an Apache-MySQL-PHP bundle. The presentation was created in 2009. The server is fully configurable, modular and easy to update and extend. Usually, the Visual C++ Redistributable is already installed (this install needs admin privileges). Why VC9 versions won't include PHP 5.5.x? PHP 5.4 is the last series to support Windows XP and Windows 2003. The PHP Team will not provide binary packages for these. Aug 16, 2012  Please understand that Windows Severs uses IIS service for hosting the web servers which is a built in feature. According to the post above it clearly mentions that you are using apache as the web server for hosting.

Active6 years, 7 months ago

Recently I formatted my laptop and installed a fresh copy of Windows 7 Home Basic 64bit, EasyPHP 12.1 (upgraded PHP to version 5.4.6), Microsoft SQL Server 2012 and the SQL Native Client Interface 64bit version as specified in the requirements on Microsoft's website. I have downloaded the Microsoft SQL drivers for PHP (a file SQLSRV30.exe) and copied files php_pdo_sqlsrv_54_ts.dll and php_sqlsrv_54_ts.dll to ext folder.

Also added entries to php.ini

I am using the thread safe version according to the snapshot file of EasyPHP, it says Build: C:php-sdkphp54devvc9x86objRelease_TS

Well phpinfo() does not show any support for Microsoft SQL Server! I have done this before and I know that it works. Can anyone help me out here, am I missing something from php.ini or somewhere else?

Printer driver ricoh aficio sp 3510dn. 8 rows  Download and Update Ricoh Aficio SP 3510DN Printer Drivers for your Windows XP, Vista, 7, 8 and 10 32 bit and 64 bit. Here you can download Ricoh Aficio SP 3510DN Printer Drivers free and easy, just update your drivers now.

2008

Thanks

LittleFighter
LittleFighterLittleFighter

1 Answer

Eventually I found the problem! I was modifying the wrong php.ini file!

Install Easyphp On Windows Server 2008

A search for php.ini in C:Program files(86)EasyPHP-12.1 revealed 4 files! I decided to change the value of html_errors from On to Off in all of them just to see the effect in the output of php_info(). By trial and error I found that the correct php.ini to change is

C:Program files(86)EasyPHP-12.1apachephp.ini

in there a line says

extension_dir = 'C:PROGRA~2EASYPH~1.1phpphp546x130128105026ext'

so then I realised Apache's php.ini is fetching the DLL files from an outside folder, while I was modifying a different php.ini in directory

C:Program Files (x86)EasyPHP-12.1phpphp546x130128105026

Read Only Domain Controller

which contains the ext folder! Well I was doing it wrong. I kept the two DLL files in that ext folder and added these two lines in Apache's php.ini

extension=php_sqlsrv_54_ts.dllextension=php_pdo_sqlsrv_54_ts.dll

so now EasyPHP can talk to Microsoft's SQL server as shown in the php_info() output.

LittleFighterLittleFighter
Windows
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Install Windows Server On Vmware

Not the answer you're looking for? Browse other questions tagged sql-servereasyphp or ask your own question.