-
Latest Version
PHP 8.4.4 LATEST
-
Review by
-
Operating System
Mac OS X
-
User Rating
Click to vote -
Author / Product
-
Filename
php-8.4.4.tar.gz
-
MD5 Checksum
f43d2a34a78f8895d1554f0677cd39ae
PHP (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 for macOS 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 web server 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 reading 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: Download PHP for Windows
What's new in this version:
Core:
- Fixed bug GH-17234 (Numeric parent hook call fails with assertion)
- Fixed bug GH-16892 (ini_parse_quantity() fails to parse inputs starting with 0x0b)
- Fixed bug GH-16886 (ini_parse_quantity() fails to emit warning for 0x+0)
- Fixed bug GH-17222 (__PROPERTY__ magic constant does not work in all constant expression contexts)
- Fixed bug GH-17214 (Relax final+private warning for trait methods with inherited final)
- Fixed NULL arithmetic during system program execution on Windows
- Fixed potential OOB when checking for trailing spaces on Windows
- Fixed bug GH-17408 (Assertion failure Zend/zend_exceptions.c)
- Fix may_have_extra_named_args flag for ZEND_AST_UNPACK
- Fix NULL arithmetic in System V shared memory emulation for Windows
- Fixed bug GH-17597 (#[\Deprecated] does not work for __call() and __callStatic())
DOM:
- Fixed bug GH-17397 (Assertion failure ext/dom/php_dom.c)
Fixed bug GH-17486 (Incorrect error line numbers reported in Dom\HTMLDocument:createFromString)
- Fixed bug GH-17481 (UTF-8 corruption in \Dom\HTMLDocument)
- Fixed bug GH-17500 (Segfault with requesting nodeName on nameless doctype)
- Fixed bug GH-17485 (upstream fix, Self-closing tag on void elements shouldn't be a parse error/warning in \Dom\HTMLDocument)
- Fixed bug GH-17572 (getElementsByTagName returns collections with tagName-based indexing)
Enchant:
- Fix crashes in enchant when passing null bytes
FTP:
- Fixed bug GH-16800 (ftp functions can abort with EINTR)
GD:
- Fixed bug GH-17349 (Tiled truecolor filling looses single color transparency)
- Fixed bug GH-17373 (imagefttext() ignores clipping rect for palette images)
- Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate)
- Added support for reading GIFs without colormap to bundled libgd
Gettext:
- Fixed bug GH-17400 (bindtextdomain SEGV on invalid domain)
Intl:
- Fixed bug GH-11874 (intl causing segfault in docker images)
Opcache:
- Fixed bug GH-15981 (Segfault with frameless jumps and minimal JIT)
- Fixed bug GH-17307 (Internal closure causes JIT failure)
- Fixed bug GH-17428 (Assertion failure ext/opcache/jit/zend_jit_ir.c:8940)
- Fixed bug GH-17564 (Potential UB when reading from / writing to struct padding)
PCNTL:
- Fixed pcntl_setcpuaffinity exception type from ValueError to TypeError for the cpu mask argument with entries type different than int/string
PCRE:
- Fixed bug GH-17122 (memory leak in regex)
PDO:
- Fixed a memory leak when the GC is used to free a PDOStatment
- Fixed a crash in the PDO Firebird Statement destructor
- Fixed UAFs when changing default fetch class ctor args
PgSql:
- Fixed build failure when the constant PGRES_TUPLES_CHUNK is not present in the system
Phar:
- Fixed bug GH-17518 (offset overflow phar extractTo())
PHPDBG:
- Fix crashes in function registration + test
Session:
- Fix type confusion with session SID constant
- Fixed bug GH-17541 (ext/session NULL pointer dereferencement during ID reset)
SimpleXML:
- Fixed bug GH-17409 (Assertion failure Zend/zend_hash.c:1730)
SNMP:
Fixed bug GH-17330 (SNMP:setSecurity segfault on closed session)
SPL:
- Fixed bug GH-15833 (Segmentation fault (access null pointer) in ext/spl/spl_array.c)
Fixed bug GH-17516 (SplFileTempObject:getPathInfo() Undefined behavior on invalid class)
Standard:
- Fixed bug GH-17447 (Assertion failure when array popping a self addressing variable)
Windows:
- Fixed clang compiler detection
Zip:
- Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry)
OperaOpera 117.0 Build 5408.35
PhotoshopAdobe Photoshop CC 2024 25.12
OKXOKX - Buy Bitcoin or Ethereum
BlueStacksBlueStacks Air 5.21.650
Adobe AcrobatAdobe Acrobat Pro 2024.005.20414
Hero WarsHero Wars - Online Action Game
ParallelsParallels Desktop 20.2.1
SetappSetapp 3.43.3
CleanMyMacCleanMyMac X 5.0.3
4DDiG4DDiG Mac Data Recovery 5.2.2
Comments and User Reviews