ePrivacy and GPDR Cookie Consent by Cookie Consent
PHP download

PHP

Version: 8.4.13 | Size: 29.00 MB | Filename: php-8.4.13-nts-Win32-vs17-x86.zip
Top Download Club  |  Development  |  Compilers & Interpreters  |  PHP
Top Download Club is proud to present one of the most versatile programming languages of our time - PHP. Developed by PHP Development Team, PHP is an open-source language that has been making waves in the world of web development since its inception. Used by major websites like Facebook and Wikipedia, PHP has been gaining popularity among developers worldwide. With its user-friendly syntax and excellent server-side scripting capabilities, PHP has become a top contender in the race for the best programming language. Whether you are a beginner or an experienced developer, PHP has something to offer everyone. So why wait? Join the PHP community today and see why everyone is talking about this amazing coding language.

What do you think about PHP?

Your Name:
Register Now
Summarize review in one sentence:
What do you think about PHP?
Your rating:
Captcha:
Our Awards
Top Download Club 4 stars award Top Download Club editor's pick Top Download Club clean check
Users´ rating
PHPCompilers & InterpretersWindows Server 2025, Windows 11, Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows 10 32/64 bit, Windows Server 2012 R2, Windows Server 2012, Windows 2008 R2, Windows 2008 32/64 bit, Windows 8 32/64 bit, Windows 7 32/64 bit, Windows V

User Rating: 3.9 (104 votes)

Licence:
Open Source

Price:
FREE

File size:
29.00 MB

Last update:


OS:
Windows Server 2025, Windows 11, Windows Server 2022, Windows Server 2019, Windows Server 2016, Windows 10 32/64 bit, Windows Server 2012 R2, Windows Server 2012, Windows 2008 R2, Windows 2008 32/64 bit, Windows 8 32/64 bit, Windows 7 32/64 bit, Windows V

