March 24, 200817 yr comment_6339 I have uniform servier 3.5 apollo, which includes PHP 5.2.3. How do I update the PHP distribution to reference the mssql and gettext dll's? Jerry Report
March 24, 200817 yr comment_6340 To keep the overall size of 3.5-Appolo to a reasonable download only the most used modules are included with PHP. To use mssql and gettext you require the following two dll’s: php_gettext.dll and php_mssql.dll these are not included with 3.5-Appolo Download the following archived release: Last stable release was 31-May-2007 http://de.php.net/releases/index.php Click the Windows binary link; save file php-5.2.3-Win32.zip to any folder. Extract to any folder, you will find the files in this folder: *\php-5.2.3-Win32\ext Copy the files to folder: *\Uniform Server\udrive\usr\local\php\extensions Open php.ini in folder *\Uniform Server\udrive\usr\local\php Uncomment (remove the lines: Line 565: extension=php_gettext.dllLine 578: extension=php_mssql.dll Line 986: Check this section [MSSQL] and set parameters as required. That should get you started, I have never used the above extension hence assume that’s all you need to do. All the bestRic Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.