Содержание

http windows php net download

Автор admin На чтение 11 мин. Просмотров 9 Опубликовано

Содержание

  1. PHP For Windows
  2. PECL For Windows
  3. Which version do I choose?
  4. Apache
  5. VC14, VC15 & VS16
  6. TS and NTS
  7. What is PGO?
  8. amd64 (x86_64) Builds
  9. Long and multibyte path
  10. Archives
  11. PHP For Windows
  12. PECL For Windows
  13. Which version do I choose?
  14. Apache
  15. VC14, VC15 & VS16
  16. TS and NTS
  17. What is PGO?
  18. amd64 (x86_64) Builds
  19. Long and multibyte path
  20. Archives
  21. OpenSSL default config path changed
  22. PHP 7.4 builds use Visual Studio 2017
  23. Visual Studio 2019 Builds
  24. OpenSSL 1.1.1a
  25. The windows.php.net site uses SSL by default
  26. AVX builds
  27. OpenSSL security update
  28. OpenSSL security update
  29. PHP 5. 5.0 Release Announcement
  30. PHP 5.4.0 Release Announcement

PHP For Windows

This site is dedicated to supporting PHP on Microsoft Windows. It also supports ports of PHP extensions or features as well as providing special builds for the various Windows architectures.

If you like to build your own PHP binaries, instructions can be found on the Wiki.

PECL For Windows

PECL extensions for Windows is being worked on. Windows DLL can be downloaded right from the PECL website.

The PECL extension release and snapshot build directories are browsable directly.

Which version do I choose?

If you are using PHP as FastCGI with IIS you should use the Non-Thread Safe (NTS) versions of PHP.

Apache

Please use the Apache builds provided by Apache Lounge. They provide VC14, VC15 and VS16 builds of Apache for x86 and x64. We use their binaries to build the Apache SAPIs.

With Apache you have to use the Thread Safe (TS) versions of PHP.

VC14, VC15 & VS16

More recent versions of PHP are built with VC14, VC15 or VS16 (Visual Studio 2015, 2017 or 2019 compiler respectively) and include improvements in performance and stability.

— The VC14, VC15 and VS16 builds require to have the Visual C++ Redistributable for Visual Studio 2015-2019 x64 or x86 installed

TS and NTS

TS refers to multithread capable builds. NTS refers to single thread only builds. Use case for TS binaries involves interaction with a multithreaded SAPI and PHP loaded as a module into a web server. For NTS binaries the widespread use case is interaction with a web server through the FastCGI protocol, utilizing no multithreading (but also for example CLI).

What is PGO?

Profile Guided Optimization is an optimization feature available in Microsoft’s Visual C++ compiler that allows you to optimize an output file based on profiling data collected during test runs of the application or module.

Links:

amd64 (x86_64) Builds

PHP 7 provides full 64-bit support. The x64 builds of PHP 7 support native 64-bit integers, LFS, 64-bit memory_limit and much more.

Long and multibyte path

PHP 7.1+ supports long and UTF-8 paths. See the manual for details.

Archives

Past releases are available from our archives, older versions not found there can be found at the Museum.

PHP For Windows

This site is dedicated to supporting PHP on Microsoft Windows. It also supports ports of PHP extensions or features as well as providing special builds for the various Windows architectures.

If you like to build your own PHP binaries, instructions can be found on the Wiki.

PECL For Windows

PECL extensions for Windows is being worked on. Windows DLL can be downloaded right from the PECL website.

The PECL extension release and snapshot build directories are browsable directly.

Which version do I choose?

If you are using PHP as FastCGI with IIS you should use the Non-Thread Safe (NTS) versions of PHP.

Apache

Please use the Apache builds provided by Apache Lounge. They provide VC14, VC15 and VS16 builds of Apache for x86 and x64. We use their binaries to build the Apache SAPIs.

With Apache you have to use the Thread Safe (TS) versions of PHP.

VC14, VC15 & VS16

More recent versions of PHP are built with VC14, VC15 or VS16 (Visual Studio 2015, 2017 or 2019 compiler respectively) and include improvements in performance and stability.

— The VC14, VC15 and VS16 builds require to have the Visual C++ Redistributable for Visual Studio 2015-2019 x64 or x86 installed

TS and NTS