Last version:
Last versions of PHP
Version Change log
PHP 8.4.13 Oct 7, 2025 Core:
Fixed GH-19169 build issue with C++17 and ZEND_STATIC_ASSERT macro.
Fixed bug GH-19053 (Duplicate property slot with hooks and interface property).
Fixed bug GH-19044 (Protected properties are not scoped according to their prototype).
Fixed bug GH-18581 (Coerce numeric string keys from iterators when argument unpacking).
Fixed OSS-Fuzz #434346548 (Failed assertion with throwing __toString in binary const expr).
Fixed bug GH-19305 (Operands may be being released during comparison).
Fixed bug GH-19303 (Unpacking empty packed array into uninitialized array causes assertion failure).
Fixed bug GH-19306 (Generator can be resumed while fetching next value from delegated Generator).
Fixed bug GH-19326 (Calling Generator::throw() on a running generator with a non-Generator delegate crashes).
Fixed bug GH-19280 (Stale array iterator position on rehashing).
Fixed bug GH-18736 (Circumvented type check with return by ref + finally).
Fixed bug GH-19065 (Long match statement can segfault compiler during recursive SSA renaming).
Calendar:
Fixed bug GH-19371 (integer overflow in calendar.c).
FTP:
Fix theoretical issues with hrtime() not being available.
GD:
Fix incorrect comparison with result of php_stream_can_cast().
Hash:
Fix crash on clone failure.
Intl:
Fix memleak on failure in collator_get_sort_key().
Fix return value on failure for resourcebundle count handler.
LDAP:
Fixed bug GH-18529 (additional inheriting of TLS int options).
LibXML:
Fixed bug GH-19098 (libxml<2.13 segmentation fault caused by php_libxml_node_free).
MbString:
Fixed bug GH-19397 (mb_list_encodings() can cause crashes on shutdown).
Opcache:
Reset global pointers to prevent use-after-free in zend_jit_status().
Fix issue with JIT restart and hooks.
Fix crash with dynamic function defs in hooks during preload.
OpenSSL:
Fixed bug GH-18986 (OpenSSL backend: incorrect RAND_{load,write}_file() return value check).
Fix error return check of EVP_CIPHER_CTX_ctrl().
Fixed bug GH-19428 (openssl_pkey_derive se
PHP 8.4.11 Jul 31, 2025 Core:
Fixed GH-18480 (array_splice with large values for offset/length arguments).
Partially fixed GH-18572 (nested object comparisons leading to stack overflow).
Fixed OSS-Fuzz #417078295.
Fixed OSS-Fuzz #418106144.
Curl:
Fixed GH-18460 (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL).
Date:
Fixed bug GH-18076 (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif).
Fixed bug GH-18481 (date_sunrise with unexpected nan value for the offset).
DOM:
Backport lexbor/lexbor#274.
Intl:
Fix various reference issues.
LDAP:
Fixed bug GH-18529 (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()).
Opcache:
Fixed bug GH-18417 (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size).
Fixed bug GH-18297 (Exception not handled when jit guard is triggered).
Fixed bug GH-18408 (Snapshotted poly_func / poly_this may be spilled).
Fixed bug GH-18567 (Preloading with internal class alias triggers assertion failure).
Fixed bug GH-18534 (FPM exit code 70 with enabled opcache and hooked properties in traits).
Fix leak of accel_globals->key.
OpenSSL:
Fix missing checks against php_set_blocking() in xp_ssl.c.
SPL:
Fixed bug GH-18421 (Integer overflow with large numbers in LimitIterator).
Standard:
Fixed bug GH-17403 (Potential deadlock when putenv fails).
Fixed bug GH-18400 (http_build_query type error is inaccurate).
Fixed bug GH-18509 (Dynamic calls to assert() ignore zend.assertions).
Windows:
Fix leak+crash with sapi_windows_set_ctrl_handler().
Zip:
Fixed bug GH-18431 (Registering ZIP progress callback twice doesn't work).
Fixed bug GH-18438 (Handling of empty data and errors in ZipArchive::addPattern).
PHP 8.4.9 Jul 2, 2025 Core:
Fixed GH-18480 (array_splice with large values for offset/length arguments).
Partially fixed GH-18572 (nested object comparisons leading to stack overflow).
Fixed OSS-Fuzz #417078295.
Fixed OSS-Fuzz #418106144.
Curl:
Fixed GH-18460 (curl_easy_setopt with CURLOPT_USERPWD/CURLOPT_USERNAME/ CURLOPT_PASSWORD set the Authorization header when set to NULL).
Date:
Fixed bug GH-18076 (Since PHP 8, the date_sun_info() function returns inaccurate sunrise and sunset times, but other calculated times are correct) (JiriJozif).
Fixed bug GH-18481 (date_sunrise with unexpected nan value for the offset).
DOM:
Backport lexbor/lexbor#274.
Intl:
Fix various reference issues.
LDAP:
Fixed bug GH-18529 (ldap no longer respects TLS_CACERT from ldaprc in ldap_start_tls()).
Opcache:
Fixed bug GH-18417 (Windows SHM reattachment fails when increasing memory_consumption or jit_buffer_size).
Fixed bug GH-18297 (Exception not handled when jit guard is triggered).
Fixed bug GH-18408 (Snapshotted poly_func / poly_this may be spilled).
Fixed bug GH-18567 (Preloading with internal class alias triggers assertion failure).
Fixed bug GH-18534 (FPM exit code 70 with enabled opcache and hooked properties in traits).
Fix leak of accel_globals->key.
OpenSSL:
Fix missing checks against php_set_blocking() in xp_ssl.c.
SPL:
Fixed bug GH-18421 (Integer overflow with large numbers in LimitIterator).
Standard:
Fixed bug GH-17403 (Potential deadlock when putenv fails).
Fixed bug GH-18400 (http_build_query type error is inaccurate).
Fixed bug GH-18509 (Dynamic calls to assert() ignore zend.assertions).
Windows:
Fix leak+crash with sapi_windows_set_ctrl_handler().
Zip:
Fixed bug GH-18431 (Registering ZIP progress callback twice doesn't work).
Fixed bug GH-18438 (Handling of empty data and errors in ZipArchive::addPattern).
View history

8.4.13

Downloads:
Downloads of PHP

Total downloads
114

Last month's downloads
0

Last week's downloads
0


114

Developer

Alternatives to PHP

Dev-PHP 2.6.1.29 screenshot

Dev-PHP

... exceptional software that is a must-have for all PHP developers out there. Dev-PHP, created by the brilliant ... the necessary tools to write, debug, and execute PHP scripts with ease. Dev-PHP's code editor is efficient ... several plugins, including a web server to run PHP scripts, and a File Transfer Protocol (FTP) tool ...

Dev-PHP 2.6.1.29 DownloadDev-PHP like
PHPEdit 5.15.1 screenshot

PHPEdit

... seeking an intuitive and versatile environment for building PHP websites. With a clean user interface and supportive ... a seasoned developer or just starting out in PHP, PHPEdit is an essential addition to your toolkit. Overall, Top Download Club is the ...

Update
Pick
PHPEdit 5.15.1 DownloadPHPEdit like
PHPFlexer 1.00.2508 screenshot

PHPFlexer

Top Download Club is proud to present PHPFlexer – the ultimate software solution for web developers! Developed by DKellner Solutions, PHPFlexer is a revolutionary tool that streamlines web development by providing a comprehensive set of features that enable developers to create ...

PHPFlexer 1.00.2508 DownloadPHPFlexer like
NEWSLETTER
© 2025 TopDownload.Club  |  All rights reserved.
created by FAUST