Hypertext Preprocessor is a general-purpose programming language!

PHP for Mac

PHP 8.3.26

  -  18.37 MB  -  Open Source

Sometimes latest versions of the software can cause issues when installed on older devices or devices running an older version of the operating system.

Software makers usually fix these issues but it can take them some time. What you can do in the meantime is to download and install an older version of PHP 8.3.26.


For those interested in downloading the most recent release of PHP for Mac or reading our review, simply click here.


All old versions distributed on our website are completely virus-free and available for download at no cost.


We would love to hear from you

If you have any questions or ideas that you want to share with us - head over to our Contact page and let us know. We value your feedback!

Why is this app published on FileHorse? (More info)

What's new in this version:

Core:
- Fixed bug GH-18850 (Repeated inclusion of file with __halt_compiler() triggers "Constant already defined" warning)
- Partially fixed bug GH-19542 (Scanning of string literals >=2GB will fail due to signed int overflow)
- Fixed bug GH-19544 (GC treats ZEND_WEAKREF_TAG_MAP references as WeakMap references)
- Fixed bug GH-19613 (Stale array iterator pointer)
- Fixed bug GH-19679 (zend_ssa_range_widening may fail to converge)
- Fixed bug GH-19681 (PHP_EXPAND_PATH broken with bash 5.3.0)
- Fixed bug GH-19720 (Assertion failure when error handler throws when accessing a deprecated constant)

CLI:
- Fixed bug GH-19461 (Improve error message on listening error with IPv6 address)

Date:
- Fixed date_sunrise() and date_sunset() with partial-hour UTC offset

DBA:
- Fixed bug GH-19706 (dba stream resource mismanagement)

DOM:
- Fixed bug GH-19612 (Mitigate libxml2 tree dictionary bug)

FPM:
- Fixed failed debug assertion when php_admin_value setting fails

Intl:
- Fixed bug GH-11952 (Fix locale strings canonicalization for IntlDateFormatter and NumberFormatter)

Opcache:
- Fixed bug GH-19493 (JIT variable not stored before YIELD)

OpenSSL:
- Fixed bug GH-19245 (Success error message on TLS stream accept failure)

PGSQL:
- Fixed bug GH-19485 (potential use after free when using persistent pgsql connections)

Phar:
- Fixed memory leaks when verifying OpenSSL signature
- Fix memory leak in phar tar temporary file error handling code
- Fix metadata leak when phar convert logic fails
- Fix memory leak on failure in phar_convert_to_other()
- Fixed bug GH-19752 (Phar decompression with invalid extension can cause UAF)

Standard:
- Fixed bug GH-16649 (UAF during array_splice)
- Fixed bug GH-19577 (Avoid integer overflow when using a small offset and PHP_INT_MAX with LimitIterator)

Streams:
- Remove incorrect call to zval_ptr_dtor() in user_wrapper_metadata()
- Fix OSS-Fuzz #385993744

Zip:
- Fix memory leak in zip when encountering empty glob result