1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

Commit Graph

  • 4b867d495a Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2025-01-24 14:27:29 +01:00
  • 5b32011fb5 [skip ci] Use !cancelled() over always() in GHA config Ilija Tovilo 2025-01-24 14:25:24 +01:00
  • 0126625ded Merge branch 'PHP-8.4' Ilija Tovilo 2025-01-24 14:15:10 +01:00
  • cbeb95f7ea Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2025-01-24 14:15:02 +01:00
  • 61d4bd573b Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2025-01-24 14:14:51 +01:00
  • d90475dee1 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2025-01-24 14:14:42 +01:00
  • 5b8c960c9f Skip Symfony/Wordpress in 8.1 build Ilija Tovilo 2025-01-24 12:40:36 +01:00
  • f26250c7c7 Backport nightly.yml Ilija Tovilo 2025-01-24 12:24:18 +01:00
  • 10ccb6bf0d Drop intel macOS build from push (#17551) Ilija Tovilo 2025-01-23 19:17:24 +01:00
  • 6d4598eba8 Merge branch 'PHP-8.4' Niels Dossche 2025-01-23 19:03:45 +01:00
  • b448d540c2 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-01-23 19:03:35 +01:00
  • 2a2cc2ccce Fix type confusion with session SID constant Niels Dossche 2025-01-22 22:38:02 +01:00
  • ad4cbf4e7f ext/pdo_firebird: Add LSAN suppression for isc_attach_database() (#17544) Gina Peter Banyard 2025-01-22 20:51:00 +00:00
  • 387ce309ba Merge branch 'PHP-8.4' Dmitry Stogov 2025-01-22 18:30:56 +03:00
  • 63965f1de5 Update IR Dmitry Stogov 2025-01-22 18:30:33 +03:00
  • 3337f22eb1 Merge branch 'PHP-8.4' David Carlier 2025-01-21 19:34:14 +00:00
  • fa21fce84f ext/pgsql: Add check for constant PGRES_TUPLES_CHUNK to fix compilation failures Christian Schneider 2025-01-21 18:11:49 +01:00
  • aa76127d01 Address more Clang warnings (GH-17506) Christoph M. Becker 2025-01-21 20:05:29 +01:00
  • 75bd1a9dc0 Merge branch 'PHP-8.4' Niels Dossche 2025-01-21 19:27:24 +01:00
  • 0b12db6afa Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-01-21 19:27:19 +01:00
  • 0b3e637aec Fix may_have_extra_named_args flag for ZEND_AST_UNPACK Niels Dossche 2025-01-21 08:36:20 +01:00
  • c218f62920 Remove always-true check in pdo_stmt.c (#17535) Niels Dossche 2025-01-21 19:20:57 +01:00
  • 1aaf2b1899 array_filter: Remove unnecessary refcounting (#17538) Tim Düsterhus 2025-01-21 15:43:16 +01:00
  • c39d112620 array_find: Remove unnecessary refcounting (#17536) Tim Düsterhus 2025-01-21 12:27:49 +01:00
  • 3786b721e8 Merge branch 'PHP-8.4' Niels Dossche 2025-01-21 08:21:27 +01:00
  • 25543b4566 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-01-21 08:21:13 +01:00
  • 5344bcca97 Fix GH-17408: Assertion failure Zend/zend_exceptions.c Niels Dossche 2025-01-20 21:41:46 +01:00
  • 0f8340d0a5 zend_ini: Implement zend_ini_string*() in terms of zend_ini_str*() (#17530) Tim Düsterhus 2025-01-20 22:15:23 +01:00
  • ce53dab272 Fix Clang builds regarding undefined function call Christoph M. Becker 2025-01-19 14:43:45 +01:00
  • 6bd2b8dfa5 ext/pdo: Throw an exception instead of fatal error if the class is not found (#17528) Gina Peter Banyard 2025-01-19 23:35:24 +00:00
  • 9283abc1a0 ext/pdo: Rename and add tests for PDO::FETCH_CLASS fetch mode (#17526) Gina Peter Banyard 2025-01-19 20:33:13 +00:00
  • b60f9bf27a Merge branch 'PHP-8.4' Jakub Zelenka 2025-01-19 20:39:27 +01:00
  • b3c297d88f Merge branch 'PHP-8.3' into PHP-8.4 Jakub Zelenka 2025-01-19 20:38:51 +01:00
  • 191e16b703 Merge branch 'PHP-8.2' into PHP-8.3 Jakub Zelenka 2025-01-19 20:38:19 +01:00
  • 5d632230ba Merge branch 'PHP-8.1' into PHP-8.2 Jakub Zelenka 2025-01-19 20:37:53 +01:00
  • 235d1b14a3 Fix GH-17499: mysqli flaky test: ghsa-h35g-vwh6-m678-stmt-row-string Jakub Zelenka 2025-01-19 20:36:12 +01:00
  • 27125b8c39 Merge branch 'PHP-8.4' David Carlier 2025-01-19 18:01:52 +00:00
  • c82e31b026 Fix GH-17516: SplFileTempObject::getPathInfo() crash on invalid class. David Carlier 2025-01-19 07:27:05 +00:00
  • a883082f87 Improve mysqli_thread_id test (#17515) Kamil Tekiela 2025-01-19 17:54:01 +00:00
  • d6d23fe002 Improve bug74021 test (#17514) Kamil Tekiela 2025-01-19 17:53:54 +00:00
  • 6919b95010 Ensure charset in tests (#17513) Kamil Tekiela 2025-01-19 17:53:37 +00:00
  • a100450cd9 ext/intl: Call DateTimeInterface::getTimestamp() directly (#17487) Gina Peter Banyard 2025-01-19 17:28:36 +00:00
  • b8ee4c2b19 Merge branch 'PHP-8.4' Niels Dossche 2025-01-19 13:06:01 +01:00
  • 7cc8719ee5 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-01-19 13:05:55 +01:00
  • eab209d81d Fix GH-17518: offset overflow phar extractTo() Niels Dossche 2025-01-19 11:33:41 +01:00
  • 675f359e91 Merge branch 'PHP-8.4' Niels Dossche 2025-01-19 11:51:41 +01:00
  • 22704af4b8 Cherry-pick lexbor/lexbor@f94d97a3 Niels Dossche 2025-01-19 11:50:56 +01:00
  • 8c11382a52 Removed unused headers from link.c (#16080) Jorg Adam Sowa 2025-01-19 10:20:03 +01:00
  • 88fc34aa7a ext/curl: update CURLOPT_PREREQFUNCTION test to validate CURLE_ABORTED_BY_CALLBACK return value Ayesh Karunaratne 2025-01-19 11:20:15 +07:00
  • 252c0c9164 win32: switch handful of memmove over memcpy. (#17508) David CARLIER 2025-01-18 14:47:48 +00:00
  • 709c0a9905 Merge branch 'PHP-8.4' David Carlier 2025-01-17 22:25:37 +00:00
  • 05a1c04c43 Merge branch 'PHP-8.3' into PHP-8.4 David Carlier 2025-01-17 22:25:24 +00:00
  • a1d1269688 Fix GH-17469: UConverter::transcode() not hardcoding error handling. David Carlier 2025-01-16 19:03:06 +00:00
  • 7dbfacb27e Suppress UB warnings regarding indirect function calls Christoph M. Becker 2025-01-14 14:14:34 +01:00
  • e1c4c0300e Fix Clang lib folder detection on Windows Christoph M. Becker 2025-01-14 14:11:00 +01:00
  • ddfa3934d8 [ci skip] Fix NEWS format Niels Dossche 2025-01-17 19:45:59 +01:00
  • 0bed3d5d6d Merge branch 'PHP-8.4' Niels Dossche 2025-01-17 19:44:16 +01:00
  • 0b04061e71 NEWS for GH-17485 Niels Dossche 2025-01-17 19:43:06 +01:00
  • d0981864eb Cherry-pick lexbor/lexbor@e58e1e8c Niels Dossche 2025-01-17 19:39:58 +01:00
  • a928b66447 Cherry-pick lexbor/lexbor@ae97abfb Niels Dossche 2025-01-16 20:22:21 +01:00
  • 4531292ad2 Cherry-pick lexbor/lexbor@e39083b0 Niels Dossche 2025-01-16 20:21:43 +01:00
  • 5471f117c5 Merge branch 'PHP-8.4' Niels Dossche 2025-01-17 19:37:19 +01:00
  • 525aeff070 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-01-17 19:37:14 +01:00
  • 82d71a82aa Fix GH-17500: Segfault with requesting nodeName on nameless doctype Niels Dossche 2025-01-17 18:31:51 +01:00
  • dd42ebef94 Drop useless and not quite correct cast (GH-17454) Christoph M. Becker 2025-01-17 17:56:52 +01:00
  • 8765e9f5e7 ext/zip: Throw a TypeError if the return value of the cancel callback is not an int Gina Peter Banyard 2025-01-10 13:35:13 +00:00
  • dccd4af9aa ext/zip: Cancel operation if user callback throws an exception Gina Peter Banyard 2025-01-10 13:08:51 +00:00
  • 79b9fe334a ext/zip: Convert cancel_callback to FCC Gina Peter Banyard 2025-01-10 13:06:23 +00:00
  • 76a5804560 ext/zip: Convert progress_callback to FCC Gina Peter Banyard 2025-01-10 12:56:36 +00:00
  • 08784ed58a ext/zip: Add some tests for methods taking callbakcs Gina Peter Banyard 2025-01-10 12:46:57 +00:00
  • 72708f298b Merge branch 'PHP-8.4' Niels Dossche 2025-01-17 16:25:23 +01:00
  • 2952e164a9 Fix GH-17481: UTF-8 corruption in \Dom\HTMLDocument Niels Dossche 2025-01-16 20:11:35 +01:00
  • 21c170c75a Fix GH-17486: Incorrect error line numbers reported in Dom\HTMLDocument::createFromString Niels Dossche 2025-01-16 21:00:48 +01:00
  • 8a9095a92e Define PHP_HAVE_BUILTIN_EXPECT for Clang on Windows (GH-17457) Christoph M. Becker 2025-01-17 14:21:02 +01:00
  • e64f674237 Updated to version 2025.1 (2025a) Derick Rethans 2025-01-17 11:53:13 +00:00
  • 9eb055c9aa Empty merge Derick Rethans 2025-01-17 11:53:13 +00:00
  • 4333009190 Updated to version 2025.1 (2025a) Derick Rethans 2025-01-17 11:53:12 +00:00
  • 2d3dca004a Empty merge Derick Rethans 2025-01-17 11:53:12 +00:00
  • 7da1ea4029 Updated to version 2025.1 (2025a) Derick Rethans 2025-01-17 11:53:10 +00:00
  • 36b8a69009 Drop superfluous enum forward declaration (GH-17455) Christoph M. Becker 2025-01-17 11:45:58 +01:00
  • f2d8420b1c Test: grapheme_extract should slide properly past error bytes. (#17404) Dennis Snell 2025-01-17 08:12:41 +00:00
  • d0d8e6867a Merge branch 'PHP-8.4' Niels Dossche 2025-01-16 20:29:08 +01:00
  • ae3ab37816 Fix GH-17447: Assertion failure when array popping a self addressing variable Niels Dossche 2025-01-12 15:09:25 +01:00
  • a4fa1e728a Merge branch 'PHP-8.4' Niels Dossche 2025-01-16 19:22:55 +01:00
  • ac266c9a05 Cherry-pick lexbor/lexbor@58c88147 Niels Dossche 2025-01-16 19:22:25 +01:00
  • ac2ce94de0 zend_hrtime: Fix build for macOS without clock_gettime_nsec_np() (#17437) Jorg Adam Sowa 2025-01-16 18:57:51 +01:00
  • 5c39a4636b Replace __forceinline with zend_always_inline in win32/ (GH-17482) Christoph M. Becker 2025-01-16 15:05:24 +01:00
  • 6967de563e Simplify ZEND_SIGNED_MULTIPLY_LONG() on Windows (GH-17477) Christoph M. Becker 2025-01-16 13:57:07 +01:00
  • 39f1d253b1 Merge branch 'PHP-8.4' Christoph M. Becker 2025-01-16 00:03:16 +01:00
  • b702eafbff Merge branch 'PHP-8.3' into PHP-8.4 Christoph M. Becker 2025-01-16 00:02:23 +01:00
  • ed8b11188b Fix potential OOB when checking for trailing spaces Christoph M. Becker 2025-01-15 14:59:56 +01:00
  • 8d6f46d9d2 Merge branch 'PHP-8.4' Christoph M. Becker 2025-01-15 22:55:19 +01:00
  • 5f42cc9e1c Merge branch 'PHP-8.3' into PHP-8.4 Christoph M. Becker 2025-01-15 22:54:14 +01:00
  • 022a5fca91 Fix NULL arithmetic during system program execution Christoph M. Becker 2025-01-14 23:34:27 +01:00
  • df8ac4af91 ext/pdo_odbc: Do not populate message if there is no driver error (#17478) Gina Peter Banyard 2025-01-15 20:46:08 +00:00
  • 951d2f81c7 Merge branch 'PHP-8.4' David Carlier 2025-01-15 20:37:19 +00:00
  • 6979a7a954 ext/pcntl: Fix pcntl_setcpuaffinity exception type for invalid cpu id. David Carlier 2025-01-14 21:05:52 +00:00
  • effd3f6212 main: Voidify php_startup_ticks() (#17479) Gina Peter Banyard 2025-01-15 15:55:42 +00:00
  • b7169a2248 ext/soap: Don't call readfile() userland function (#17432) Gina Peter Banyard 2025-01-15 14:37:44 +00:00
  • 7512685767 Use built-ins for addition and subtraction on Windows (GH-17472) Christoph M. Becker 2025-01-15 12:58:12 +01:00