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

Commit Graph

  • afcf97b2a4 Merge branch 'PHP-8.2' Niels Dossche 2023-05-19 23:46:47 +02:00
  • 45897f592c Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-05-19 23:43:02 +02:00
  • 1ede3137c9 Fix GH-11274: POST/PATCH request via file_get_contents + stream_context_create switches to GET after a HTTP 308 redirect Niels Dossche 2023-05-19 12:55:39 +02:00
  • e5d46b31a1 Merge branch 'PHP-8.2' Jakub Zelenka 2023-05-19 16:31:00 +01:00
  • 3769505c87 Merge branch 'PHP-8.1' into PHP-8.2 Jakub Zelenka 2023-05-19 16:30:36 +01:00
  • aa061cd40b Fix FPM status json encoded value test Jakub Zelenka 2023-05-19 13:18:36 +01:00
  • 8d0345d94e Merge branch 'PHP-8.2' Ilija Tovilo 2023-05-17 17:42:46 +02:00
  • 69d41cc7fc Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-05-17 17:42:39 +02:00
  • e31fe111a5 [skip ci] Mark frequently failing fpm test as XFAIL Ilija Tovilo 2023-05-17 17:42:05 +02:00
  • bd03c0343e Allow CTE on more CTE safe functions (#10771) Michael Voříšek 2023-05-16 20:54:26 +02:00
  • 727e26f9f2 Fix #97836 and #81705: Segfault / type confusion in concat_function Niels Dossche 2022-12-04 21:59:18 +01:00
  • 7914b8cefd Use pakutoma's encoding check functions for mb_detect_encoding even in non-strict mode Alex Dowad 2023-05-11 20:21:30 +02:00
  • 3ab10da758 Take order of candidate encodings into account when guessing text encoding Alex Dowad 2023-04-30 14:44:00 +02:00
  • 97e29bed9e Use shared, immutable array for return value of mb_list_encodings Alex Dowad 2023-04-22 17:47:22 +02:00
  • 80c8ca9c8f Use uint32_t for variable storing ZEND_NUM_ARGS() George Peter Banyard 2023-05-16 11:34:41 +01:00
  • e35cd34bcd Fix assertion warning message when no description is provided George Peter Banyard 2023-05-16 11:22:10 +01:00
  • aae39fe5a7 Fix #9483: Fix autoconf warnings due to old libtool (#11207) Peter Kokot 2023-05-15 17:54:40 +02:00
  • 6408fb21f6 Merge branch 'PHP-8.2' Ilija Tovilo 2023-05-15 10:41:22 +02:00
  • c5a623ba5e Added negative offset test for mb_strrpos Randy Geraads 2023-05-10 13:25:39 +02:00
  • aa553af911 Fix segfault in mb_strrpos/mb_strripos with ASCII encoding and negative offset Ilija Tovilo 2023-05-10 14:12:27 +02:00
  • 0600f513b3 Implement delayed early binding for classes without parents Ilija Tovilo 2023-05-10 20:38:33 +02:00
  • 6bd546462c Cacheline demote to improve performance (#11101) Sara 2023-05-15 15:28:43 +08:00
  • ac41608797 Fix -Wenum-int-mismatch warning in ext/json/php_json_encoder.h Ilija Tovilo 2023-05-14 22:10:23 +02:00
  • 03f64b7853 Merge branch 'PHP-8.2' Jakub Zelenka 2023-05-14 12:29:19 +01:00
  • 1129046482 Merge branch 'PHP-8.1' into PHP-8.2 Jakub Zelenka 2023-05-14 12:28:52 +01:00
  • 4294e8d448 FPM: Fix memory leak for invalid primary script file handle Jakub Zelenka 2023-04-16 15:54:45 +01:00
  • a225f6ab6b Merge branch 'PHP-8.2' Jakub Zelenka 2023-05-13 18:54:16 +01:00
  • 90553af15c Merge branch 'PHP-8.1' into PHP-8.2 Jakub Zelenka 2023-05-13 18:53:35 +01:00
  • 5e64ead64a Fix bug #64539: FPM status - query_string not properly JSON encoded Jakub Zelenka 2023-04-10 14:15:57 +01:00
  • e8a836eb39 Expose JSON internal function to escape string Jakub Zelenka 2023-04-10 14:13:34 +01:00
  • 7034263f6e Merge branch 'PHP-8.2' Jakub Zelenka 2023-05-13 14:15:17 +01:00
  • bda28eb649 Merge branch 'PHP-8.1' into PHP-8.2 Jakub Zelenka 2023-05-13 14:14:23 +01:00
  • 102953735c Fix GH-10461: Postpone FPM child freeing in event loop Jakub Zelenka 2023-04-15 16:07:09 +01:00
  • 2fa8473eca Merge branch 'PHP-8.2' nielsdos 2023-05-12 23:42:54 +02:00
  • d369a7764f Merge branch 'PHP-8.1' into PHP-8.2 nielsdos 2023-05-12 23:40:54 +02:00
  • 7b768485f3 Fix GH-10834: exif_read_data() cannot read smaller stream wrapper chunk sizes Niels Dossche 2023-03-24 16:01:52 +01:00
  • e0af7c332d Merge branch 'PHP-8.2' Ilija Tovilo 2023-05-12 19:29:27 +02:00
  • e3499130f1 Fix delayed early binding class redeclaration error Ilija Tovilo 2023-05-11 00:25:21 +02:00
  • 730f32bad9 Keep the orig_path for xport stream iamluc 2023-04-20 10:34:25 +02:00
  • 8d8cfe24d3 Merge branch 'PHP-8.2' Ilija Tovilo 2023-05-11 14:35:42 +02:00
  • 0a04c008d0 Fix potential NULL pointer access in zend_fiber_object_gc Ilija Tovilo 2023-05-11 14:33:49 +02:00
  • c71cf0608f Merge branch 'PHP-8.2' Ilija Tovilo 2023-05-11 12:47:42 +02:00
  • 12c30a8da3 [skip ci] Add missing --no-progress flag to ARM build Ilija Tovilo 2023-05-11 12:46:54 +02:00
  • 6a2d04151a Merge branch 'PHP-8.2' Ilija Tovilo 2023-05-11 11:54:07 +02:00
  • c47c64e398 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-05-11 11:53:59 +02:00
  • ad747d93c3 [skip ci] Remove NEWS entry for reverted change in PHP 8.1 Ilija Tovilo 2023-05-11 11:53:18 +02:00
  • 5820528c9c Merge branch 'PHP-8.2' Ilija Tovilo 2023-05-11 00:00:47 +02:00
  • 5e962f6279 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-05-11 00:00:35 +02:00
  • 8f66b67ccf Fix compilation for PHP 8.1 Ilija Tovilo 2023-05-10 23:58:50 +02:00
  • 09dd3e3daf Narrow some more return types to true kocsismate 2023-05-10 19:08:05 +02:00
  • 0787247b19 Merge branch 'PHP-8.2' Bob Weinand 2023-05-10 16:46:33 +02:00
  • 53558ffc71 Merge branch 'PHP-8.1' into PHP-8.2 Bob Weinand 2023-05-10 16:45:48 +02:00
  • 975d28e278 Fix GH-11222: foreach by-ref may jump over keys during a rehash Bob Weinand 2023-05-10 16:44:29 +02:00
  • b0c0fa7d12 Update versions for PHP 8.1.19 php-8.1.19 Patrick Allaert 2023-05-09 17:45:12 +02:00
  • 520fc2d2f3 Endless recursion when using + on array in foreach Ilija Tovilo 2023-05-01 13:16:13 +02:00
  • 7304b56f11 Merge branch 'PHP-8.2' Ilija Tovilo 2023-05-10 11:57:19 +02:00
  • 6692477406 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-05-10 11:56:07 +02:00
  • 175ff603c3 Fix compilation error on old GCC versions Amedeo Baragiola 2023-05-09 19:09:42 +01:00
  • 63a84a2445 Merge branch 'PHP-8.2' nielsdos 2023-05-09 19:57:02 +02:00
  • 44491d17fb Merge branch 'PHP-8.1' into PHP-8.2 nielsdos 2023-05-09 19:52:52 +02:00
  • 6ba0b06819 Fix GH-8426: make test fail while soap extension build nielsdos 2023-05-08 23:37:12 +02:00
  • acc940645e Remove unnecessary NULL assignments after ecalloc in streams (#11209) Niels Dossche 2023-05-09 19:46:45 +02:00
  • 173680acd3 Merge branch 'PHP-8.2' Ilija Tovilo 2023-05-09 14:38:25 +02:00
  • 06fe9ff0f1 Fix use-of-undefined in zend_fiber_object_gc of ex->call Ilija Tovilo 2023-05-08 17:00:40 +02:00
  • 007ab4dc8d Update versions for PHP 8.2.6 php-8.2.6 Sergey Panteleev 2023-05-09 09:23:26 +03:00
  • 38cf52d8aa Merge branch 'PHP-8.2' Ilija Tovilo 2023-05-08 17:07:04 +02:00
  • b71a961363 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-05-08 17:06:57 +02:00
  • 78ec64af44 Fix use-of-uninitialized value in phar_object.c Ilija Tovilo 2023-05-07 12:01:13 +02:00
  • 37e6594545 Fix gmp_long/gmp_ulong typedef warning on Windows x86 (#11112) Michael Voříšek 2023-05-07 23:30:12 +02:00
  • 281669aeb4 Add support for true standalone type when generating methodsynopsis Máté Kocsis 2023-05-07 10:19:38 +02:00
  • 85338569de Narrow bool return types to true when possible Máté Kocsis 2023-05-07 10:19:06 +02:00
  • f6e296dbb9 Merge branch 'PHP-8.2' Niels Dossche 2023-05-07 17:40:29 +02:00
  • e6730565b6 Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-05-07 17:37:25 +02:00
  • baa07f3de3 Fix GH-11180: hash_file() appears to be restricted to 3 arguments Niels Dossche 2023-05-06 18:23:24 +02:00
  • 646f54b594 ext/standard/array.c: use uint32_t instead of incorrect int type George Peter Banyard 2023-05-06 10:56:29 +01:00
  • 1820c421f1 Prevent unnecessary string duplication in assert() (#11031) George Peter Banyard 2023-05-07 15:00:30 +01:00
  • 5107483cd6 Correctly copy lineno for zval asts (#11203) Ilija Tovilo 2023-05-07 13:17:19 +02:00
  • 82b05373b1 Merge branch 'PHP-8.2' Niels Dossche 2023-05-06 23:15:57 +02:00
  • dc1a70c244 Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-05-06 23:10:58 +02:00
  • 7c0dfc5cf5 Fix GH-11160: Few tests failed building with new libxml 2.11.0 Niels Dossche 2023-04-29 21:07:50 +02:00
  • 80efa76b8b Merge branch 'PHP-8.2' Niels Dossche 2023-05-06 21:00:30 +02:00
  • a0e71cb811 Fix maximum argument count of pcntl_forkx() Niels Dossche 2023-05-06 18:26:57 +02:00
  • 4d4b9604ca Fix GH-11054: Reset OpenSSL errors when using a PEM public key Florian Moser 2023-04-10 20:12:31 +02:00
  • 5690e8baea Add myself as a standard CODEOWNER to not miss some changes Jakub Zelenka 2023-05-06 11:39:35 +01:00
  • fa10dfcc81 Add PKCS7_NOOLDMIMETYPE and OPENSSL_CMS_OLDMIMETYPE Daniel Kesselberg 2023-02-25 10:22:09 +01:00
  • f18a0384c1 ext/pgsql: fix pg_trace test when trace mode is supported. (#11191) David CARLIER 2023-05-06 10:02:30 +01:00
  • ac5920f92b Fix GH-11141: Could not open input file: should be sent to stderr Niels Dossche 2023-04-29 21:28:03 +02:00
  • 42aaac3525 Merge branch 'PHP-8.2' nielsdos 2023-05-05 19:30:05 +02:00
  • 1fc18a84d9 Merge branch 'PHP-8.1' into PHP-8.2 nielsdos 2023-05-05 19:28:01 +02:00
  • b33fbbfe3d Fix GH-10031: [Stream] STREAM_NOTIFY_PROGRESS over HTTP emitted irregularly for last chunk of data Niels Dossche 2023-02-03 00:00:42 +01:00
  • f31d253849 ext/pgsql adding PGSQL_ERRORS_SQLSTATE constant support. David CARLIER 2023-05-02 19:05:53 +01:00
  • 3af5f47ce6 http_response_code should warn if headers were already sent Calvin Buckley 2023-03-01 13:30:15 -04:00
  • c02348cf9d Make SERVER_SOFTWARE compliant with RFC3875 (#11093) Cédric Anne 2023-05-05 13:43:34 +02:00
  • 2e0f75ec14 ext/pgsql: pg_lo_read addressing the todo. (#11159) David CARLIER 2023-05-05 12:41:52 +01:00
  • bb38ad7768 Add new test for array_fill() to cover the case when the parameter count is too large (#11184) Julien Quiaios 2023-05-05 07:36:17 -04:00
  • a9d11b64a7 Merge branch 'PHP-8.2' Bob Weinand 2023-05-05 12:09:33 +02:00
  • cfbb47b57b Merge branch 'PHP-8.1' into PHP-8.2 Bob Weinand 2023-05-05 12:07:48 +02:00
  • 7ec8ae12c4 ext/pgsql: pg_trace allow to refine its trace mode via 2 new constants. David Carlier 2023-04-09 11:59:50 +01:00
  • 05bd1423ee Fix GH-11189: Exceeding memory limit in zend_hash_do_resize leaves the array in an invalid state Bob Weinand 2023-05-05 12:00:32 +02:00
  • 84c185c8ba ext/pgsql: pg_cancel_query internal update. David CARLIER 2023-04-15 14:53:42 +01:00