1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 11:42:17 +02:00

Commit Graph

  • 6a0035b7f4 Merge branch 'PHP-8.3' into PHP-8.4 David Carlier 2024-10-28 21:25:39 +00:00
  • e039afffaf Merge branch 'PHP-8.2' into PHP-8.3 David Carlier 2024-10-28 21:22:17 +00:00
  • eeec0939e0 Fix GH-14687 segfault on debugging a freed SplObjectIterator instance. David Carlier 2024-06-29 08:42:03 +01:00
  • 99cdd670af Merge branch 'PHP-8.4' Niels Dossche 2024-10-28 19:45:27 +01:00
  • 6e82ae9990 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-10-28 19:42:10 +01:00
  • ed21ebd8aa Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-10-28 19:39:06 +01:00
  • 9d8983c061 Fix GH-16595: Another UAF in DOM -> cloneNode Niels Dossche 2024-10-25 19:27:02 +02:00
  • d89dd28d3b Fix GH-16593: Assertion failure in DOM->replaceChild Niels Dossche 2024-10-25 18:59:45 +02:00
  • 91270aafa5 Merge branch 'PHP-8.4' Niels Dossche 2024-10-28 19:33:24 +01:00
  • 947e319b76 Fix GH-16594: Assertion failure in DOM -> before Niels Dossche 2024-10-25 19:11:59 +02:00
  • 38e1b0ac8c Fix GH-16572: Incorrect result with reflection in low-trigger JIT Niels Dossche 2024-10-24 21:47:55 +02:00
  • 757781a142 Fix GH-16577: EG(strtod_state).freelist leaks with opcache.preload Niels Dossche 2024-10-25 20:34:20 +02:00
  • 562677a6dc [skip ci] Run all branches in nightly on Monday (GH-16625) Ilija Tovilo 2024-10-28 17:18:05 +01:00
  • fc1582d2b7 Merge branch 'PHP-8.4' Ilija Tovilo 2024-10-28 16:48:40 +01:00
  • d6839f77ee [skip ci] Remove duplicate icu dep on 8.4+ Ilija Tovilo 2024-10-28 16:47:53 +01:00
  • 33483f9f21 Merge branch 'PHP-8.4' Ilija Tovilo 2024-10-28 16:41:31 +01:00
  • 21165a83ca Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2024-10-28 16:41:25 +01:00
  • 7e5ed4712d Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-10-28 16:41:16 +01:00
  • e3de1a1a21 Fix icu dependency for macos build Ilija Tovilo 2024-10-28 16:34:22 +01:00
  • 0b4aed09d5 Merge branch 'PHP-8.4' Ilija Tovilo 2024-10-28 16:08:07 +01:00
  • fbddf0d6f9 Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2024-10-28 16:06:08 +01:00
  • 3aa672dd25 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-10-28 15:59:10 +01:00
  • 8538ac2667 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2024-10-28 15:58:58 +01:00
  • 25c0993902 Backport CI fixes to security branches Ilija Tovilo 2024-10-28 15:56:53 +01:00
  • aeb2d5cfa6 ext/[ef]*: fix a bunch of typos (GH-16621) DanielEScherzer 2024-10-28 03:28:32 -07:00
  • e8a1781c52 ext/standard: Transform tentative return types into proper types for Directory class Gina Peter Banyard 2024-10-27 10:36:17 +00:00
  • 0640fbab60 ext/standard/dir.c: Directory class should behave like other resource objects Gina Peter Banyard 2024-09-24 17:58:57 +01:00
  • 76f6592d12 ext/standard: Add tests for Directory class Gina Peter Banyard 2024-09-24 17:58:22 +01:00
  • 6bf5bde107 Merge branch 'PHP-8.4' Niels Dossche 2024-10-27 19:12:21 +01:00
  • 396b995d76 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-10-27 19:12:16 +01:00
  • d9947e8c42 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-10-27 19:12:02 +01:00
  • 8f60309a78 Fix GH-16589: UAF in SplDoublyLinked->serialize() Niels Dossche 2024-10-26 12:31:12 +02:00
  • 836a162089 Don't fiddle with NDEBUG in C code (GH-16511) Christoph M. Becker 2024-10-27 18:20:59 +01:00
  • 361fb400ef Merge branch 'PHP-8.4' Christoph M. Becker 2024-10-27 18:17:45 +01:00
  • e111bf72d7 Adapt ext/intl tests for ICU 75.1 Christoph M. Becker 2024-10-26 17:10:33 +02:00
  • d8d388eb3a Merge branch 'PHP-8.4' Niels Dossche 2024-10-26 15:08:22 +02:00
  • dd84953cda Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-10-26 15:08:17 +02:00
  • 5605285244 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-10-26 15:07:57 +02:00
  • 992ac1c25a Fix GH-16591: Assertion error in shm_put_var Niels Dossche 2024-10-26 12:24:28 +02:00
  • f4e203103d ext/reflection: use ZEND_PARSE_PARAMETERS_NONE(); macro (#16605) DanielEScherzer 2024-10-26 01:57:43 -07:00
  • bfca4c7ba9 Merge branch 'PHP-8.4' Gina Peter Banyard 2024-10-25 22:06:12 +01:00
  • 7854248638 Merge branch 'PHP-8.3' into PHP-8.4 Gina Peter Banyard 2024-10-25 22:05:20 +01:00
  • 5d993e9641 Fix GH-16477 (Segmentation fault when calling __debugInfo() after failed SplFileObject::__constructor) Gina Peter Banyard 2024-10-17 12:06:07 +01:00
  • eab17aeae9 Merge branch 'PHP-8.2' into PHP-8.3 Gina Peter Banyard 2024-10-25 22:04:28 +01:00
  • a19029fc8b Fix GH-16477 (Segmentation fault when calling __debugInfo() after failed SplFileObject::__constructor) Gina Peter Banyard 2024-10-17 12:06:07 +01:00
  • d353a89c49 Merge branch 'PHP-8.2' into PHP-8.3 Gina Peter Banyard 2024-10-25 22:03:29 +01:00
  • 9f5b5e34c3 Fix GH-16477 (Segmentation fault when calling __debugInfo() after failed SplFileObject::__constructor) Gina Peter Banyard 2024-10-17 12:06:07 +01:00
  • 1740d94626 Merge branch 'PHP-8.4' Niels Dossche 2024-10-25 23:00:52 +02:00
  • 3599fd0c51 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-10-25 23:00:46 +02:00
  • cc88b1f824 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-10-25 23:00:24 +02:00
  • 144d2ee29a Fix GH-16588: UAF in Observer->serialize Niels Dossche 2024-10-25 19:45:13 +02:00
  • 922bd2fe52 ext/readline: update return typehints from bool to true (#16545) DanielEScherzer 2024-10-25 09:35:48 -07:00
  • 0b3684c48e Merge branch 'PHP-8.4' Niels Dossche 2024-10-25 18:33:36 +02:00
  • e9283c0819 Fix GH-16574: Incorrect error "undefined method" messages Niels Dossche 2024-10-24 22:25:25 +02:00
  • 91e6f2621c Add sanitity checks regarding num_args and arg_info (GH-16538) Christoph M. Becker 2024-10-25 15:52:53 +02:00
  • c40e6be82b Merge branch 'PHP-8.4' David Carlier 2024-10-25 14:06:02 +01:00
  • 9ee204f2e3 Merge branch 'PHP-8.3' into PHP-8.4 David Carlier 2024-10-25 14:05:16 +01:00
  • aa38bbed40 Merge branch 'PHP-8.2' into PHP-8.3 David Carlier 2024-10-25 14:05:07 +01:00
  • e0a0e216a9 ext/gmp: gmp_pow fix FPE with large values. David Carlier 2024-10-12 07:14:56 +01:00
  • 1e08c15512 Merge branch 'PHP-8.4' Bob Weinand 2024-10-25 01:31:15 +02:00
  • 824c81602b Fix test without extra curl features Bob Weinand 2024-10-25 01:30:21 +02:00
  • a3bcbb5c8a Merge branch 'PHP-8.4' Niels Dossche 2024-10-24 23:02:43 +02:00
  • 1e7eba0b30 [ci skip] Fix NEWS formatting Niels Dossche 2024-10-24 23:02:37 +02:00
  • 4a4371d31c Modify zend_max_execution_timer.h to export the symbols with C format (#16550) Tianfeng.Han 2024-10-24 22:01:31 +08:00
  • c5a5707450 Merge branch 'PHP-8.4' Arnaud Le Blanc 2024-10-24 15:58:23 +02:00
  • 4c212b305f Merge branch 'PHP-8.3' into PHP-8.4 Arnaud Le Blanc 2024-10-24 15:58:12 +02:00
  • f3e87e2a6d Fix tests: Prevent stack overflow during dtor Arnaud Le Blanc 2024-10-22 12:38:42 +02:00
  • 551a9ef5e6 Merge branch 'PHP-8.4' Niels Dossche 2024-10-23 20:10:10 +02:00
  • d7e7e2b338 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-10-23 20:10:04 +02:00
  • 6d6afd9a83 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-10-23 20:09:39 +02:00
  • e1e1e64a32 Fix GH-16559: UBSan abort in ext/gd/libgd/gd_interpolation.c:1007 Niels Dossche 2024-10-23 17:58:38 +02:00
  • 5fc238f675 Merge branch 'PHP-8.4' Ilija Tovilo 2024-10-23 19:16:35 +02:00
  • 80d2cf71ff Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2024-10-23 19:16:26 +02:00
  • 301cda932b Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-10-23 19:16:19 +02:00
  • 9b7c506218 [skip ci] Add unused asan param to configure-x64 action Ilija Tovilo 2024-10-23 19:14:58 +02:00
  • 0b94cf65e4 GH-16067: prevent invalid abstract during compilation of methods (GH-16069) DanielEScherzer 2024-10-23 06:04:18 -07:00
  • e64e531e3d Merge branch 'PHP-8.4' Christoph M. Becker 2024-10-23 13:58:23 +02:00
  • 7cc327fd5a Dynamically xfail test case which fails on CI Christoph M. Becker 2024-10-23 13:55:09 +02:00
  • cfcf39f0e7 Merge branch 'PHP-8.4' Christoph M. Becker 2024-10-23 13:11:57 +02:00
  • bdde797159 Dynamically xfail test case which fails on CI Christoph M. Becker 2024-10-23 13:11:12 +02:00
  • 55e8ebe29b Merge branch 'PHP-8.4' Máté Kocsis 2024-10-22 22:54:08 +02:00
  • 5892991941 Fix GH-16131: Prevent mixing PDO sub-classes with different DSN Máté Kocsis 2024-10-20 22:39:08 +02:00
  • 96f83f7ca3 Merge branch 'PHP-8.4' Ilija Tovilo 2024-10-22 22:07:43 +02:00
  • dded6fdcad Fix gh16508.phpt test expectation Ilija Tovilo 2024-10-22 22:07:03 +02:00
  • dd8481e093 Update version for PHP 8.3.13 php-8.3.13 Jakub Zelenka 2024-10-22 20:39:14 +02:00
  • 207883e72b Merge branch 'PHP-8.4' Niels Dossche 2024-10-22 20:15:08 +02:00
  • 18a925b3db Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-10-22 20:14:57 +02:00
  • e4010fcf95 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-10-22 20:14:51 +02:00
  • 5c210428f3 [ci skip] Update EXTENSIONS and CODEOWNERS for ext/soap (#16542) Niels Dossche 2024-10-22 20:13:59 +02:00
  • bb6cf5e920 [ci skip] Update NEWS for PHP 8.4.0RC4 Saki Takamachi 2024-10-23 01:29:46 +09:00
  • 98cb79b9e6 Update versions for PHP 8.4.0RC3 php-8.4.0RC3 Saki Takamachi 2024-10-23 01:25:55 +09:00
  • 33657c01d3 Update versions for PHP 8.2.25 php-8.2.25 Sergey Panteleev 2024-10-22 18:12:03 +03:00
  • 32789c0047 [skip ci] gen_stub: Use simpara by default instead of para tags for documentation Gina Peter Banyard 2024-10-22 15:18:36 +01:00
  • e05b56fdb1 Merge branch 'PHP-8.4' Ilija Tovilo 2024-10-22 15:21:31 +02:00
  • 0c297bab21 Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2024-10-22 15:21:26 +02:00
  • a6bf2f591a Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-10-22 15:21:20 +02:00
  • c5c4c3be44 [skip ci] Fix overwritten observer ini setting for gh16514.phpt Ilija Tovilo 2024-10-22 15:20:56 +02:00
  • a4a1c67b9e Merge branch 'PHP-8.4' Ilija Tovilo 2024-10-22 15:18:55 +02:00
  • 5a639c5522 [skip ci] Fix test expectation of gh16508.phpt for 8.4+ Ilija Tovilo 2024-10-22 15:18:24 +02:00
  • 9fa2f116c3 Merge branch 'PHP-8.4' Ilija Tovilo 2024-10-22 15:17:36 +02:00