Skip to content

Commit

Permalink
Merge branch 'v1_7'
Browse files Browse the repository at this point in the history
  • Loading branch information
gwanglst committed Dec 3, 2022
2 parents be4c66a + 60cad51 commit 305e410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/admin/html.open/lib/util/build_php/buildfunc.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ function initDownloadUrl()
$this->ext_options['MemCache7'] = $ext;

$ext = array('__extension_name__' => 'MemCache');
$ver = 'memcache-' . BuildConfig::GetVersion(BuildConfig::MEMCACHE_VERSION8);
$ver = 'memcache-' . BuildConfig::GetVersion(BuildConfig::MEMCACHE8_VERSION);
$ext['__extension_dir__'] = $ver;
$ext['__extension_src__'] = $ver . '.tgz';
$ext['__extension_download_url__'] = 'http://pecl.php.net/get/' . $ver . '.tgz';
Expand Down

0 comments on commit 305e410

Please sign in to comment.