php_memcache.dll для PHP 5.3

Я склонен приближаться, именование распараллеливает то же как именование методов или переменных. Выберите что-то, что кратко описывает процесс, за который поток ответственен. Я не думаю, что существует большая дополнительная информация, что Вы можете или должны поместить на имя потока. Выразительный, но краткий основная цель.

единственное соглашение могло бы состоять в том, чтобы добавить увеличенный суффикс к потокам, которые являются частью пула.

21
задан hakre 20 October 2012 в 19:01
поделиться

1 ответ

There are compiled extension available from http://downloads.php.net/pierre/

Amongst those, you'll find :

  • php_memcache-cvs-20090703-5.3-VC6-x86.zip (2009-07-03 05:30 -0700)
  • php_memcache-cvs-20090703-5.3-VC9-x64.zip (2009-07-03 05:45 -0700)
  • php_memcache-cvs-20090703-5.3-VC9-x86.zip (2009-07-03 06:11 -0700)
  • php_memcache-cvs-20090703-5.3-nts-VC6-x86.zip (2009-07-03 05:29 -0700)
  • php_memcache-cvs-20090703-5.3-nts-VC9-x64.zip (2009-07-03 05:35 -0700)
  • php_memcache-cvs-20090703-5.3-nts-VC9-x86.zip (2009-07-03 06:07 -0700)

Depending on the version of PHP 5.3 you are using, one of those might do ;-)


If you don't know which one you should choose, take a look at the "Which version do I choose?" block on the left of http://windows.php.net/ (quoting) :

If you are using PHP with Apache 1 or Apache2 from apache.org you need to use the VC6 versions of PHP

If you are using PHP with IIS you should use the VC9 versions of PHP

VC6 Versions are compiled with the legacy Visual Studio 6 compiler

VC9 Versions are compiled with the Visual Studio 2008 compiler and have improvements in performance and stability. The VC9 versions require you to have the Microsoft 2008 C++ Runtime (x86) or the Microsoft 2008 C++ Runtime (x64) installed

Do NOT use VC9 version with apache.org binaries

Maybe one day, extensions will be on this site too (as pecl4win is down)... Would be nice, actually ^^

7
ответ дан 29 November 2019 в 20:32
поделиться