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

Commit Graph

  • c177ea91d4 Move http_build_query() tests to the HTTP test folder George Peter Banyard 2023-01-05 13:34:04 +00:00
  • 5624cbbed1 Merge branch 'PHP-8.2' George Peter Banyard 2023-01-15 15:43:57 +00:00
  • ec377c687d Merge branch 'PHP-8.1' into PHP-8.2 George Peter Banyard 2023-01-15 15:43:34 +00:00
  • 347b7c3628 Fix wrong flags check for compression method in phar_object.c Niels Dossche 2023-01-15 15:05:36 +01:00
  • 11a1feb0d7 Fix missing check for xmlTextWriterEndElement Niels Dossche 2023-01-14 23:38:38 +01:00
  • 4bbbe6d652 Fix substr_replace with slots in repl_ht being UNDEF Niels Dossche 2023-01-14 21:01:22 +01:00
  • 68ada76f9a Zend/zend_closures: include cleanup Max Kellermann 2023-01-05 10:09:39 +01:00
  • 45384c6e20 Zend/zend_inheritance: include cleanup Max Kellermann 2023-01-05 10:30:57 +01:00
  • ef7fbfd710 Zend/zend_API: include cleanup Max Kellermann 2023-01-05 10:33:43 +01:00
  • 9b9ea0d7c6 Zend/zend_list: include cleanup Max Kellermann 2023-01-05 09:01:24 +01:00
  • f15747c26b Zend/zend_objects: include cleanup Max Kellermann 2023-01-04 20:50:15 +01:00
  • e883ba93c4 Zend/zend_gc: include cleanup Max Kellermann 2023-01-04 20:54:16 +01:00
  • 7e87551c37 Zend/zend_llist: include cleanup Max Kellermann 2023-01-04 20:48:55 +01:00
  • 921274d2b8 Zend/zend_observer: include cleanup Max Kellermann 2023-01-04 20:42:10 +01:00
  • fc1f528e5e Zend/zend_interfaces: include cleanup Max Kellermann 2023-01-04 20:22:28 +01:00
  • 0961715cda Zend/zend_enum: include cleanup Max Kellermann 2023-01-04 20:27:41 +01:00
  • a93f264526 Zend/zend_weakrefs: include cleanup Max Kellermann 2023-01-04 20:35:48 +01:00
  • 72dd94e1c6 Zend/zend_compile: include cleanup Max Kellermann 2023-01-04 09:21:39 +01:00
  • 29b2dc8964 Zend/zend_iterators: include cleanup Max Kellermann 2023-01-04 20:24:56 +01:00
  • 05c7653bba Zend/zend_call_stack: include cleanup Max Kellermann 2023-01-04 20:20:23 +01:00
  • 5190e5c260 Zend/zend_ast: include cleanup Max Kellermann 2023-01-04 09:24:12 +01:00
  • 6b55bf228c Zend/zend_language_scanner: include cleanup Max Kellermann 2023-01-04 21:12:08 +01:00
  • 184b4a12d3 main/php.h: add missing includes Max Kellermann 2023-01-04 20:34:59 +01:00
  • 4c31b7888a Zend/zend_globals_macros: add missing include for BEGIN_EXTERN_C Max Kellermann 2023-01-04 20:34:59 +01:00
  • d44e9680f0 ext/opcache/ZendAccelerator.h: add missing include for "INIT_FUNC_ARGS" Max Kellermann 2023-01-12 17:03:36 +01:00
  • 4069a5c43f Zend/zend_execute: always include zend_globals.h Max Kellermann 2023-01-12 19:49:38 +01:00
  • a60c6ee0ac Mark constant static arrays in function bodies actually as const (#10325) Niels Dossche 2023-01-15 15:51:31 +01:00
  • e951202a69 Remove useless check, search_str is always true here (#10322) Niels 2023-01-15 00:32:51 +01:00
  • abc41c2e00 Merge branch 'PHP-8.2' Jakub Zelenka 2023-01-14 15:15:12 +00:00
  • d0dd77a3c2 Merge branch 'PHP-8.1' into PHP-8.2 Jakub Zelenka 2023-01-14 15:14:44 +00:00
  • 7d98e3e40c Fix missing comment in FPM www.conf.in Jakub Zelenka 2023-01-14 15:13:43 +00:00
  • a493da7b9d Fix typo in HAVE_ macro (#10310) Arnaud Le Blanc 2023-01-14 13:43:26 +01:00
  • 2a5c03cd72 [ci skip] NEWS Arnaud Le Blanc 2023-01-14 12:19:35 +01:00
  • 6ab503814d Make array_pad's $length warning less confusing (#10149) Niels 2023-01-14 12:15:56 +01:00
  • 690db97c6d intl extension couple of micro optimisations for error edge cases. (#10044) David CARLIER 2023-01-14 07:26:05 +00:00
  • 9788244a42 Merge branch 'PHP-8.2' Arnaud Le Blanc 2023-01-13 18:07:58 +01:00
  • 61048f984a Merge branch 'PHP-8.1' into PHP-8.2 Arnaud Le Blanc 2023-01-13 18:07:45 +01:00
  • 8c0698f66b Fix run-tests.php hanging when a worker process dies without notice (#9931) Arnaud Le Blanc 2023-01-13 17:43:17 +01:00
  • 2b1907786c zend_hash_check_size: allow nSize <= HT_MAX_SIZE (#10244) Arnaud Le Blanc 2023-01-13 17:42:43 +01:00
  • 7473b86f10 build/php.m4: remove test for integer types (#10304) Max Kellermann 2023-01-13 12:51:15 +01:00
  • ba091ab3c7 Merge branch 'PHP-8.2' Arnaud Le Blanc 2023-01-13 12:31:12 +01:00
  • 871d9f2d70 [ci skip] NEWS Arnaud Le Blanc 2023-01-13 12:29:51 +01:00
  • d89408075f Merge branch 'PHP-8.1' into PHP-8.2 Arnaud Le Blanc 2023-01-13 12:28:21 +01:00
  • 0f7625c47c Reduce HT_MAX_SIZE to account for the max load factor of 0.5 (#10242) Arnaud Le Blanc 2023-01-13 12:05:51 +01:00
  • 4fb149390a GC fiber unfinished executions (#9810) Arnaud Le Blanc 2023-01-13 12:04:28 +01:00
  • 0d74362f63 Merge branch 'PHP-8.2' Jakub Zelenka 2023-01-13 10:33:51 +00:00
  • a8c387e89c Merge branch 'PHP-8.1' into PHP-8.2 Jakub Zelenka 2023-01-13 10:32:52 +00:00
  • 120aafcc42 Fix bug #67244: Wrong owner:group for listening unix socket Jakub Zelenka 2023-01-13 10:31:01 +00:00
  • 061fcdb0a5 ext/opcache: use C11 atomics for "restart_in" (#10276) Max Kellermann 2023-01-13 00:02:35 +01:00
  • 4c9ae81c28 Merge branch 'PHP-8.2' Tim Düsterhus 2023-01-12 23:31:08 +01:00
  • fd7214436a Fix comment for php_safe_bcmp (#10306) Tim Düsterhus 2023-01-12 23:30:36 +01:00
  • 9198e8894b socket DF flag on UDP socket via IP_MTU_DISCOVER on Linux and IP_DONTFRAGMENT on FreeBSD for path MTU discovery purpose. David Carlier 2023-01-10 20:39:19 +00:00
  • 55d19eee49 posix adding posix_fpathconf. David Carlier 2023-01-07 08:34:56 +00:00
  • 41c0304647 Merge branch 'PHP-8.2' David Carlier 2023-01-12 22:01:39 +00:00
  • 884e8a970a Merge branch 'PHP-8.1' into PHP-8.2 David Carlier 2023-01-12 22:01:30 +00:00
  • 833b45ac44 Fix GH-10249: Assertion `size >= page_size + 1 * page_size' failed. Niels Dossche 2023-01-10 22:55:20 +01:00
  • 8edd4a2ed8 Merge branch 'PHP-8.2' Tim Düsterhus 2023-01-12 21:52:55 +01:00
  • 8c7aacd760 Merge branch 'PHP-8.1' into PHP-8.2 Tim Düsterhus 2023-01-12 21:52:48 +01:00
  • 0116864cd3 Merge branch 'PHP-8.0' into PHP-8.1 Tim Düsterhus 2023-01-12 21:48:23 +01:00
  • 71bdcce9f8 Stop using the deprecated set-output command in nightly_matrix.php (#10302) Tim Düsterhus 2023-01-12 20:07:31 +01:00
  • 013e0f98ac Merge branch 'PHP-8.2' Tim Düsterhus 2023-01-12 19:57:22 +01:00
  • f2e8c5da90 unserialize: Strictly check for :{ at object start (#10214) Tim Düsterhus 2023-01-12 19:55:54 +01:00
  • 410e78651a Merge branch 'PHP-8.2' George Peter Banyard 2023-01-12 15:48:13 +00:00
  • 31fd34aa4c Merge branch 'PHP-8.1' into PHP-8.2 George Peter Banyard 2023-01-12 15:48:01 +00:00
  • 1f715f5658 Use absolute paths in OPCache tests when calling opcache_compile_file() Thomas Gerbet 2023-01-08 19:15:55 +01:00
  • a90358639d Implement conditional casing for Greek letter sigma when title-casing text Alex Dowad 2023-01-09 13:21:31 +02:00
  • 290efe842d Adjust code which checks if encoding is ISO-8859-9 when converting case Alex Dowad 2023-01-09 13:16:28 +02:00
  • 39b46a5398 Implement Unicode conditional casing rules for Greek letter sigma Alex Dowad 2023-01-07 20:27:59 +02:00
  • 24b311bdd7 ext/opcache/zend_shared_alloc: rename _register_xlat_entry() params Max Kellermann 2023-01-10 18:14:43 +01:00
  • b47bfd698d ext/opcache: C++ compatibility Max Kellermann 2022-03-17 19:28:34 +01:00
  • 45a128c9de Zend/zend_types: include cleanup Max Kellermann 2023-01-04 09:38:38 +01:00
  • 1eb71c3f15 Zend/zend_map_ptr: include cleanup Max Kellermann 2023-01-04 09:25:22 +01:00
  • 492523a779 Zend/zend_inference: include cleanup Max Kellermann 2023-01-04 22:15:15 +01:00
  • c7a4633891 Zend/Optimizer/zend_call_graph: include cleanup Max Kellermann 2023-01-04 21:55:41 +01:00
  • 308adb915c Zend/Optimizer/sccp: include cleanup Max Kellermann 2023-01-04 22:18:07 +01:00
  • cd27d5e07f Zend/Optimizer/dce: include cleanup Max Kellermann 2023-01-04 21:55:37 +01:00
  • c5933409b4 Zend/Optimizer/scdf: include cleanup Max Kellermann 2023-01-04 21:55:34 +01:00
  • 46371f4eb3 Zend/zend_bitset: include cleanup Max Kellermann 2023-01-04 21:56:30 +01:00
  • 623e2e9fc6 ext/opcache/zend_accelerator_hash: include cleanup Max Kellermann 2023-01-05 09:24:24 +01:00
  • e7434c1247 Zend/zend_long: include cleanup Max Kellermann 2023-01-04 09:43:27 +01:00
  • d28d323ca2 Zend/Optimizer/zend_ssa: include cleanup Max Kellermann 2023-01-04 21:45:32 +01:00
  • 1a067b84ee Zend/Optimizer/zend_optimizer: include cleanup Max Kellermann 2023-01-04 21:45:57 +01:00
  • a55c0c5fc3 Zend/Optimizer/zend_cfg: include cleanup Max Kellermann 2023-01-04 21:42:29 +01:00
  • b5aeb3a4d4 Zend/zend_stream: include cleanup Max Kellermann 2023-01-04 21:37:20 +01:00
  • f061a035e4 Zend/zend_float: include cleanup Max Kellermann 2023-01-04 21:34:55 +01:00
  • b088575119 Zend/zend_extensions: include cleanup Max Kellermann 2023-01-04 21:28:03 +01:00
  • b1d48774a7 Zend/zend_multiply: include cleanup Max Kellermann 2023-01-05 10:12:01 +01:00
  • 94f9a20ce6 Zend/zend_arena: include cleanup Max Kellermann 2023-01-04 22:06:12 +01:00
  • 4831e48708 Zend/zend_system_id: include cleanup Max Kellermann 2023-01-04 21:29:01 +01:00
  • cd985de190 ext/standard/md5: include cleanup Max Kellermann 2023-01-04 21:30:43 +01:00
  • 9521d21681 main/php_globals.h: add missing include for PHPAPI Max Kellermann 2023-01-10 18:09:51 +01:00
  • d6136151e9 Zend/zend_build.h: include php_config.h Max Kellermann 2023-01-10 17:56:48 +01:00
  • da4775f071 Merge branch 'PHP-8.2' Jakub Zelenka 2023-01-12 13:55:47 +00:00
  • 1b48a5c802 Fix ASAN reported leak in FPM config test Jakub Zelenka 2023-01-12 11:55:14 +00:00
  • 4427b2e1ab Mark UTF-8 strings emitted by mbstring functions as valid UTF-8 Alex Dowad 2023-01-10 20:54:11 +02:00
  • e7c0f4e816 random: Rely on free(NULL) being safe for random status freeing (#10246) Tim Düsterhus 2023-01-10 18:46:57 +01:00
  • d7f624258d Merge branch 'PHP-8.2' George Peter Banyard 2023-01-10 15:23:44 +00:00
  • c936c02119 Merge branch 'PHP-8.1' into PHP-8.2 George Peter Banyard 2023-01-10 15:23:35 +00:00
  • 55514a1119 fix: indirect_return compilation warning Kévin Dunglas 2023-01-10 10:02:49 +01:00
  • cc4e958932 Merge branch 'PHP-8.2' Derick Rethans 2023-01-10 15:16:42 +00:00