php.git-pulls archive

746 archived articles, newest first (page 8 of 8). Latest articles →

[GIT-PULLS] [php-src] PR #22771: ext/soap: truncate a user_agent containing newline characters
Fri, 17 Jul 2026 11:09:00 +0000
[email protected] (iliaal) • #37115
[GIT-PULLS] [php-src] PR #20848: [PFA 2/n] Support PFA functionality
Fri, 17 Jul 2026 08:09:25 +0000
[email protected] (arnaud-lb) • #37114
[GIT-PULLS] [php-src] PR #22768: ext/standard: fix out-of-bounds access in the ftp:// directory stream
Fri, 17 Jul 2026 02:23:41 +0000
[email protected] (iliaal) • #37113
[GIT-PULLS] [php-src] PR #22773: ext/sockets: run the AF_PACKET error test in isolation
Fri, 17 Jul 2026 02:07:29 +0000
[email protected] (iliaal) • #37112
[GIT-PULLS] [php-src] PR #22761: ext/soap: fix NULL deref on malformed HTTP status line
Fri, 17 Jul 2026 02:05:49 +0000
[email protected] (iliaal) • #37111
[GIT-PULLS] [php-src] PR #22780: Fix GH-22779: mb_strrpos() wrong result in a non-UTF-8 encoding
Fri, 17 Jul 2026 01:52:59 +0000
[email protected] (eyupcanakman) • #37110
[GIT-PULLS] [php-src] PR #22778: ext/dba: bound CDB record lengths against the file size
Fri, 17 Jul 2026 00:49:17 +0000
[email protected] (iliaal) • #37109
[GIT-PULLS] [php-src] PR #22776: ext/odbc: do not mutate the caller's DSN string
Thu, 16 Jul 2026 20:41:16 +0000
[email protected] (iliaal) • #37108
[GIT-PULLS] [php-src] PR #22772: ext/sockets: Fix socket_set_option() validation error messages
Thu, 16 Jul 2026 20:09:04 +0000
[email protected] (LamentXU123) • #37107
[GIT-PULLS] [php-src] PR #22774: ext/sqlite3: reject NUL bytes in SQLite3::escapeString()
Thu, 16 Jul 2026 19:15:21 +0000
[email protected] (iliaal) • #37106
[GIT-PULLS] [php-src] PR #22773: ext/sockets: run the AF_PACKET error test in isolation
Thu, 16 Jul 2026 18:37:54 +0000
[email protected] (iliaal) • #37105
[GIT-PULLS] [php-src] PR #22772: ext/sockets: Fix socket_set_option() validation error messages
Thu, 16 Jul 2026 18:08:59 +0000
[email protected] (LamentXU123) • #37104
[GIT-PULLS] [php-src] PR #22771: ext/soap: truncate a user_agent containing newline characters
Thu, 16 Jul 2026 17:59:03 +0000
[email protected] (iliaal) • #37103
[GIT-PULLS] [php-src] PR #22770: ext/standard: check the from address for control characters before PASS
Thu, 16 Jul 2026 17:00:04 +0000
[email protected] (iliaal) • #37102
[GIT-PULLS] [php-src] PR #22769: streams: remove php_stream_wrapper_warn_param() functions
Thu, 16 Jul 2026 16:44:48 +0000
[email protected] (Girgias) • #37101
[GIT-PULLS] [php-src] PR #21829: Add zend_argument_type_error_ex, zend_argument_error_ex
Thu, 16 Jul 2026 16:43:42 +0000
[email protected] (TimWolla) • #37100
[GIT-PULLS] [php-src] PR #22765: ext/filter: fix use-after-free in parse_str() with filter.default
Thu, 16 Jul 2026 16:41:23 +0000
[email protected] (iliaal) • #37099
[GIT-PULLS] [php-src] PR #22768: ext/standard: fix out-of-bounds access in the ftp:// directory stream
Thu, 16 Jul 2026 16:39:50 +0000
[email protected] (iliaal) • #37098
[GIT-PULLS] [php-src] PR #22767: ext/ftp: apply the connect timeout ceiling to the remaining entry points
Thu, 16 Jul 2026 16:24:12 +0000
[email protected] (iliaal) • #37097
[GIT-PULLS] [php-src] PR #22748: main: convert win32_docref functions to a new function using new stream error API
Thu, 16 Jul 2026 16:04:18 +0000
[email protected] (Girgias) • #37096
[GIT-PULLS] [php-src] PR #22766: Fix GH-22256: Preserve frameless argument order
Thu, 16 Jul 2026 15:53:45 +0000
[email protected] (prateekbhujel) • #37095
[GIT-PULLS] [php-src] PR #22765: ext/filter: fix use-after-free in parse_str() with filter.default
Thu, 16 Jul 2026 15:08:38 +0000
[email protected] (iliaal) • #37094
[GIT-PULLS] [php-src] PR #22532: Sync gd 2 4
Thu, 16 Jul 2026 14:46:21 +0000
[email protected] (pierrejoye) • #37093
[GIT-PULLS] [php-src] PR #22764: Fix GH-GH-22763: Clear ZREG_TYPE_ONLY flag for in-register vars in zend_jit_snapshot_handler()
Thu, 16 Jul 2026 14:08:54 +0000
[email protected] (arnaud-lb) • #37092
[GIT-PULLS] [php-src] PR #22762: ext/filter: encode 0xFF in FILTER_SANITIZE_ENCODED
Thu, 16 Jul 2026 13:15:47 +0000
[email protected] (iliaal) • #37091
[GIT-PULLS] [php-src] PR #22761: ext/soap: fix NULL deref on malformed HTTP status line
Thu, 16 Jul 2026 12:31:41 +0000
[email protected] (iliaal) • #37090
[GIT-PULLS] [php-src] PR #22760: Fix GH-22759: Keep Io\Poll watcher registry in sync
Thu, 16 Jul 2026 12:16:05 +0000
[email protected] (LamentXU123) • #37089
[GIT-PULLS] [php-src] PR #22757: error when curl read func returns unexpected long
Thu, 16 Jul 2026 08:41:11 +0000
[email protected] (Sjord) • #37088
[GIT-PULLS] [php-src] PR #22737: opcache: add ephpm to the allow list
Thu, 16 Jul 2026 03:50:34 +0000
[email protected] (luthermonson) • #37087
[GIT-PULLS] [php-src] PR #21696: Fix GH-21691: OPcache CFG optimizer eliminates QM_ASSIGN feeding JMPZ with VAR operand
Wed, 15 Jul 2026 22:54:19 +0000
[email protected] (iluuu1994) • #37086
[GIT-PULLS] [php-src] PR #22756: Fix phpdbg over-read watching an element of a packed array
Wed, 15 Jul 2026 21:09:03 +0000
[email protected] (iliaal) • #37085
[GIT-PULLS] [php-src] PR #22755: ext/libxml: Fix build failure with libxml2 2.15.
Wed, 15 Jul 2026 20:26:14 +0000
[email protected] (devnexen) • #37084
[GIT-PULLS] [php-src] PR #22714: Fix use-after-free serializing an array grown by an element's hook
Wed, 15 Jul 2026 20:20:50 +0000
[email protected] (iliaal) • #37083
[GIT-PULLS] [php-src] PR #22735: Fix pdo_odbc output-buffer leak and stale-binding out-of-bounds read
Wed, 15 Jul 2026 20:18:07 +0000
[email protected] (iliaal) • #37082
[GIT-PULLS] [php-src] PR #22754: Fix unchecked BN_bin2bn() call
Wed, 15 Jul 2026 20:08:24 +0000
[email protected] (ndossche) • #37081
[GIT-PULLS] [php-src] PR #22753: Fix GH-22631: ext/mysqli: fix corruption of num_active_persistent when using real_connect
Wed, 15 Jul 2026 19:16:13 +0000
[email protected] (bavis-m) • #37080
[GIT-PULLS] [php-src] PR #22643: Fix leak on double DatePeriod::__construct() call
Wed, 15 Jul 2026 18:50:46 +0000
[email protected] (iluuu1994) • #37079
[GIT-PULLS] [php-src] PR #22744: Run oversized bz2 resource tests in isolation to avoid OOM
Wed, 15 Jul 2026 18:37:46 +0000
[email protected] (iliaal) • #37078
[GIT-PULLS] [php-src] PR #22749: streams: use built-in argument handling for warnings instead of 2 param functions
Wed, 15 Jul 2026 18:34:12 +0000
[email protected] (Girgias) • #37077
[GIT-PULLS] [php-src] PR #22751: Fix ARMv6 fiber asm: gate Cortex-M0 branch on __ARM_ARCH_6M__
Wed, 15 Jul 2026 18:03:11 +0000
[email protected] (andypost) • #37076
[GIT-PULLS] [php-src] PR #22750: ext/exif: Fix EXIF warning format specifiers for size_t values
Wed, 15 Jul 2026 17:48:57 +0000
[email protected] (LamentXU123) • #37075
[GIT-PULLS] [php-src] PR #22750: ext/exif: Fix EXIF warning format specifiers for size_t values
Wed, 15 Jul 2026 17:10:06 +0000
[email protected] (LamentXU123) • #37074
[GIT-PULLS] [php-src] PR #22749: streams: use built-in argument handling for warnings instead of 2 param functions
Wed, 15 Jul 2026 15:54:45 +0000
[email protected] (Girgias) • #37073
[GIT-PULLS] [php-src] PR #22747: exif: change usage of php_error_docref1() to php_error_docref()
Wed, 15 Jul 2026 15:51:05 +0000
[email protected] (Girgias) • #37072
[GIT-PULLS] [php-src] PR #22746: standard/file.c: use normal docref function for E_WARNINGs in popen()
Wed, 15 Jul 2026 15:50:48 +0000
[email protected] (Girgias) • #37071
[GIT-PULLS] [php-src] PR #22748: main: convert win32_docref functions to a new fonction using new stream error API
Wed, 15 Jul 2026 15:22:43 +0000
[email protected] (Girgias) • #37070
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.