1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 00:32:23 +01:00

Commit Graph

  • 54d793dc41 Merge branch 'PHP-8.3' into PHP-8.4 Arnaud Le Blanc 2025-10-13 16:22:05 +02:00
  • 3abebf3e31 Fix JIT TLS on MacOS Arnaud Le Blanc 2025-10-13 12:57:16 +02:00
  • cab2faa486 ext/opcache/zend_accelerator_module.c: remove unused include Gina Peter Banyard 2025-10-03 15:30:02 +01:00
  • e0a82b53d4 ext/opcache: use RETURN_BOOL() instead of if/else Gina Peter Banyard 2025-10-03 15:27:49 +01:00
  • 20a44af376 ext/opcache: use zend_result type instead of int Gina Peter Banyard 2025-10-03 15:35:26 +01:00
  • 1b651dbc9e ext/opcache: use bool type instead of int Gina Peter Banyard 2025-10-03 15:27:19 +01:00
  • aed3acfa11 ext/opcache: add const qualifiers Gina Peter Banyard 2025-10-03 15:23:28 +01:00
  • fd1c3660ca ext/sockets: socket_recvfrom() improve error message when port argument is missing Gina Peter Banyard 2025-10-05 13:11:19 +01:00
  • 4e562f49f3 ext/sockets: socket_recvfrom() add test for missing port argument error message Gina Peter Banyard 2025-10-05 13:09:10 +01:00
  • 066c8ff6d6 Merge branch 'PHP-8.5' Niels Dossche 2025-10-13 09:08:30 +02:00
  • 32a0d94cc5 Merge branch 'PHP-8.4' into PHP-8.5 Niels Dossche 2025-10-13 09:08:24 +02:00
  • f84605b2db Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-10-13 09:08:19 +02:00
  • c89f25bf69 phar: Fix file descriptor/memory leak when opening central fp fails Niels Dossche 2025-10-12 12:57:49 +02:00
  • 22bcea0d2d Merge branch 'PHP-8.5' Niels Dossche 2025-10-13 08:34:40 +02:00
  • 1adf63d45c Merge branch 'PHP-8.4' into PHP-8.5 Niels Dossche 2025-10-13 08:34:33 +02:00
  • a1c290f7cb Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-10-13 08:34:25 +02:00
  • 8a21d62c28 Update SKIPIF for bug #67563 (#20133) Niels Dossche 2025-10-13 08:34:03 +02:00
  • 829a722300 Merge branch 'PHP-8.5' David Carlier 2025-10-13 06:06:10 +01:00
  • f50942068d Fix GH-20106: locale methods catering to stricter C++ rules. David Carlier 2025-10-08 20:37:10 +01:00
  • 7ec9420db8 Merge branch 'PHP-8.5' Gina Peter Banyard 2025-10-12 23:10:42 +01:00
  • c1d0c61e81 Merge branch 'PHP-8.4' into PHP-8.5 Gina Peter Banyard 2025-10-12 23:09:23 +01:00
  • e7aea3db48 Merge branch 'PHP-8.3' into PHP-8.4 Gina Peter Banyard 2025-10-12 23:08:50 +01:00
  • 26f989313e Fix GH-20070: Return type violation in imagefilter when an invalid filter is provided Gina Peter Banyard 2025-10-05 13:58:47 +01:00
  • 83ee6d34e4 Merge branch 'PHP-8.5' Niels Dossche 2025-10-12 23:52:48 +02:00
  • 053d72e3e2 Merge branch 'PHP-8.4' into PHP-8.5 Niels Dossche 2025-10-12 23:52:41 +02:00
  • b3dd837bc4 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-10-12 23:52:34 +02:00
  • f9aeb9e57c phar: Reduce code duplication wrt error handling in phar_parse_zipfile() Niels Dossche 2025-10-12 12:18:15 +02:00
  • e52bf16390 phar: Use simpler memory management code in Phar::setAlias() Niels Dossche 2025-10-12 14:57:46 +02:00
  • 8e897f8602 phar: Avoid the use of goto in Phar::setAlias() Niels Dossche 2025-10-12 14:55:06 +02:00
  • 0dd2da190c phar: Avoid memory allocation in setAlias() error code Niels Dossche 2025-10-12 14:53:46 +02:00
  • 29d6e29216 phar: Remove confusing dtor calls (#20148) Niels Dossche 2025-10-12 23:45:00 +02:00
  • 930fe03d54 phar: Abstract away internal object fetching (#20147) Niels Dossche 2025-10-12 23:44:46 +02:00
  • ee43384a0b [ci skip] Remove duplicated comment block Niels Dossche 2025-10-12 16:59:18 +02:00
  • eeafff8f00 Merge branch 'PHP-8.5' Niels Dossche 2025-10-12 12:30:18 +02:00
  • bdf1bcc8d4 Fix GH-20088: Heap-use-after-free in PHP URI WHATWG parser during malformed URL processing Niels Dossche 2025-10-12 12:28:46 +02:00
  • fbb09bb650 Merge branch 'PHP-8.5' Niels Dossche 2025-10-12 11:29:23 +02:00
  • 7ad5146bc1 Merge branch 'PHP-8.4' into PHP-8.5 Niels Dossche 2025-10-12 11:29:14 +02:00
  • 29bfb43f59 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-10-12 11:28:24 +02:00
  • 416386acc4 Fix memory leak in phar_parse_zipfile() error handling Niels Dossche 2025-10-11 12:56:10 +02:00
  • cff7d9eb6f Merge branch 'PHP-8.5' Niels Dossche 2025-10-12 11:25:46 +02:00
  • 0b231c4895 Merge branch 'PHP-8.4' into PHP-8.5 Niels Dossche 2025-10-12 11:25:31 +02:00
  • aa1585f110 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-10-12 11:25:25 +02:00
  • efa1fafc2f Partially fix GH-16317: SimpleXML does not allow __debugInfo() overrides to work Niels Dossche 2025-10-11 12:03:11 +02:00
  • 594285e4af Merge branch 'PHP-8.5' Niels Dossche 2025-10-12 11:20:28 +02:00
  • 79b1419c0a Merge branch 'PHP-8.4' into PHP-8.5 Niels Dossche 2025-10-12 11:20:21 +02:00
  • 7d3c7268da Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-10-12 11:20:16 +02:00
  • 9216b8be8b phar: Fix memory leak when setAlias() fails Niels Dossche 2025-10-11 13:08:29 +02:00
  • 89399ad09b Merge branch 'PHP-8.5' Niels Dossche 2025-10-12 11:16:31 +02:00
  • 47bec0cf7f Merge branch 'PHP-8.4' into PHP-8.5 Niels Dossche 2025-10-12 11:15:54 +02:00
  • 3b878506e1 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-10-12 11:15:49 +02:00
  • da39975001 phar: Fix memory leak of argument in webPhar Niels Dossche 2025-10-11 13:30:49 +02:00
  • f543f4951c Clean up some minor things in ext/mysqli (#20120) Kamil Tekiela 2025-10-12 01:20:48 +01:00
  • 8212593694 phar: Stop early in compression test loop (#20142) Niels Dossche 2025-10-11 23:59:30 +02:00
  • 70c6a08863 Merge branch 'PHP-8.5' Niels Dossche 2025-10-11 23:57:49 +02:00
  • 1cb539d843 Merge branch 'PHP-8.4' into PHP-8.5 Niels Dossche 2025-10-11 23:57:43 +02:00
  • 990e05e579 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-10-11 23:57:36 +02:00
  • 40f4091256 Fix arginfo/zpp violations when LIBXML_SCHEMAS_ENABLED is not available Niels Dossche 2025-10-11 11:52:39 +02:00
  • 0583cce838 Merge branch 'PHP-8.5' Niels Dossche 2025-10-11 23:52:47 +02:00
  • bc76b3fca9 Improve __unserialize() hardening for SplHeap/SplPriorityQueue Niels Dossche 2025-10-08 19:22:03 +02:00
  • 677c7fe31b xml: Migrate start_element_handler_ns to ZendMM Niels Dossche 2025-10-10 00:50:24 +02:00
  • e0561f0c8e xml: Migrate qualify_namespace to ZendMM Niels Dossche 2025-10-10 00:43:26 +02:00
  • 20cc3a35e5 xml: Migrate start_element_handler to ZendMM Niels Dossche 2025-10-10 00:36:43 +02:00
  • c9c904f816 xml: Migrate _ns_separator to ZendMM Niels Dossche 2025-10-10 00:29:47 +02:00
  • f63b011eee xml: Migrate build_entity to ZendMM Niels Dossche 2025-10-10 00:28:07 +02:00
  • 8e405ca22a xml: Migrate build_comment to ZendMM Niels Dossche 2025-10-10 00:28:01 +02:00
  • 9c00765d64 phar: Remove obsoleted workaround code (#20136) Niels Dossche 2025-10-11 23:40:10 +02:00
  • f97ee5c71b phar: Reduce code duplication in destructor (#20140) Niels Dossche 2025-10-11 23:39:32 +02:00
  • da906ee4f9 phar: Remove duplicated error-handling code (#20137) Niels Dossche 2025-10-11 23:38:58 +02:00
  • b272021d0c [ci skip] Remove outdated comment (#20125) Niels Dossche 2025-10-11 18:05:57 +02:00
  • e82ed96bd6 soap: Fix comment (#20126) Niels Dossche 2025-10-11 18:05:18 +02:00
  • 7f65512511 ext/intl: migrate C code to C++ step 3. (#19411) David CARLIER 2025-10-11 14:16:57 +01:00
  • c3b66cdb44 [ci skip] Fix test formatting Niels Dossche 2025-10-11 11:27:24 +02:00
  • a572b1015b xml: Switch to safe option setting API (#20128) Niels Dossche 2025-10-11 10:46:44 +02:00
  • 890021e2be SimpleXML: Use RETURN_STRINGL_FAST() for key() (#20127) Niels Dossche 2025-10-11 10:46:33 +02:00
  • 106079a462 dom: Switch to new safe option setting API Niels Dossche 2025-10-10 00:20:55 +02:00
  • 571f119f1d dom: Remove pointless checks when setting options Niels Dossche 2025-10-10 00:17:48 +02:00
  • 12b16c6c93 Merge branch 'PHP-8.5' Jakub Zelenka 2025-10-10 17:19:52 +02:00
  • 234577ee90 Fix GH-19989: PHP 8.5 FPM access log lines also go to STDERR Jakub Zelenka 2025-10-10 16:21:45 +02:00
  • 5eed7ea816 NEWS Arnaud Le Blanc 2025-10-10 16:58:56 +02:00
  • 8f488f9556 Mask USR1/HUP while waiting for preloading Arnaud Le Blanc 2025-10-06 17:51:39 +02:00
  • ce7d4e726c Merge branch 'PHP-8.5' Arnaud Le Blanc 2025-10-10 15:45:34 +02:00
  • 01e34156a8 Merge branch 'PHP-8.4' into PHP-8.5 Arnaud Le Blanc 2025-10-10 15:44:57 +02:00
  • 27807fd0f1 Merge branch 'PHP-8.3' into PHP-8.4 Arnaud Le Blanc 2025-10-10 15:43:46 +02:00
  • ab9d121f48 Fix access to uninitialized variables in preload_load() Arnaud Le Blanc 2025-10-06 18:25:40 +02:00
  • 02e38fe22e Merge branch 'PHP-8.5' Jakub Zelenka 2025-10-09 21:35:37 +02:00
  • 1570ce9f55 Merge branch 'PHP-8.4' into PHP-8.5 Jakub Zelenka 2025-10-09 21:35:07 +02:00
  • da7558ab4e Merge branch 'PHP-8.3' into PHP-8.4 Jakub Zelenka 2025-10-09 21:34:14 +02:00
  • 059f9f78e5 Fix GH-19974: fpm_status_export_to_zval segfault for parallel execution Jakub Zelenka 2025-10-09 18:58:10 +02:00
  • e7524570f2 Merge branch 'PHP-8.5' Ilija Tovilo 2025-10-09 19:09:30 +02:00
  • 5a63f7a54b Fix missing new Foo(...) error in constant expressions Ilija Tovilo 2025-10-09 18:22:54 +02:00
  • b889ec41c1 Merge branch 'PHP-8.5' Jakub Zelenka 2025-10-09 14:13:31 +02:00
  • d8a7018289 Add missing NEWS entry for FPM GH-19817 fix Jakub Zelenka 2025-10-09 14:12:06 +02:00
  • 74674c3d56 Fix GH-19817: Decode SCRIPT_FILENAME issue in php 8.5 (#20114) Jakub Zelenka 2025-10-09 14:10:14 +02:00
  • baa5319632 json: Improve performance of php_json_encode_array() for non-hooked fields (#20105) Tim Düsterhus 2025-10-08 22:59:54 +02:00
  • 4b2bb20731 Merge branch 'PHP-8.5' Dmitry Stogov 2025-10-08 23:37:26 +03:00
  • f77be081e1 Merge branch 'PHP-8.4' into PHP-8.5 Dmitry Stogov 2025-10-08 23:37:16 +03:00
  • dd4189da83 Update IR Dmitry Stogov 2025-10-08 23:36:58 +03:00
  • 50b3222d45 hash: Upgrade xxHash to 0.8.2 (#20064) Tim Düsterhus 2025-10-08 21:04:18 +02:00
  • f5240b6189 Merge branch 'PHP-8.5' Niels Dossche 2025-10-08 18:56:43 +02:00
  • a07d257790 Regenerate zend_vm_execute.h Niels Dossche 2025-10-08 18:56:19 +02:00