Hypertext Preprocessor is a general-purpose programming language!

PHP for Mac

PHP 8.4.22

  -  20.75 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.4.22.


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:

Date:
- Fixed bug GH-18422 (int overflow in php_date_llabs)

Intl:
- Fix incorrect argument positions in out-of-bounds errors for IntlCalendar::set(), IntlCalendar::setDate(), IntlCalendar::setDateTime(), and IntlGregorianCalendar date/time construction
- Expose Spoofchecker restriction-level APIs on all supported ICU versions
- Fix SpoofChecker::setAllowedChars() and IntlDateFormatter::__construct() to report PHP constant names instead of ICU constant names in user-visible error messages

MySQLnd:
- Fix persistent free of non-persistent connect_attr key

Opcache:
- Fixed tracing JIT crash when a VM interrupt is handled during an observed user function call
- Fixed bug GH-22004 (Assertion failure at ext/opcache/jit/zend_jit_trace.c)

OpenSSL:
- Fix compatibility issues with OpenSSL 4.0

SPL:
- Fix SplFixedArray::setSize leak when destructor grows during clear
- Fixed bug GH-21933 (use after free of self-freeing MultipleIterator children)

Standard:
- Fixed bug GH-21689 (version_compare() incorrectly handles versions ending with a dot)
- Fixed ip2long() leading zeros handling inconsistency on AIX