Hypertext Preprocessor is a general-purpose programming language!

PHP (64-bit)

PHP (64-bit)

  -  30.82 MB  -  Open Source
  • Latest Version

    PHP 8.3.12 (64-bit) LATEST

  • Review by

    Daniel Leblanc

  • Operating System

    Windows 7 / Windows 8 / Windows 10 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    PHP Development Team / External Link

  • Filename

    php-8.3.12-Win32-vs16-x64.zip

  • MD5 Checksum

    305fcce1d0410bc4a32cb808eed13014

PHP is a popular general-purpose scripting language that is especially suited to web development. Fast, flexible, and pragmatic, PHP powers everything from your blog to the most popular websites in the world.

PHP 64 bit (recursive acronym for PHP: Hypertext Preprocessor) is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML.

Instead of lots of commands to output HTML (as seen in C or Perl), pages contain HTML with embedded code that does "something" (in this case, output "Hi, I'm a PHP script!"). The code is enclosed in special start and end processing instructions that allow you to jump into and out of "PHP mode."

What distinguishes PHP from something like client-side JavaScript is that the code is executed on the server, generating HTML which is then sent to the client. The client would receive the results of running that script, but would not know what the underlying code was. You can even configure your webserver to process all your HTML files with PHP, and then there's really no way that users can tell what you have up your sleeve.

The best things in using PHP are that it is extremely simple for a newcomer, but offers many advanced features for a professional programmer. Don't be afraid to read the long list of PHP's features. You can jump in, in a short time, and start writing simple scripts in a few hours.

Also Available: PHP (32-bit) and PHP for Mac

  • PHP 8.3.12 (64-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    PHP 8.3.12 (64-bit) Screenshot 1
  • PHP 8.3.12 (64-bit) Screenshot 2
  • PHP 8.3.12 (64-bit) Screenshot 3

What's new in this version:

CGI:
- Fixed bug GHSA-p99j-rfp4-xqvq (Bypass of CVE-2024-4577, Parameter Injection Vulnerability)
- Fixed bug GHSA-94p6-54jq-9mwp (cgi.force_redirect configuration is bypassable due to the environment variable collision)

Core:
- Fixed bug GH-15408 (MSan false-positve on zend_max_execution_timer)
- Fixed bug GH-15515 (Configure error grep illegal option q)
- Fixed bug GH-15514 (Configure error: genif.sh: syntax error)
- Fixed bug GH-15565 (--disable-ipv6 during compilation produces error EAI_SYSTEM not found)
- Fixed bug GH-15587 (CRC32 API build error on arm 32-bit)
- Fixed bug GH-15330 (Do not scan generator frames more than once)
- Fixed uninitialized lineno in constant AST of internal enums

Curl:
- FIxed bug GH-15547 (curl_multi_select overflow on timeout argument)

DOM:
- Fixed bug GH-15551 (Segmentation fault (access null pointer) in ext/dom/xml_common.h)
- Fixed bug GH-15654 (Signed integer overflow in ext/dom/nodelist.c)

Fileinfo:
- Fixed bug GH-15752 (Incorrect error message for finfo_file with an empty filename argument)

FPM:
- Fixed bug GHSA-865w-9rf3-2wh5 (Logs from childrens may be altered)

MySQLnd:
- Fixed bug GH-15432 (Heap corruption when querying a vector)

Opcache:
- Fixed bug GH-15661 (Access null pointer in Zend/Optimizer/zend_inference.c)
- Fixed bug GH-15658 (Segmentation fault in Zend/zend_vm_execute.h)

SAPI:
- Fixed bug GHSA-9pqp-7h25-4f32 (Erroneous parsing of multipart form data)

Standard:
- Fixed bug GH-15552 (Signed integer overflow in ext/standard/scanf.c)

Streams:
- Fixed bug GH-15628 (php_stream_memory_get_buffer() not zero-terminated)