PHP full changelog
PHP 7.4.14
released Jan 7, 2021 (New Release)
BZ2:
Fixed bug #71263 (fread() does not report bzip2.decompress errors).
CLI:
Allow debug server binding to an ephemeral port via `-S localhost:0`.
COM:
Fixed bug #55847 (DOTNET .NET 4.0 GAC new location).
Fixed bug #62474 (com_event_sink crashes on certain arguments).
Calendar:
Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
Core:
Fixed bug #36365 (scandir duplicates file name at every 65535th file).
Fixed bug #49555 (Fatal error "Function must be a string" message should be renamed).
Fixed bug #62294 (register_shutdown_function() does not correctly handle exit code).
Fixed bug #62609 (Allow implementing Traversable on abstract classes).
Fixed bug #65274 (Enhance undefined class constant error with class name).
Fixed bug #65275 (Calling exit() in a shutdown function does not change the exit value in CLI).
Fixed bug #69084 (Unclear error message when not implementing a renamed abstract trait function).
Fixed bug #71263 (fread() does not report bzip2.decompress errors).
CLI:
Allow debug server binding to an ephemeral port via `-S localhost:0`.
COM:
Fixed bug #55847 (DOTNET .NET 4.0 GAC new location).
Fixed bug #62474 (com_event_sink crashes on certain arguments).
Calendar:
Fixed bug #80007 (Potential type confusion in unixtojd() parameter parsing).
Core:
Fixed bug #36365 (scandir duplicates file name at every 65535th file).
Fixed bug #49555 (Fatal error "Function must be a string" message should be renamed).
Fixed bug #62294 (register_shutdown_function() does not correctly handle exit code).
Fixed bug #62609 (Allow implementing Traversable on abstract classes).
Fixed bug #65274 (Enhance undefined class constant error with class name).
Fixed bug #65275 (Calling exit() in a shutdown function does not change the exit value in CLI).
Fixed bug #69084 (Unclear error message when not implementing a renamed abstract trait function).
PHP 7.4.6
released May 13, 2020 (New Release)
Core:
Fixed bug #78434 (Generator yields no items after valid() call). (Nikita)
Fixed bug #79477 (casting object into array creates references). (Nikita)
Fixed bug #79514 (Memory leaks while including unexistent file). (cmb,
Fixed bug #78434 (Generator yields no items after valid() call). (Nikita)
Fixed bug #79477 (casting object into array creates references). (Nikita)
Fixed bug #79514 (Memory leaks while including unexistent file). (cmb,
PHP 7.4.5
released Apr 15, 2020 (New Release)
Core:
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
PHP 7.4.4
released Mar 18, 2020 (New Release)
Core:
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
PHP 7.4.3
released Feb 19, 2020 (New Release)
Core:
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
PHP 7.4.2
released Dec 19, 2019 (New Release)
Core:
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
PHP 7.4.1
released Dec 18, 2019 (New Release)
Core:
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
PHP 7.4.0
released Nov 20, 2019 (New Release)
Core:
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
PHP 7.3.12
released Nov 20, 2019 (New Release)
Core:
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as GC child).
PHP 7.3.11
released Oct 24, 2019 (New Release)
Core:
Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
Fixed bug #78620 (Out of memory error).
Exif:
Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) (Kalle)
FPM:
Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043)
Fixed bug #78413 (request_terminate_timeout does not take effect after fastcgi_finish_request).
MBString:
Fixed bug #78633 (Heap buffer overflow (read) in mb_eregi).
Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
Fixed bug #78609 (mb_check_encoding() no longer supports stringable objects).
MySQLi:
Fixed bug #76809 (SSL settings aren't respected when persistent connections are used).
Mysqlnd:
Fixed bug #78525 (Memory leak in pdo when reusing native prepared statements).
PCRE:
Fixed bug #78272 (calling preg_match() before pcntl_fork() will freeze child process).
PDO_MySQL:
Fixed bug #78623 (Regression caused by "SP call yields additional empty result set").
Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
Fixed bug #78620 (Out of memory error).
Exif:
Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) (Kalle)
FPM:
Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043)
Fixed bug #78413 (request_terminate_timeout does not take effect after fastcgi_finish_request).
MBString:
Fixed bug #78633 (Heap buffer overflow (read) in mb_eregi).
Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
Fixed bug #78609 (mb_check_encoding() no longer supports stringable objects).
MySQLi:
Fixed bug #76809 (SSL settings aren't respected when persistent connections are used).
Mysqlnd:
Fixed bug #78525 (Memory leak in pdo when reusing native prepared statements).
PCRE:
Fixed bug #78272 (calling preg_match() before pcntl_fork() will freeze child process).
PDO_MySQL:
Fixed bug #78623 (Regression caused by "SP call yields additional empty result set").
PHP for Windows 7 - free download notice
Windows 7 Download periodically updates software information of PHP from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX MediaTrans
63% Off -
Media Player Morpher
85% Off -
MacX DVD Video Converter
58% Off -
WinX DVD Copy Pro
42% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- OBO Site GatherAIR 2.2
- Simple Groupware 0.745
- HTTP Test Tool 2.4.12
- MySQL-Front 6.1
- Q-SlideShow 1.03
- Alfresco 6.1
- Adobe Creative Suite Web Premium CS5.5
- Pixie 4.1
- PHP 7.4.14
- HTMLTrim 0.2.8
- BitNami Moodle Stack 4.1.0-0
- AnFX 6.1.0.1
- Goldfish 3.9
- ApHeMo 2.20.0.31
- Color Cop 5.4.5
- XOOPS 2.5.10
- Simple CSS 2.3
- Axure RP Pro 10.0.0.3920
- WOW Slider 2.2.8
- Adobe AIR 32.0.0.125
Popular Tags
horses
dreamweaver
seo
photo
templates
stock photos
marketing
css
graphic
image
internet marketing
webmaster
promotion
translation memories
design
dictionary
images
graphical
web
english
web elements
html web design
database
graphics
wordlist
sql
photographs
network
frontpage
html
Popular Windows 7 Software
- AWStats 7.8
- Adobe Flash CS5 Professional CS5.5 11.5.2
- OBO Site GatherAIR 2.2
- WeBuilder 2022 17.0
- RU-Software Log-Analyzer 1.0.1.83
- HTTP Debugger Pro 6.5
- CSS HTML Validator 2024 24.00
- Freeware XSD Editor 7.0.1
- SEO PowerSuite Enterprise 99.6
- HyperPage 2.0.0.0
- HttpMaster Professional 5.9.1
- BacklinkSpeed 2.4
- Simple Groupware 0.745
- AllWebMenus Expression Web Menu Addin 1.1.4
- Advanced CSS Drop Down Menu Expression Web Add-In 1.6.6
© 2024 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.