Php 8.0.18 available

webmaster-hub

Verified User
Joined
Oct 6, 2007
Messages
73
Location
France

Version 8.0.18​

14 Apr 2022
  • Core:
    • Fixed freeing of internal attribute arguments.
    • Fixed bug #8070 (memory leak of internal function attribute hash).
    • Fixed bug #8160 (ZTS support on Alpine is broken).
  • Filter:
    • Fixed signedness confusion in php_filter_validate_domain().
  • Intl:
    • Fixed bug #8142 (Compilation error on cygwin).
  • MBString:
    • Fixed bug #8208 (mb_encode_mimeheader: $indent functionality broken).
  • MySQLi:
    • Fixed bug #8068 (mysqli_fetch_object creates inaccessible properties).
  • Pcntl:
    • Fixed bug #8142 (Compilation error on cygwin).
  • PgSQL:
    • Fixed result_type related stack corruption on LLP64 architectures.
    • Fixed bug #8253 (pg_insert() fails for references).
  • Sockets:
    • Fixed Solaris builds.
  • SPL:
    • Fixed bug #8121 (SplFileObject - seek and key with csv file inconsistent).
  • Standard:
    • Fixed bug #8048 (Force macOS to use statfs).
 
@smtalk DA is prompting me to upgrade from 8.0.17 to 8.0.18 (which I did yesterday) and it is doing it again today. When I looked in my log I realized that it did an upgrade to 8.0.17 (8.0.17 to 8.0.17)

When I look here:

https://files.directadmin.com/services/custombuild/versions.txt

I see this

php80:8.0.17:3b31e7657bcc1686d960884197dd4cca

Which makes sense because when I look here:


I see this

php-8.0.17.tar.gz

Two questions - Where is the prompt to install 8.0.18 coming from? Can you put 8.0.18 out there so we can update?
 
Back
Top