TS refers to multithread capable builds. NTS refers to single thread only builds. Use case for TS binaries involves interaction with a multithreaded SAPI and PHP loaded as a module into a web server. For NTS binaries the widespread use case is interaction with a web server through the FastCGI protocol, utilizing no multithreading (but also for example CLI).

What is PGO?

Profile Guided Optimization is an optimization feature available in Microsoft’s Visual C++ compiler that allows you to optimize an output file based on profiling data collected during test runs of the application or module.

Links:

amd64 (x86_64) Builds

PHP 7 provides full 64-bit support. The x64 builds of PHP 7 support native 64-bit integers, LFS, 64-bit memory_limit and much more.

Long and multibyte path

PHP 7.1+ supports long and UTF-8 paths. See the manual for details.

Archives

Past releases are available from our archives, older versions not found there can be found at the Museum.

OpenSSL default config path changed

As of PHP 7.4.0, the OpenSSL default config path changes from c:usrlocalsslopenssl. cnf to C:Program FilesCommon FilesSSLopenssl.conf for x64 builds, and C:Program Files (x86)Common FilesSSLopenssl.conf for x86 builds. These paths match the defaults of OpenSSL 1.1, and are more inline with the Windows folder structure than the old settings. Note that this path is still configurable via the environment variable OPENSSL_CONF. See also the installation section in the PHP manual.

PHP 7.4 builds use Visual Studio 2017

We used Visual Studio 2019 to build the early releases of PHP 7.4 (up to and including 7.4.0beta2). And although Visual Studio 2019 is generally an improvement over Visual Studio 2017, due to compatibility issues we have decided to switch back to Visual Studio 2017 for our PHP 7.4 builds, and we are planning to stick with this for the complete lifetime of PHP 7.4.

Note that it is still possible to use Apache VS16 builds from Apachelounge in combination with PHP 7.4, since VS 2019 is forward compatible with VS 2017.

Our master snapshots are still built with Visual Studio 2019, and we are planning to stick with Visual Studio 2019 for PHP 8. 0.

Visual Studio 2019 Builds

All binary packages we were offering contained «vc#» (for instance, «vc14») in the filename to designate the Visual Studio version which has been used to build them. This number («#») has tradionally been the major number of the respective platform toolset. The preview releases of Visual Studio 2017 shipped with platform toolset 15.00, so we used «vc15» to mark the files. The first GA release of Visual Studio 2017, however, shipped with platform toolset 14.10 (to signal the backward compatibility), but the internal Visual Studio version number stayed 15.00. To avoid confusion with already distributed packages, we stuck with the «vc15» marker. For our Visual Studio 2019 builds (PHP 7.4 and master) we finally changed from «vc#» to «vs#» (note the «s»), where the number now designates the major internal Visual Studio version number. We are planning to stick with this new naming scheme for the foreseeable future.

OpenSSL 1.1.1a

The recent release candidates 7. 2.14RC1 and 7.3.1RC1 use the latest OpenSSL 1.1.1 release branch. Please help testing these release candidates with the regard to the OpenSSL compatibility and report bugs. This concerns the OpenSSL extension itself as well as the extensions depending on OpenSSL like cURL.

The windows.php.net site uses SSL by default

Thanks to «Let’s Encrypt», the site now uses SSL by default. All the non SSL links are transparently redirected to the SSL locations.

WinXP users might experience connection issues. It is a high time to switch away from WinXP to some more recent OS version.

AVX builds

In addition to the usual regular snapshots, the current master builds deliver binaries with AVX (Advanced Vector Extensions) support. AVX is an instruction set available in many modern CPUs. The internal PHP implementation uses these specific CPU instructions to improve performance.

Processors, manufactured after 2011, most likely support AVX. The exact information about the hardware can be retrieved by using the Coreinfo tool.

Help us to test these new flavours, any feedback appreciated!

OpenSSL security update

The OpenSSL Security Advisory [19 Mar 2015] announces the availability of the OpenSSL 0.9.8zf and 1.0.1m which fix twelve security vulnerabilities. The latest PHP releases 5.4.39, 5.5.23 and 5.6.7 already contain the updated OpenSSL library. All PHP users are strongly encouraged to upgrade to the corresponding patch versions.

Alternatively, the updated OpenSSL dependency DLLs can be downloaded separately as replacement for the older PHP and Apache versions.

