Subversion Repositories oidplus

Rev

Rev 1234 | Rev 1240 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1234 Rev 1235
Line 127... Line 127...
127
 
127
 
128
                $m = explode('.',phpversion());
128
                $m = explode('.',phpversion());
129
                $version = $m[0].$m[1];
129
                $version = $m[0].$m[1];
130
 
130
 
131
                // e.g. php_sqlsrv_82_ts_x64.dll
131
                // e.g. php_sqlsrv_82_ts_x64.dll
132
                return "php_sqlsrv_${version}_${threadsafety}_${architecture}.dll";
132
                return "php_sqlsrv_{$version}_{$threadsafety}_{$architecture}.dll";
133
        }
133
        }
134
 
134
 
135
        /**
135
        /**
136
         * @return void
136
         * @return void
137
         * @throws OIDplusConfigInitializationException
137
         * @throws OIDplusConfigInitializationException