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

Commit Graph

  • 471e94ce61 ext/gettext/config.m4: symlink en_US.UTF-8 test bits to en_US for musl Michael Orlitzky 2024-12-19 09:20:06 -05:00
  • bfb0e367f2 ext/gettext/tests: fix libintl return values under musl Michael Orlitzky 2024-12-19 09:17:16 -05:00
  • 0221ceeccd ext/gettext/gettext.c: handle NULLs from bindtextdomain() Michael Orlitzky 2024-12-19 09:11:10 -05:00
  • fb2443ac5c ext/posix posix_ttyname/posix_isatty fd error handling update. David Carlier 2024-12-18 00:25:38 +00:00
  • 8aac6987c2 Merge branch 'PHP-8.4' Ilija Tovilo 2024-12-18 19:10:00 +01:00
  • 6666cc83c5 Fix RC inference of op1 of FETCH_OBJ and INIT_METHOD_CALL Dmitry Stogov 2024-12-18 15:38:49 +01:00
  • cbe9d67efc Add tests for GH-17151 Ilija Tovilo 2024-12-18 15:15:11 +01:00
  • e69317b501 Reduce gc stack usage for strings (and resources) Ilija Tovilo 2024-12-17 15:17:52 +01:00
  • 287aeebba7 Merge branch 'PHP-8.4' Ilija Tovilo 2024-12-18 18:48:01 +01:00
  • f0441744db Fix incorrect dynamic prop offset in hooked prop iterator Ilija Tovilo 2024-12-17 20:02:31 +01:00
  • b2c891f88e Avoid string duplications in sqlite drivers (#17115) Niels Dossche 2024-12-18 17:32:11 +01:00
  • 4dc055506c Merge branch 'PHP-8.4' Christoph M. Becker 2024-12-18 13:04:41 +01:00
  • a8ffabfc91 Merge branch 'PHP-8.3' into PHP-8.4 Christoph M. Becker 2024-12-18 13:03:47 +01:00
  • 53b69ba8cf Fix GH-17067: glob:// wrapper doesn't cater to CWD for ZTS builds Christoph M. Becker 2024-12-08 18:25:41 +01:00
  • 2e1d6785d5 Merge branch 'PHP-8.4' Derick Rethans 2024-12-18 11:39:06 +00:00
  • c5469fa361 Merge branch 'PHP-8.3' into PHP-8.4 Derick Rethans 2024-12-18 11:39:01 +00:00
  • 1d36d3b2d9 Merge branch 'fix-ip-ranges' into PHP-8.3 Derick Rethans 2024-12-18 11:38:53 +00:00
  • 3b154eb88c Consistent naming for test titles Derick Rethans 2024-12-10 15:06:17 +00:00
  • e54c9e6cd3 Per RFC 6890, these are explicitly not reserved ranges Derick Rethans 2024-12-10 14:45:03 +00:00
  • 9d1deb97ff Include changes from RFC 6890 errata Derick Rethans 2024-12-13 17:09:06 +00:00
  • d25aac29ce Fixed GH-16944: Refactor IP ranges by using the tables from RFC 6890 Derick Rethans 2024-12-10 14:45:36 +00:00
  • f2fdcfc8c3 These were 6bone experimental network allocations, which have been returned to IANA (RFC 3701) Derick Rethans 2024-12-06 16:50:57 +00:00
  • 4d140f79e6 Merge branch 'PHP-8.4' Niels Dossche 2024-12-17 23:22:47 +01:00
  • 5f13c62c77 Fix GH-17198: SplFixedArray assertion failure with get_object_vars Niels Dossche 2024-12-17 22:05:07 +01:00
  • e78a008b36 Merge branch 'PHP-8.4' Niels Dossche 2024-12-17 23:08:11 +01:00
  • e247461881 Fix GH-17201: Dom\TokenList issues with interned string replace Niels Dossche 2024-12-17 22:24:20 +01:00
  • 3fea6468fe phpdbg: Call enums “Enum” and traits “Trait” in info classes (#17191) Tim Düsterhus 2024-12-17 19:32:47 +01:00
  • b611b97cff Update versions for PHP 8.3.15 php-8.3.15 Jakub Zelenka 2024-12-17 19:18:02 +01:00
  • 97f44b7c39 Merge branch 'PHP-8.4' Niels Dossche 2024-12-17 19:14:55 +01:00
  • 634c14795a Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-12-17 19:14:45 +01:00
  • 160a4a65ad Export visibility for promoted property (8.3) Niels Dossche 2024-12-12 21:29:29 +01:00
  • 18d47cf63f [ci skip] News for GH-17101 Niels Dossche 2024-12-17 19:07:14 +01:00
  • d4778224ca Add test for GH-17101 Niels Dossche 2024-12-12 21:43:38 +01:00
  • 3f0f7ab7df Print hooks in parameter exports Niels Dossche 2024-12-12 21:43:23 +01:00
  • 0cba85b54d Fix property hook name mismatch Niels Dossche 2024-12-12 21:31:26 +01:00
  • 6920aa2ae6 Extract hook export code Niels Dossche 2024-12-12 21:29:51 +01:00
  • 6f41bfd1c7 Export visibility for promoted property Niels Dossche 2024-12-12 21:29:29 +01:00
  • 9327bec388 Update NEWS for PHP 8.4.2 php-8.4.2 Calvin Buckley 2024-12-17 11:31:31 -04:00
  • 5d2520648a Update versions for PHP 8.4.2 Calvin Buckley 2024-12-17 11:29:42 -04:00
  • 18ba9833bf [skip ci] Add UPGRADING entry for GH-17173 Gina Peter Banyard 2024-12-17 13:41:22 +00:00
  • b53b52985b ext/pcntl: Refactor pcntl_exec() (#17172) Gina Peter Banyard 2024-12-17 13:19:10 +00:00
  • 916288e85c ext/pdo_firebird: Throw ValueError if cursor name is too long (#17173) Gina Peter Banyard 2024-12-17 13:15:47 +00:00
  • 769e1b521b Update versions for PHP 8.2.27 php-8.2.27 Sergey Panteleev 2024-12-17 14:39:23 +03:00
  • 91b7f12cf1 Drop newly added flaky test for now Christoph M. Becker 2024-12-17 11:29:41 +01:00
  • becf207d0c [skip ci] Ignore snmp test on asan that frequently times out Ilija Tovilo 2024-12-17 10:49:10 +01:00
  • 4750ce1e6d Merge branch 'PHP-8.4' David Carlier 2024-12-16 23:00:23 +00:00
  • eb0e991c5d Merge branch 'PHP-8.3' into PHP-8.4 David Carlier 2024-12-16 22:56:18 +00:00
  • 8a649a8343 ext/sockets: socket_set_option switch from convert_to_long to zval_get_long. to be explicit when the expected type is not met. Check SO_LINGER values for possible overflow. David Carlier 2024-12-12 22:11:22 +00:00
  • c8bbb2b551 [skip ci] Add upgrading entry for GH-17177 Gina Peter Banyard 2024-12-16 22:52:14 +00:00
  • d21777d4a2 sapi/cli: Refactor process title setting code (#17177) Gina Peter Banyard 2024-12-16 22:50:06 +00:00
  • 6972612e1e Improve fix for GH-16889 Christoph M. Becker 2024-12-16 13:41:02 +01:00
  • fadceca448 Merge branch 'PHP-8.4' Niels Dossche 2024-12-16 19:46:21 +01:00
  • 2104097a79 Fix GH-17140 (Assertion failure in JIT trace exit with ZEND_FETCH_DIM_FUNC_ARG) Niels Dossche 2024-12-13 18:24:31 +01:00
  • 7b2b2ecab9 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-12-16 19:44:50 +01:00
  • 6c198e380e Fix GH-16255: Unexpected nan value in ext/gd/libgd/gd_filter.c Niels Dossche 2024-12-15 20:09:06 +01:00
  • d3bf67d441 [ci skip] Port NEWS entries from 8.3.15 into 8.4.2 PHP-8.4.2 Calvin Buckley 2024-12-16 13:33:23 -04:00
  • 0507b83360 Merge branch 'PHP-8.4' Saki Takamachi 2024-12-17 00:17:38 +09:00
  • 52ebdfbe00 Correctly round rounding mode with zero edge case (#17065) Saki Takamachi 2024-12-17 00:17:23 +09:00
  • aff044857f Drop superfluous readline test skip conditions Christoph M. Becker 2024-12-15 17:05:14 +01:00
  • 75410eb457 Merge readline tests for POSIX and Windows (GH-17171) Christoph M. Becker 2024-12-16 13:46:44 +01:00
  • 7e1a241b09 Reduce excessive stack reserve for testing in CI (GH-17166) Christoph M. Becker 2024-12-16 12:37:06 +01:00
  • e02c226725 Merge branch 'PHP-8.4' Gina Peter Banyard 2024-12-15 22:14:25 +00:00
  • 47b262086a Merge branch 'PHP-8.3' into PHP-8.4 Gina Peter Banyard 2024-12-15 22:13:38 +00:00
  • 2df9f32732 ext/pcntl: Fix memory leak in cleanup code of pcntl_exec() Gina Peter Banyard 2024-12-15 22:11:37 +00:00
  • 1371f50daa Merge branch 'PHP-8.4' Niels Dossche 2024-12-15 20:12:17 +01:00
  • 08b14a57b8 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-12-15 20:12:12 +01:00
  • ee0daa59db Fix GH-17162: zend_array_try_init() with dtor can cause engine UAF Niels Dossche 2024-12-15 16:18:43 +01:00
  • fa8c6a552d Merge branch 'PHP-8.4' David Carlier 2024-12-15 16:05:20 +00:00
  • 171cc5c6e0 fix pgsql config inclusion David Carlier 2024-12-15 16:05:10 +00:00
  • 36d5a0fdcd Merge branch 'PHP-8.4' David Carlier 2024-12-15 15:22:47 +00:00
  • 1bb4bd657f fix new pgsql test David Carlier 2024-12-15 15:22:35 +00:00
  • 9ba2667cf5 Merge branch 'PHP-8.4' David Carlier 2024-12-15 14:56:29 +00:00
  • 2309cac755 Merge branch 'PHP-8.3' into PHP-8.4 David Carlier 2024-12-15 14:55:36 +00:00
  • 0a3442fbe6 ext/pgsql fixing further calls with flexible arguments number. David Carlier 2024-12-15 10:50:51 +00:00
  • fe87ba41b8 Merge branch 'PHP-8.4' Niels Dossche 2024-12-15 13:55:50 +01:00
  • 57eb399700 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-12-15 13:55:44 +01:00
  • 142f85e2e1 Fix GH-17137: Segmentation fault ext/phar/phar.c Niels Dossche 2024-12-13 21:19:57 +01:00
  • 1fd4771e59 Merge branch 'PHP-8.4' Christoph M. Becker 2024-12-15 12:11:24 +01:00
  • fd25b79412 Merge branch 'PHP-8.3' into PHP-8.4 Christoph M. Becker 2024-12-15 12:10:47 +01:00
  • aafa6ea386 Don't run proc_open_cmd.phpt in parallel with other tests Christoph M. Becker 2024-12-09 12:13:35 +01:00
  • c14bc7b10f Fail phpize early if config.w32 is missing (GH-17100) Christoph M. Becker 2024-12-15 12:02:19 +01:00
  • 1ff68f58f7 Merge branch 'PHP-8.4' Niels Dossche 2024-12-15 11:32:08 +01:00
  • aea64c89f2 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-12-15 11:32:02 +01:00
  • a57a434f95 Fix GH-17153: SimpleXML crash when using autovivification on document Niels Dossche 2024-12-14 12:10:20 +01:00
  • 57e9429e73 Merge branch 'PHP-8.4' Niels Dossche 2024-12-14 19:49:12 +01:00
  • e562b8cf8e Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2024-12-14 19:49:04 +01:00
  • 388f63c310 Fix GH-17158: pg_fetch_result Shows Incorrect ArgumentCountError Message when Called With 1 Argument Niels Dossche 2024-12-14 15:52:39 +01:00
  • 7bfd19880f Merge branch 'PHP-8.4' Jakub Zelenka 2024-12-14 15:01:55 +01:00
  • 0cc0c7c7d9 Merge branch 'PHP-8.3' into PHP-8.4 Jakub Zelenka 2024-12-14 15:01:17 +01:00
  • 3490ac0cb3 Fix GH-13437: FPM: ERROR: scoreboard: failed to lock (already locked) Jakub Zelenka 2024-09-07 23:11:16 +01:00
  • c015242947 Merge branch 'PHP-8.4' Niels Dossche 2024-12-14 12:12:52 +01:00
  • 4656c22526 Fix GH-17145: DOM memory leak Niels Dossche 2024-12-13 18:12:46 +01:00
  • bb6dbdcf94 Fix curl_multi_exec() overflow message (GH-17078) Christoph M. Becker 2024-12-13 16:06:39 +01:00
  • a7cf0725d8 Skip sapi_windows_set_ctrl_handler.phpt under ASan Christoph M. Becker 2024-11-29 22:02:32 +01:00
  • c630801ae7 Merge branch 'PHP-8.4' Dmitry Stogov 2024-12-13 02:06:14 +03:00
  • ccc6c0f78c Fix GH-15709: Crashing tests on Windows x64 (#17095) Dmitry Stogov 2024-12-13 02:05:45 +03:00
  • 300811f1e2 Remove support for unsupported MSVC versions (GH-17128) Christoph M. Becker 2024-12-12 19:50:14 +01:00
  • 07cd468262 ext/sockets: socket_get_option/socket_set_option timeout type on win32. (#17123) David CARLIER 2024-12-12 13:12:40 +00:00
  • 3968dbf258 Merge branch 'PHP-8.4' Ilija Tovilo 2024-12-12 13:13:04 +01:00
  • b86308c222 Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2024-12-12 13:12:58 +01:00