OpenSSL security update

The OpenSSL Security Advisory [07 Apr 2014] announces the availability of the OpenSSL 1.0.1g which fixes CVE-2014-0160. In this regard the latest PHP release 5.5.11 was rebuilt with the OpenSSL 1.0.1g. All PHP users are strongly encouraged to upgrade to PHP 5.5.11. If you already have downloaded this version before 10-Apr-2014, please redownload. The existing private keys should be regenerated as soon as possible.

Alternatively, the updated OpenSSL dependency DLLs can be downloaded separately as replacement for the older PHP versions. Though be aware that this issue affects only OpenSSL 1.0.x and the DLL packages are only applicable to PHP 5.5 and upper.

PHP 5.4 and lower is not affected by this issue.

PHP 5.5.0 Release Announcement

The PHP development team is proud to announce the immediate availability of PHP 5.5.0. This release includes a large number of new features and bug fixes.

The key features of PHP 5.5.0 include:

Changes that affect compatibility:

  • PHP logo GUIDs have been removed.
  • Windows XP and 2003 support dropped.
  • Case insensitivity is no longer locale specific. All case insensitive matching for function, class and constant names is now performed in a locale independent manner according to ASCII rules.

For users upgrading from PHP 5.4, a migration guide is available detailing the changes between 5. 4 and 5.5.0.

For a full list of changes in PHP 5.5.0, see the ChangeLog.

PHP 5.4.0 Release Announcement

The PHP development team is proud to announce the immediate availability of PHP 5.4.0. This release is a major leap forward in the 5.x series, which includes a large number of new features and bug fixes.

The key features of PHP 5.4.0 include:

  • New language syntax including Traits, shortened array syntax and more
  • Improved performance and reduced memory consumption
  • Support for multibyte languages now available in all builds of PHP at the flip of a runtime switch
  • Built-in webserver in CLI mode to simplify development workflows and testing
  • Cleaner code base thanks to the removal of multiple deprecated language features
  • Many more improvements and fixes

Changes that affect compatibility:

Extensions moved to PECL:

PHP 5.4 series will be the last versions to support Windows XP and Windows 2003.

We will not provide binary packages for these Windows versions anymore after PHP 5.4.

For users upgrading from PHP 5.3 there is a migration guide available here, detailing the changes between those releases and PHP 5.4.0.

For a full list of changes in PHP 5.4.0, see the ChangeLog.

Plain text
Текстовая версия страницы без форматирования (plain-text) пригоден для печати на принтере.

HTML
Готовый текстовый файл с HTML разметкой пригоден для публикации на других сайтах.

BB Code
Готовый текстовый файл с разметкой BB Code пригоден для публикации на форумах.

PHP — скриптовый язык сценариев, работающий на серверной стороне, разработанный специально для веб-разработки. Язык отлично поддерживает HTML-язык и способен генерировать и передавать информацию к HTML-файлу. PHP интегрируется во многие платформы (Windows, Linux, Unix). Его основной задачей является создание активных динамических веб-страниц. Это один из самых удобных пользовательских программных языков. PHP известен своей надежностью, скоростью, стабильностью и повышенным уровнем безопасности. Код, написанный на скриптовом языке PHP, интерпретируется с помощью веб-сервера (большинство пользователей выбирают Apache ) с помощью модуля PHP формируются динамические веб-страницы. Вместе с сервером базы данных он может производить отличные результаты в обслуживании сайта. PHP, в сборке с Apache, MySQL, позволяет создавать сайты любой сложности. PHP является удивительным скриптовым языком, который имеет несложный код и стабильно развивается. Он известен, как главный конкурент ASP (Active Server Pages).

