Skip to content

Commit

Permalink
Update PHP to 8.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SagePtr committed Apr 10, 2024
1 parent cb28b9e commit 1acd171
Show file tree
Hide file tree
Showing 55 changed files with 69 additions and 2 deletions.
Binary file modified modules/php/PHP_8.3/deplister.exe
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_bz2.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_com_dotnet.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_curl.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_dba.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_dl_test.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_enchant.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_exif.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_ffi.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_fileinfo.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_ftp.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_gd.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_gettext.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_gmp.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_imap.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_intl.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_ldap.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_mbstring.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_mysqli.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_oci8_19.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_odbc.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_opcache.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_openssl.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_pdo_firebird.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_pdo_mysql.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_pdo_oci.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_pdo_odbc.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_pdo_pgsql.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_pdo_sqlite.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_pgsql.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_shmop.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_snmp.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_soap.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_sockets.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_sodium.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_sqlite3.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_sysvshm.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_tidy.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_xsl.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_zend_test.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/ext/php_zip.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/extras/ssl/legacy.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/libcrypto-3-x64.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/libssl-3-x64.dll
Binary file not shown.
67 changes: 67 additions & 0 deletions modules/php/PHP_8.3/news.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,72 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
11 Apr 2024, PHP 8.3.6

- Core:
. Fixed GH-13569 (GC buffer unnecessarily grows up to GC_MAX_BUF_SIZE when
scanning WeakMaps). (Arnaud)
. Fixed bug GH-13612 (Corrupted memory in destructor with weak references).
(nielsdos)
. Fixed bug GH-13446 (Restore exception handler after it finishes). (ilutov)
. Fixed bug GH-13784 (AX_GCC_FUNC_ATTRIBUTE failure). (Remi)
. Fixed bug GH-13670 (GC does not scale well with a lot of objects created in
destructor). (Arnaud)

- DOM:
. Add some missing ZPP checks. (nielsdos)
. Fix potential memory leak in XPath evaluation results. (nielsdos)

- FPM:
. Fixed GH-11086 (FPM: config test runs twice in daemonised mode).
(Jakub Zelenka)
. Fix incorrect check in fpm_shm_free(). (nielsdos)

- GD:
. Fixed bug GH-12019 (add GDLIB_CFLAGS in feature tests). (Michael Orlitzky)

- Gettext:
. Fixed sigabrt raised with dcgettext/dcngettext calls with gettext 0.22.5
with category set to LC_ALL. (David Carlier)

- MySQLnd:
. Fix GH-13452 (Fixed handshake response [mysqlnd]). (Saki Takamachi)
. Fix incorrect charset length in check_mb_eucjpms(). (nielsdos)

- Opcache:
. Fixed GH-13508 (JITed QM_ASSIGN may be optimized out when op1 is null).
(Arnaud, Dmitry)
. Fixed GH-13712 (Segmentation fault for enabled observers when calling trait
method of internal trait when opcache is loaded). (Bob)

- Random:
. Fixed bug GH-13544 (Pre-PHP 8.2 compatibility for mt_srand with unknown
modes). (timwolla)
. Fixed bug GH-13690 (Global Mt19937 is not properly reset in-between
requests when MT_RAND_PHP is used). (timwolla)

- Session:
. Fixed bug GH-13680 (Segfault with session_decode and compilation error).
(nielsdos)

- SPL:
. Fixed bug GH-13685 (Unexpected null pointer in zend_string.h). (nielsdos)

- Standard:
. Fixed bug GH-11808 (Live filesystem modified by tests). (nielsdos)
. Fixed GH-13402 (Added validation of `\n` in $additional_headers of mail()).
(SakiTakamachi)
. Fixed bug GH-13203 (file_put_contents fail on strings over 4GB on Windows).
(divinity76)
. Fixed bug GHSA-pc52-254m-w9w7 (Command injection via array-ish $command
parameter of proc_open). (CVE-2024-1874) (Jakub Zelenka)
. Fixed bug GHSA-wpj3-hf5j-x4v4 (__Host-/__Secure- cookie bypass due to
partial CVE-2022-31629 fix). (CVE-2024-2756) (nielsdos)
. Fixed bug GHSA-h746-cjrr-wfmr (password_verify can erroneously return true,
opening ATO risk). (CVE-2024-3096) (Jakub Zelenka)
. Fixed bug GHSA-fjp9-9hwx-59fq (mb_encode_mimeheader runs endlessly for some
inputs). (CVE-2024-2757) (Alex Dowad)
. Fix bug GH-13932 (Attempt to fix mbstring on windows build) (msvc). (David Carlier)

14 Mar 2024, PHP 8.3.4

- Core:
Expand Down
Binary file modified modules/php/PHP_8.3/pharcommand.phar
Binary file not shown.
Binary file modified modules/php/PHP_8.3/php-cgi.exe
Binary file not shown.
Binary file modified modules/php/PHP_8.3/php-win.exe
Binary file not shown.
Binary file modified modules/php/PHP_8.3/php.exe
Binary file not shown.
Binary file modified modules/php/PHP_8.3/php8apache2_4.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/php8embed.lib
Binary file not shown.
Binary file modified modules/php/PHP_8.3/php8phpdbg.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/php8ts.dll
Binary file not shown.
Binary file modified modules/php/PHP_8.3/phpdbg.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions modules/php/PHP_8.3/snapshot.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This snapshot was automatically generated on
Wed, 13 Mar 2024 12:02:12 +0000
Wed, 10 Apr 2024 15:13:26 +0000

Version: 8.3.4
Version: 8.3.6
Branch: HEAD
Build: D:\a\php-ftw\php-ftw\php\vs16\x64\obj\Release_TS

Expand Down

0 comments on commit 1acd171

Please sign in to comment.