Obsdark Posted February 23, 2017 Report Share Posted February 23, 2017 I'm trying to install an extension, specificaly php_sqlsrv_53_ts.dll (which is necesary to work with SQL server), i leave it in the folder C:/Users/Sincron/Desktop/UniserverAndroid/UniServerZ/core/php71/extensions (where the rest of the extensions dll's are) and add this line to the php_production.ini (i.e. the mode i'm using to work) extension=php_sqlsrv_53_ts.dll now, that doesn't seem to work, the log keep sending the error than can't find it so i change it to this: extension=C:\Users\Sincron\Desktop\UniserverAndroid\UniServerZ\core\php71\extensions\php_sqlsrv_53_ts.dll and also, i tried this: extension=C:/Users/Sincron/Desktop/UniserverAndroid/UniServerZ/core/php71/extensions/php_sqlsrv_53_ts.dll and still this was of no use at all, this is the error who is showing in the Error Log of apache (both errors are being shown here) PHP Warning: PHP Startup: Unable to load dynamic library 'C:/Users/Sincron/Desktop/UniserverAndroid/UniServerZ/core/php71/extensions\\php_sqlsrv_53_ts.dll' - No se puede encontrar el m\xef\xbf\xbddulo especificado.\r\n in Unknown on line 0[Thu Feb 23 08:28:55.511177 2017] [mpm_winnt:notice] [pid 5948:tid 532] AH00354: Child: Starting 150 worker threads.[Thu Feb 23 08:44:46.734225 2017] [core:warn] [pid 4164:tid 528] AH00098: pid file C:/Users/Sincron/Desktop/UniserverAndroid/UniServerZ/core/apache2/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Users\\Sincron\\Desktop\\UniserverAndroid\\UniServerZ\\core\\php71\\extensions\\php_sqlsrv_53_ts.dll' - No se puede encontrar el m\xef\xbf\xbddulo especificado.\r\n in Unknown on line 0[Thu Feb 23 08:44:46.755748 2017] [mpm_winnt:notice] [pid 4164:tid 528] AH00455: Apache/2.4.25 (Win32) PHP/7.1.1 configured -- resuming normal operations[Thu Feb 23 08:44:46.755748 2017] [mpm_winnt:notice] [pid 4164:tid 528] AH00456: Apache Lounge VC14 Server built: Dec 17 2016 10:42:52[Thu Feb 23 08:44:46.755748 2017] [core:notice] [pid 4164:tid 528] AH00094: Command line: 'C:\\Users\\Sincron\\Desktop\\UniserverAndroid\\UniServerZ\\core\\apache2\\bin\\httpd_z.exe -d C:/Users/Sincron/Desktop/UniserverAndroid/UniServerZ/core/apache2 -f C:\\Users\\Sincron\\Desktop\\UniserverAndroid\\UniServerZ\\core\\apache2\\conf\\httpd.conf -d C:\\Users\\Sincron\\Desktop\\UniserverAndroid\\UniServerZ\\core\\apache2'[Thu Feb 23 08:44:46.757750 2017] [mpm_winnt:notice] [pid 4164:tid 528] AH00418: Parent: Created child process 10460PHP Warning: PHP Startup: Unable to load dynamic library 'C:\\Users\\Sincron\\Desktop\\UniserverAndroid\\UniServerZ\\core\\php71\\extensions\\php_sqlsrv_53_ts.dll' - No se puede encontrar el m\xef\xbf\xbddulo especificado.\r\n in Unknown on line 0[Thu Feb 23 08:44:47.552610 2017] [mpm_winnt:notice] [pid 10460:tid 596] AH00354: Child: Starting 150 worker threads. Maybie it's me, but i think somebody screw it over when writing the "/" to the auto-find new libraries or something like that in the source code, did exist some workarround to this problem meanwhile some benevolent UniserverZ developer soul drop a fix for this?Thanks in advance. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.