PHP Для Windows: Главная

  • Отсутствующие библиотеки DLL PECL

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

    Это связано с тем, что машина сборки Windows PECL умер, и команда все еще работает над долгосрочным планом создания DLL для Расширения PECL с новым процессом CI. Мы делаем все возможное, чтобы закончить это как как можно скорее и держать вас в курсе.

    Библиотеки PECL для PHP 8.1

    Неделю назад вышел PHP 8.1.0 и вы можете захотеть попробовать его, но вам нужен один или несколько пакетов PECL для которых еще нет бинарных пакетов PHP 8.1, и вы можете задаться вопросом, когда они будут доступны. Что ж, команда PHP для Windows не хочет предоставлять, возможно, преждевременные бинарные пакеты, поэтому, как обычно, мы подождем, пока конце января или начале февраля, чтобы запустить массовую сборку для всех применимых пакеты PECL; то есть после выпуска PHP 8.1.2 то, что в настоящее время намечен на 20 января. После завершения сборки вы можете скачать бинарные пакеты с pecl.

    php.net по-прежнему.

    Ждать два месяца не вариант для вас? В этом случае вы можете скачать моментальные сборки некоторые из пакетов PECL. Если снапшот для вашего пакета недоступен, рассмотреть возможность связаться с командой и запросить создание моментального снимка для этого пакета. Обратите внимание, однако, что эти сборки моментальных снимков не рекомендуются для производства. Тем не менее, тестирование эти вопросы и сообщения очень приветствуются!

    Где библиотеки DLL PECL?

    Возможно, вы уже заметили, что Windows DLL больше не доступны на ПЭКЛ. Поскольку у команды PHP для Windows нет доступ к этой машине для отладки проблемы, лучшее, что мы можем сделать, это подать соответствующий отчет об ошибке, и надеяться, что это будет исправлено своевременно.

    В любом случае, мы продолжаем строить и отслеживать результаты сборки всех PECL. пакеты для Windows. И ты можешь загрузите библиотеки DLL с нашего сервера. Приносим извинения за неудобства!

    P.S. проблема решена!

    зависимость libjpeg

    Начиная с PHP 8.1.0, официальные зависимости Windows используют libjpeg-turbo. вместо libjpeg. Основная причина в том, что libjpeg-turbo обеспечивает лучшую производительность, поскольку использует SIMD-инструкции. на поддерживаемых платформах (поддерживаются Windows x86 и x64). Обратите внимание, что многие Дистрибутивы Linux уже давно используют libjpeg-turbo.

    Это относится к расширению GD, но может повлиять на другие расширения, т.к. хорошо. Пожалуйста, отправьте отчет об ошибке, если у вас возникнут проблемы с этим изменением.

    Сборки моментальных снимков PHP 8

    Возможно, вы уже заметили, что мы не предоставляем сборки моментальных снимков для PHP 8 в течение многих месяцев. Мы не планируем это менять, но пользователи могут стать третьим партия обеспечила ночные сборки.

    Мы, конечно же, продолжим предоставлять сборки Windows для всех PHP. (предварительные) выпуски. Так что следите за выпуском PHP 8.1.0alpha1, запланированным на 10 июня 2021 года!

    Библиотеки OCI отсутствуют в предварительных сборках PHP 8.0.0

    Из-за ошибки системы сборки, которая была замечена совсем недавно. предварительные сборки PHP 8.0.0 не содержали php_oci8_12c.dll и php_pdo_oci.dll в папке ext/. Теперь вы можете отдельно загрузить эти файлы и скопируйте их в существующую установку PHP-8.0.0beta1 (файл DLL не подходят для альфа-версий). Убедитесь, что вы используете соответствующий пакет (x64 против x86 и не потокобезопасный против потокобезопасного).

    Предупреждения Защитника Windows

    Несколько дней назад мы заметили, что Защитник Windows сообщает о некоторых файлах. в исходных и тестовых пакетах PHP как серьезную угрозу, утверждая, что они представляют собой бэкдор (например,

    Backdoor:PHP/Dirtelti.MTF ). Эти файлы являются вспомогательными тестовыми файлами, содержащими оператора eval . Являются эти файлы бэкдоры? Это зависит от контекста, т.е. в данном случае доступны ли они через Интернет. Если они есть, потому что они были загружены в корневую папку общедоступного веб-сервера, для Например, они могут представлять серьезную угрозу. С другой стороны, если они просто используются на локальной машине для целей разработки и тестирования, они не вредоносный в любом случае.

    Итак, если вы сталкиваетесь с такими предупреждениями Защитника Windows, изучите файлы, убедитесь, что они не представляют угрозы, а затем разблокируйте их.

    Удачного PHP-программирования на Windows!

    Путь конфигурации OpenSSL по умолчанию изменен

    Начиная с PHP 7.4.0, путь конфигурации OpenSSL по умолчанию меняется с c:\usr\local\ssl\openssl.cnf в C:\Program Files\Common Files\SSL\openssl.conf для сборок x64 и C:\Program Files (x86)\Common Files\SSL\openssl.conf для сборки x86. Эти пути соответствуют значениям по умолчанию OpenSSL 1.1 и больше соответствует структуре папок Windows, чем старые настройки. Обратите внимание, что этот путь по-прежнему можно настроить с помощью переменной среды. OPENSSL_CONF . См. также монтаж раздел в руководстве по PHP.

    В сборках PHP 7.4 используется Visual Studio 2017

    Мы использовали Visual Studio 2019 для сборки ранних выпусков PHP 7. 4 (до и включая 7.4.0beta2). И хотя Visual Studio 2019, как правило, улучшение по сравнению с Visual Studio 2017 из-за проблем совместимости, которые мы решили вернуться к Visual Studio 2017 для наших сборок PHP 7.4, и мы планируем придерживаться этого на протяжении всей жизни PHP. 7.4.

    Обратите внимание, что по-прежнему можно использовать сборки Apache VS16 из Apachelounge. в сочетании с PHP 7.4, поскольку VS 2019 совместим с VS вперед 2017.

    Наши основные моментальные снимки по-прежнему создаются с помощью Visual Studio 2019, и мы планирует придерживаться Visual Studio 2019 для PHP 8.0.

    Сборки Visual Studio 2019

    Все бинарные пакеты, которые мы предлагали, содержали «vc#» (например, «vc14») в имени файла для обозначения версия Visual Studio, которая использовалась для их создания. Этот номер («#») традиционно старший номер соответствующего набора инструментов платформы. Предварительные выпуски Visual Studio 2017 отправлены с набором инструментов платформы 15.00, поэтому мы использовали «vc15» для маркировки файлов. Первый общедоступный выпуск Visual Studio 2017, однако, поставлялся с набором инструментов платформы 14.10 (чтобы сигнализировать об обратной совместимости), но внутренний номер версии Visual Studio остался 15.00. Чтобы не путаться с уже распространенными пакетами, мы застряли с маркером «vc15». Для нашей Visual Studio 2019сборки (PHP 7.4 и master) мы наконец изменили с «vc#» на «vs#» (обратите внимание на «s»), где число теперь обозначает основной внутренний Visual Studio номер версии. Мы планируем придерживаться этой новой схемы именования в обозримом будущем.

  • PHP для Windows: бинарные файлы и исходники Релизы

      • Дом
      • Скачиваний
      • QA Релизы
      • Снимки
      • Команда
      • Сайт PHP. net
      • Выберите параметр для прямого доступа… VS16 x64 Non Thread SafeVS16 x64 Thread SafeVS16 x86 Non Thread SafeVS16 x86 Thread SafeVS16 x64 Non Thread SafeVS16 x64 Thread SafeVS16 x86 Non Thread SafeVS16 x86 Thread SafeVS16 x64 Non Thread SafeVS16 x64 Thread SafeVS16 x86 Non Thread SafeVS16 x86 Thread SafeVC15 x64 Non Thread SafeVC15 x64 Thread SafeVC15 x86 Non Thread SafeVC15 x86 Thread Safe

        Прошлые выпуски

        PHP 8.2 (8.2.3)

        Загрузить исходный код [25,9 МБ]

        Загрузить пакет тестов (phpt) [15,44 МБ]

        VS16 x64 Non Thread Safe (2023-февраль-14 10:23:30)
        • Почтовый индекс [30,22 МБ]
          sha256: 5e7e0d1b8aa7f7c59212d2ccde3bb9a365e5f1765347e155d0af8698342c1000
        • Пакет отладки [24,48 МБ]
          sha256: 6f6c7c1af03252aba131e71206155f9713a87848432043981cc01890c5fff7ed
        • Пакет разработки (SDK для разработки расширений PHP) [1,23 МБ]
          sha256: dc5d71fb16a9b156830f29e86a6e913fbf1bcc91ac51ed3bfcf59c60d5fcf40b
        2-ts-vs16-x64″> VS16 x64 Thread Safe (2023-февраль-14 10:31:00)
        • Почтовый индекс [30,32 МБ]
          sha256: 2c3a9fcb686e51f7c1f4efa0bd230c2a6de96f9195d566c523e65eb1f1e94bb8
        • Пакет отладки [24,5 МБ]
          sha256: c0a6dbab96c0f8d18b248686ce52cc764617aa8ea4af33fd9fe51e2a771b2eaf
        • Пакет разработки (SDK для разработки расширений PHP) [1,23 МБ]
          sha256: d8a279922fdcafcbbed1440dc55ab5428bf289a5dbee2fd2018661844ab68e02
        VS16 x86, не потокобезопасный (2023-февраль-14 10:25:04)
        • Почтовый индекс [27,12 МБ]
          sha256: 7294d1ff8a53c42c0a64e4e0a8cce03651d6b1b650acad50dac71396f95ff5f4
        • Пакет отладки [25,1 МБ]
          sha256: a149087c310b172e01995350fc661bfbaefe7b4ae448caf625f32c3276e41564
        • Пакет разработки (SDK для разработки расширений PHP) [1,23 МБ]
          sha256: 6c327c49e5d253f4bb96f69759501031ca0ded54a513f8e6987b2dd34971ca80
        2-ts-vs16-x86″> VS16 x86 Thread Safe (2023-февраль-14 10:22:36)
        • Почтовый индекс [27,1 МБ]
          sha256: fd8ecbf9cf3d365ab75891bbe30cecf6e43616944009359fbf32630cc871c503
        • Пакет отладки [24.74МБ]
          sha256: dba7c49a93f5fa6b1e4dcfb6fcd0d6ac1c000c2dc29cf34b41aea030e13b173d
        • Пакет разработки (SDK для разработки расширений PHP) [1,23 МБ]
          sha256: 22ec421129f9373cbf05682436519746e1b2389ee7fd70b76d7df1d157a01306

        PHP 8.1 (8.1.16)

        Скачать исходный код [25.43MB]

        Скачать пакет тестов (phpt) [15.19MB]

        VS16 x64 Non Thread Safe (2023-февраль-14 18:45:52)
        • Почтовый индекс [29.26МБ]
          sha256: 2ba6474ffb2ce066146a56d2757cc6825f36ef7ba5d8179e6eb6b214591321d7
        • Пакет отладки [23,84 МБ]
          sha256: 43a6204a4c9a4c32d1d1cc1d1b7df4db600999953f848c83989f8aa8f18f710e
        • Пакет разработки (SDK для разработки расширений PHP) [1,21 МБ]
          sha256: a68cc1c2df65aeed3ff85111fbb678bb85a72cdc860eaf2b80be534c836947бф
        1-ts-vs16-x64″> VS16 x64 Thread Safe (2023-февраль-14 19:10:16)
        • Почтовый индекс [29.36МБ]
          sha256: 1e221f184946afbaafaff740ab834c66e0f14f5a4bdf305820d11d664a340c7c
        • Пакет отладки [23,86 МБ]
          sha256: bf74cb53973f5f078edb539bfa9b48aa67c631c378db1f74670f58e04c3a94f5
        • Пакет разработки (SDK для разработки расширений PHP) [1,21 МБ]
          ша256: c82a8b34f89587f230009e9d48428972680e6d910b9da45935fbd2f13a65a6dc
        VS16 x86, не потокобезопасный (2023-февраль-14 18:53:40)
        • Почтовый индекс [26.32МБ]
          sha256: aa8db95ecadd960464cbe8b1361f27d82b6f31c1a9d508374a105a49bd091bf7
        • Пакет отладки [24.41МБ]
          sha256: ди0207758df654b9f93165f5f1059169ba1493b5578ce6c389439aa9a043b71
        • Пакет разработки (SDK для разработки расширений PHP) [1,21 МБ]
          sha256: 65cc91bb35dd85002a7b6d13ba6eaf8dbf78ed596cd30944a6ef7af6f8710785
        VS16 x86 Thread Safe (2023-февраль-14 18:51:32)
        • Почтовый индекс [26,3 МБ]
          sha256: 6ab1a9b258ab25872c8417a4bc82da1b4c96c4c3274dcacfee3650f9d339a01b
        • Пакет отладки [24. 05МБ]
          sha256: b4cc916183586ff7226b5c699c3aa9fe3

          438e9dbd946d54ea178e6967da

        • Пакет разработки (SDK для разработки расширений PHP) [1,21 МБ]
          sha256: 90a4ab1663ff3d9a7521005c056cca798b9ff4e02cba3ac4a739ffcfb1880b47

        PHP 8.0 (8.0.28)

        Загрузить исходный код [23,47 МБ]

        Загрузить пакет тестов (phpt) [13,56 МБ]

        VS16 x64 Non Thread Safe (2023-февраль-14 12:39:52)
        • Почтовый индекс [25,53 МБ]
          sha256: 6bcd82934073488cc451f2f1658feedeb43ef5077e9ae7bcf354ae5c8ec69b4a
        • Пакет отладки [23,21 МБ]
          sha256: a14787e9db2fa257ce1dc2db9e3f6e833c98dd3c7f19d8bcaa58f704d8d9cc5d
        • Пакет разработки (SDK для разработки расширений PHP) [1,16 МБ]
          sha256: 1c8cb860b53a53451161937dff2fb5b9c2424c06b3b2dda97c02096a7f6c25e9
        VS16 x64 Thread Safe (2023-февраль-14 12:42:34)
        • Почтовый индекс [25,63 МБ]
          sha256: 6489eb337cf15547c87113e699d8c8a9e43bee6bc536416d6ae881e95fdee3a8
        • Пакет отладки [23,22 МБ]
          sha256: 02c67045de8db9d1e71987b678c5c4c1275adf7a55456d1fd52ff092dfdde46c
        • Пакет разработки (SDK для разработки расширений PHP) [1,16 МБ]
          sha256: 45e00e21dcbb6bd868c88bf2c5a6d691965569234ece45171d8d20b27c559e7e
        0-nts-vs16-x86″> VS16 x86, не потокобезопасный (2023-февраль-14 12:41:08)
        • Почтовый индекс [23,66 МБ]
          sha256: 1b9556bae52333eb2a77381aca3eb0acfb127adff97432ea0ffb163052a1e6e9
        • Пакет отладки [23.87МБ]
          sha256: bd79cf1437fff6547bced8b7972d0f888f98206091cbd56258c453b08c2e0db0
        • Пакет разработки (SDK для разработки расширений PHP) [1,16 МБ]
          sha256: c807ee862b5775671be05bc76720ba3dc644ae55789e28880cc88ce32cae4326
        VS16 x86 Thread Safe (2023-февраль-14 12:39:12)
        • Почтовый индекс [23,65 МБ]
          sha256: 5a14786dbc1d1bda2056056b3e8c55d369ed9baba4c977eb127b427155734d97
        • Пакет отладки [23,54 МБ]
          sha256: 14b6ec1b04ffc002cdb11e0bdb6a1c4472fc886bfda4406c3b602557d15320ed
        • Пакет разработки (SDK для разработки расширений PHP) [1,16 МБ]
          sha256: 3b31c3daf3cbcd14dce6377b8409b3eefb32cebe0f2f44cc3f85d840f77e242c

        4″> PHP 7.4 (7.4.33)

        Скачать исходный код [22,85 МБ]

        Скачать пакет тестов (phpt) [13,54 МБ]

        VC15 x64, не потокобезопасный (2022-ноябрь-02 21:46:55)
        • Почтовый индекс [24.92МБ]
          sha256: 14ae3250d4447c8ccfc4c45a70d90adfbcd61e728d85f0be56a7ddf8f9c8aace
        • Пакет отладки [22МБ]
          sha256: 922f3338102601736c465b9815a254e0cadcd873d963c17671ace86b135b54b0
        • Пакет разработки (SDK для разработки расширений PHP) [1,08 МБ]
          sha256: 70bd4e0770d36c6470ce159c3eb6425226de00248ed5eb63476c43705e6f4b7a
        VC15 x64 Thread Safe (2022-ноябрь-02 21:47:05)
        • Почтовый индекс [25.02МБ]
          sha256: cdbb85b45f38f282f05764ca08648b5f92db99c75b2fb3848eb4a559f6553b48
        • Пакет отладки [22МБ]
          sha256: 4d6f92447195f6bf70ed214c65f6ca0f9b299e0af109de56b8d284f66d287703
        • Пакет разработки (SDK для разработки расширений PHP) [1,08 МБ]
          sha256: e7a2b5770be98f0d40da8be9d1c6b58738f1bad66832dd0b98e7a7d1231376bd