1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Commit Graph

  • 8f9a8c00e7 Fix GH-21421: SoapClient typemap property breaks engine assumptions master ndossche 2026-03-12 19:24:51 +01:00
  • 2918caee20 ext/*: Remove break after return (#21485) Weilin Du 2026-03-24 03:30:13 +08:00
  • d34c840b4e zend_builtin_functions.c: add const qualifiers (#21487) Gina Peter Banyard 2026-03-23 11:00:20 +00:00
  • be1ae8ef6f Zend: add const modifiers (#19571) Gina Peter Banyard 2026-03-23 10:52:28 +00:00
  • 00c0a9ba30 Merge branch 'PHP-8.5' David Carlier 2026-03-22 21:58:09 +00:00
  • b6b26f430a Merge branch 'PHP-8.4' into PHP-8.5 PHP-8.5 David Carlier 2026-03-22 21:56:16 +00:00
  • 97bb48ec2e ext/ffi: Fix resource leak in FFI::cdef() on symbol resolution failure. PHP-8.4 David Carlier 2026-03-14 19:00:22 +00:00
  • be539d95c8 Merge branch 'PHP-8.5' ndossche 2026-03-22 09:58:02 +01:00
  • 99365b8834 Merge branch 'PHP-8.4' into PHP-8.5 ndossche 2026-03-22 09:57:56 +01:00
  • c920daa7ec Fix GH-21486: Dom\HTMLDocument parser mangles xml:space and xml:lang attributes ndossche 2026-03-21 22:57:06 +01:00
  • cb8d3a27c3 Merge branch 'PHP-8.5' Ilija Tovilo 2026-03-22 01:56:48 +01:00
  • b0215e9c1b Merge branch 'PHP-8.4' into PHP-8.5 Ilija Tovilo 2026-03-22 01:56:44 +01:00
  • c52cfaf88b Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2026-03-22 01:56:38 +01:00
  • bc8a95e4fb Merge branch 'PHP-8.2' into PHP-8.3 PHP-8.3 Ilija Tovilo 2026-03-22 01:56:32 +01:00
  • 486c09cd68 [skip ci] Harden bug74093.phpt PHP-8.2 Ilija Tovilo 2026-03-22 01:54:55 +01:00
  • 61c83f8af5 Merge branch 'PHP-8.5' Ilija Tovilo 2026-03-22 00:43:10 +01:00
  • afbca756e8 Merge branch 'PHP-8.4' into PHP-8.5 Ilija Tovilo 2026-03-22 00:43:04 +01:00
  • 6fd46f12f5 Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2026-03-22 00:42:59 +01:00
  • eca83d2baf Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2026-03-22 00:42:54 +01:00
  • 0f544b0406 [skip ci] Fix CLEAN for phar_extract2.phpt Ilija Tovilo 2026-03-22 00:41:37 +01:00
  • 9011bd31d7 [skip ci] Fix CI badge in README Ilija Tovilo 2026-03-21 23:43:09 +01:00
  • 74fad61607 Add test for array_diff() array maximum ndossche 2026-03-21 22:58:48 +01:00
  • f40b356ad9 Use smart_str_append() if we have a zend_string* (#21414) Gina Peter Banyard 2026-03-21 17:06:14 +00:00
  • 4d528531be ext/spl: extract AppendIterator constructor (#21367) Gina Peter Banyard 2026-03-21 17:05:33 +00:00
  • f102735d71 Merge branch 'PHP-8.5' Remi Collet 2026-03-21 14:29:50 +01:00
  • d8560ad177 use lexbor version from library Remi Collet 2026-03-20 16:39:26 +01:00
  • c524773a4f ext/ftp: Remove unreachable break (#21481) Arshid 2026-03-21 16:54:04 +05:30
  • d3727f44e7 ext/pgsql: Remove unreachable break (#21482) Arshid 2026-03-21 15:09:44 +05:30
  • a6a7b3923a Merge branch 'PHP-8.5' ndossche 2026-03-21 10:36:04 +01:00
  • 0d7ce4c037 Merge branch 'PHP-8.4' into PHP-8.5 ndossche 2026-03-21 10:35:59 +01:00
  • f92d54b6b5 openssl: Fix missing error propagation for BIO_printf() calls ndossche 2026-03-06 17:59:36 +01:00
  • 614b22ab46 Add array size maximum to array_diff() ndossche 2026-03-15 00:30:00 +01:00
  • 30b2d77cd3 Merge branch 'PHP-8.5' Máté Kocsis 2026-03-20 23:30:35 +01:00
  • 6932260386 Fix replacement of class signatures when a packagesynopsis element is present Máté Kocsis 2026-03-20 23:30:01 +01:00
  • 36e1469fe1 gen_stub: use first class callables where possible Daniel Scherzer 2026-03-18 14:35:08 -07:00
  • 362f5fdb09 gen_stub: use match rather than switch when possible Daniel Scherzer 2026-03-18 14:22:09 -07:00
  • ef5771dce2 gen_stub: use real readonly modifier Daniel Scherzer 2026-03-18 14:15:06 -07:00
  • b83dd1055b gen_stub: use real mixed type Daniel Scherzer 2026-03-18 14:14:03 -07:00
  • 2e20074310 Merge branch 'PHP-8.5' Arnaud Le Blanc 2026-03-20 15:45:55 +01:00
  • 5485f8ee40 Merge branch 'PHP-8.4' into PHP-8.5 Arnaud Le Blanc 2026-03-20 15:45:15 +01:00
  • 9ec303edde Fix GH-20875: Propagate IN_GET guard in get_property_ptr_ptr for lazy proxies Ilia Alshanetsky 2026-03-16 20:20:52 -04:00
  • e39b6b9697 Merge branch 'PHP-8.5' Ilija Tovilo 2026-03-20 14:50:13 +01:00
  • f134227e5d Merge branch 'PHP-8.4' into PHP-8.5 Ilija Tovilo 2026-03-20 14:50:08 +01:00
  • 69b455c89e Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2026-03-20 14:50:02 +01:00
  • d1c39a5bd9 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2026-03-20 14:49:54 +01:00
  • 272cf1fb2d Use default branch for symfony/laravel when possible Ilija Tovilo 2026-03-20 13:32:42 +01:00
  • 183d2a617f Fix Laravel build for PHP 8.2 Ilija Tovilo 2026-03-20 11:38:59 +01:00
  • 38cbbee4aa Zend: add const qualifiers to the majority of compare functions (#21304) Gina Peter Banyard 2026-03-19 20:36:19 +00:00
  • 8c42cf473e Merge branch 'PHP-8.5' Ilija Tovilo 2026-03-19 13:19:07 +01:00
  • f7753608cc Merge branch 'PHP-8.4' into PHP-8.5 Ilija Tovilo 2026-03-19 13:19:01 +01:00
  • b97dd3318d Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2026-03-19 13:18:54 +01:00
  • 551809576b Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2026-03-19 13:18:36 +01:00
  • b8b5fb074d Fix expected output for bug52820.phpt Ilija Tovilo 2026-03-19 12:05:37 +01:00
  • 103e35df7d ext/session: code refactoring - improve readability and consistency Giovanni Giacobbi 2026-03-18 13:46:11 +01:00
  • d63fb997e2 ext/session: code cleanup - use single empty line except for sections Giovanni Giacobbi 2026-03-18 13:31:43 +01:00
  • adba504ea8 ext/session: code cleanup - space after control flow keywords Giovanni Giacobbi 2026-03-18 13:24:35 +01:00
  • 3b20ccda19 ext/session: code cleanup - don't use tabs for alignments Giovanni Giacobbi 2026-03-18 13:17:42 +01:00
  • a6802737b3 ext/session: code cleanup - use consistent pointer declarations Giovanni Giacobbi 2026-03-18 13:12:00 +01:00
  • 7b16f81651 ext/session: code cleanup - use tab for indent Giovanni Giacobbi 2026-03-18 13:05:50 +01:00
  • db37779940 Merge branch 'PHP-8.5' Dmitry Stogov 2026-03-19 11:13:41 +03:00
  • aa9964eebb Merge branch 'PHP-8.4' into PHP-8.5 Dmitry Stogov 2026-03-19 11:13:30 +03:00
  • 1a79ea47c5 Fix GH-21411: opcache_compile_file() fails to early-bind classes without parents (#21412) Rasmus Lerdorf 2026-03-19 04:12:45 -04:00
  • ab043eefa4 [skip ci] Update versioned binary name in bug_report.yml template Tim Düsterhus 2026-03-18 21:47:48 +01:00
  • 769258f561 [skip ci] Update php -v placeholder in bug_report.yml template Tim Düsterhus 2026-03-18 21:46:12 +01:00
  • 9b022c4c5c ext/standard: replace RETVAL_EMPTY_ARRAY() + return with RETURN_EMPTY_ARRAY() (#21464) Arshid 2026-03-18 11:00:03 +05:30
  • e6db18b74c Merge branch 'PHP-8.5' ndossche 2026-03-17 08:53:46 +01:00
  • cefdfc9f5c Merge branch 'PHP-8.4' into PHP-8.5 ndossche 2026-03-17 08:53:41 +01:00
  • ae863ea4f8 [ci skip] Update JIT news ndossche 2026-03-17 08:53:06 +01:00
  • a16ace8ee7 Merge branch 'PHP-8.5' ndossche 2026-03-17 08:47:51 +01:00
  • c9a6743b59 Merge branch 'PHP-8.4' into PHP-8.5 ndossche 2026-03-17 08:47:46 +01:00
  • 8796d75365 Fix GH-21454: Missing write lock validation in SplHeap ndossche 2026-03-15 00:05:23 +01:00
  • 8cf917990c Merge branch 'PHP-8.5' Dmitry Stogov 2026-03-16 22:55:42 +03:00
  • 0b2d8136e3 Merge branch 'PHP-8.4' into PHP-8.5 Dmitry Stogov 2026-03-16 22:55:26 +03:00
  • a5637221ee Update IR (#21462) Dmitry Stogov 2026-03-16 22:52:40 +03:00
  • c43880587b Update IR (#21462) Dmitry Stogov 2026-03-16 22:52:40 +03:00
  • 0bd3a6b7f2 Merge branch 'PHP-8.5' Dmitry Stogov 2026-03-16 21:58:32 +03:00
  • 00ff93d660 Fix support for TAILCALL VM Dmitry Stogov 2026-03-16 21:57:40 +03:00
  • 81504d3db7 Merge branch 'PHP-8.4' into PHP-8.5 Dmitry Stogov 2026-03-16 21:32:27 +03:00
  • e1a3a4c9a4 Fix GH-21267: JIT infinite loop on FETCH_OBJ_R with IS_UNDEF property (#21368) Ilia Alshanetsky 2026-03-16 14:31:49 -04:00
  • 25f62cfa1f gen_stub: simplify with early returns Daniel Scherzer 2025-09-04 12:48:24 +03:00
  • f1dd3f2f30 gen_stub: move generateArgInfoCode() into FileInfo Daniel Scherzer 2026-03-14 16:32:54 -07:00
  • 777fa5d158 gen_stub: fix typo $minPHPCompatability to $minPHPCompatibility Daniel Scherzer 2025-09-04 12:17:02 +03:00
  • 8ee5a524fa gen_stub: polyfill and use array_any() Daniel Scherzer 2025-09-04 12:16:05 +03:00
  • a1d8e525f0 gen_stub: drop unused parameter in ConstInfo::getClassConstDeclaration() Daniel Scherzer 2025-09-04 11:56:12 +03:00
  • a8543dfdd2 Convert remaining zend_parse_parameters_none() to ZPP (#21343) Alexandre Daubois 2026-03-16 09:28:08 +01:00
  • 0039af028c Propagate bind error for stream_socket_server() Ilija Tovilo 2026-03-03 13:37:04 +01:00
  • f44609c84d ext/standard: Remove unreachable break after RETURN_STRING (#21459) Arshid 2026-03-16 13:10:55 +05:30
  • 45157d24ea ext/zip: Remove unreachable break after RETURN_STRING (#21458) Arshid 2026-03-16 13:07:43 +05:30
  • 3927630e62 Remove unused config.h inclusion in SAPIs (#21377) Peter Kokot 2026-03-15 12:57:20 +01:00
  • 4561e92fa1 Fix ReflectionMethod::invoke() for first class callables (#21389) Ilia Alshanetsky 2026-03-14 20:00:04 -04:00
  • 7e16d4e5f8 Merge branch 'PHP-8.5' David Carlier 2026-03-14 18:24:55 +00:00
  • 277a016723 Merge branch 'PHP-8.4' into PHP-8.5 David Carlier 2026-03-14 18:24:17 +00:00
  • e257c086bb ext/gd: phpinfo() to be able to display libjpeg 10.0 support. David Carlier 2026-03-13 16:28:59 +00:00
  • 91134db95d ReflectionFiber::getCallable(): remove stray backslash (#21439) Daniel Scherzer 2026-03-14 10:11:33 -07:00
  • c197fada93 Merge branch 'PHP-8.5' ndossche 2026-03-14 15:07:26 +01:00
  • e0ac74fb52 Merge branch 'PHP-8.4' into PHP-8.5 ndossche 2026-03-14 15:07:06 +01:00
  • b95f0ebc47 ext/zip: Fix const-generic compile warning ndossche 2026-03-14 15:06:57 +01:00
  • 605c0756c9 ext/zip: add ZipArchive::openString() method Tim Starling 2024-04-29 19:48:00 +02:00
  • 006f141dd6 ext/phar: Use zend_string_concat2 instead of manual zend_string_alloc/memcpy (#21441) Arshid 2026-03-14 18:58:00 +05:30
  • a5ffcf3b1a Use zend_string_init_fast() for single-character string creation (#21438) Arshid 2026-03-14 15:20:21 +05:30