1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 01:23:53 +02:00

Commit Graph

  • dbf54e1a8b Use zend_result return type instead of innacurate ones George Peter Banyard 2022-11-09 16:32:42 +00:00
  • 726d595ec7 Remove code for OS2 George Peter Banyard 2022-11-09 16:23:31 +00:00
  • dd8de1e726 Promote unserialize() notices to warning (#9629) Tim Düsterhus 2022-11-15 19:36:38 +01:00
  • d0d834429f Cache UTF-8-validity status of strings in GC flags Alex Dowad 2022-10-06 08:24:21 +09:00
  • d6651426f4 Escape the role attribute of namespaced classes (#9952) Máté Kocsis 2022-11-15 18:13:29 +01:00
  • da47547809 Merge branch 'PHP-8.2' David Carlier 2022-11-15 12:31:33 +00:00
  • 65782fbbe8 Merge branch 'PHP-8.1' into PHP-8.2 David Carlier 2022-11-15 12:30:04 +00:00
  • a4298c14c1 Fix GH-9932: Discards further characters for session name. David Carlier 2022-11-15 12:27:44 +00:00
  • 5a5037f223 Merge branch 'PHP-8.2' Christoph M. Becker 2022-11-14 12:43:29 +01:00
  • 9aa86e619d Fix GH-9890: OpenSSL legacy providers not available on Windows Christoph M. Becker 2022-11-04 19:39:07 +01:00
  • 0ff9df9677 Merge branch 'PHP-8.2' Alex Dowad 2022-11-14 11:47:06 +02:00
  • d3933e0b6c Fix regression test for GH-9535 on PHP-8.2+ Alex Dowad 2022-11-14 11:02:21 +02:00
  • a6a80d8ab2 Merge branch 'PHP-8.2' Dmitry Stogov 2022-11-14 12:36:00 +03:00
  • 6cbc91151a Merge branch 'PHP-8.1' into PHP-8.2 Dmitry Stogov 2022-11-14 12:35:49 +03:00
  • a8bd342397 Fix memory leak Dmitry Stogov 2022-11-14 12:35:09 +03:00
  • 7666bc5226 Merge branch 'PHP-8.2' Jakub Zelenka 2022-11-13 19:08:28 +00:00
  • 339bd57f42 Merge branch 'PHP-8.1' into PHP-8.2 Jakub Zelenka 2022-11-13 19:06:48 +00:00
  • b8c1b5e9fa Merge branch 'PHP-8.0' into PHP-8.1 Jakub Zelenka 2022-11-13 19:06:10 +00:00
  • db2d32f476 Introduce TEST_FPM_EXTENSION_DIR for FPM tests with shared extensions Jakub Zelenka 2022-10-30 16:36:58 +00:00
  • 50f87d36e0 Merge branch 'PHP-8.2' Alex Dowad 2022-11-13 14:44:04 +02:00
  • 79ae3090e0 Merge branch 'PHP-8.1' into PHP-8.2 Alex Dowad 2022-11-13 14:42:57 +02:00
  • 1562ba5b71 [ci skip] NEWS Alex Dowad 2022-11-13 14:40:45 +02:00
  • fa0401b0b5 Fix GH-9535 (unintended behavior change for mb_strcut in PHP 8.1) NathanFreeman 2022-09-17 01:51:45 +08:00
  • 9575968acc Merge branch 'PHP-8.2' Arnaud Le Blanc 2022-11-13 11:10:10 +01:00
  • 9d0f5bc16f [ci skip] NEWS Arnaud Le Blanc 2022-11-13 11:07:46 +01:00
  • d8fc1af809 Merge branch 'PHP-8.1' into PHP-8.2 Arnaud Le Blanc 2022-11-13 11:05:28 +01:00
  • 73583bb8c0 [ci skip] NEWS Arnaud Le Blanc 2022-11-13 11:05:12 +01:00
  • 5ecbb1b39d Fix GH-9298: remove all registered signal handlers in pcntl RSHUTDOWN Erki Aring 2022-11-08 14:25:56 +02:00
  • e0e347b4a8 Fix GH-9923: Add the SIGINFO constant in pcntl for system supporting it. David Carlier 2022-11-11 19:15:58 +00:00
  • 9c6dd46f27 Skip tests if extension or SAPI is not included. (#9939) dwo0 2022-11-11 19:17:15 -07:00
  • 6e5b989886 Remove unused PHP 8.1 BC layer in JIT (#9937) Ilija Tovilo 2022-11-11 20:03:53 +01:00
  • a836baefb0 Merge branch 'PHP-8.2' Ilija Tovilo 2022-11-11 19:58:55 +01:00
  • ac05c8ffbc Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2022-11-11 19:58:34 +01:00
  • a2dcb0364a Merge branch 'PHP-8.0' into PHP-8.1 Ilija Tovilo 2022-11-11 19:57:39 +01:00
  • da54664186 [skip ci] Skip function JIT in nightly for ASAN Ilija Tovilo 2022-11-11 19:54:05 +01:00
  • 894f87d8fd Merge branch 'PHP-8.2' Ilija Tovilo 2022-11-11 19:46:34 +01:00
  • 4f370848c5 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2022-11-11 19:46:27 +01:00
  • bea2dac23c [skip ci] Backport XFAIL of failing test Ilija Tovilo 2022-11-11 19:45:35 +01:00
  • bcad968b3b Merge branch 'PHP-8.2' Ilija Tovilo 2022-11-11 19:33:52 +01:00
  • 09f071e63b Disable opcache file_cache for observer preloading test Ilija Tovilo 2022-11-11 19:33:32 +01:00
  • 5aa13183ae No more need to cater to mime_magic extension Christoph M. Becker 2022-11-10 15:28:25 +01:00
  • f6c9a90e19 [ci skip] Merge branch 'PHP-8.2' Christoph M. Becker 2022-11-10 12:42:53 +01:00
  • a9765d146e [ci skip] Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-11-10 12:41:49 +01:00
  • af68beb16a [ci skip] Fix GH-9918: License information for xxHash is not included in README.REDIST.BINS file Akama Hitoshi 2022-11-08 14:42:39 +09:00
  • 93605f286d Make the usage of the role attribute more clear (#9901) Máté Kocsis 2022-11-10 08:35:46 +01:00
  • e45afbf0ca Merge branch 'PHP-8.2' Ilija Tovilo 2022-11-09 20:22:27 +01:00
  • 12e2610594 [skip ci] Skip preloading test on Windows Ilija Tovilo 2022-11-09 20:21:39 +01:00
  • a814afb088 Fix crash reading module_entry after DL_UNLOAD() when module already loaded Bob Weinand 2022-11-09 17:51:45 +01:00
  • 81c33eebcb Merge branch 'PHP-8.2' Bob Weinand 2022-11-09 17:52:01 +01:00
  • 0bfdd5691c Fix crash reading module_entry after DL_UNLOAD() when module already loaded Bob Weinand 2022-11-09 17:51:45 +01:00
  • 37b3e377a4 Fix opcache preload with observers enabled Bob Weinand 2022-11-09 16:36:28 +01:00
  • 2d80d988c2 Do not report MINIT stage internal class aliases in extensions Bob Weinand 2022-11-09 16:36:05 +01:00
  • 2cab4874ad Merge branch 'PHP-8.2' Bob Weinand 2022-11-09 16:36:50 +01:00
  • 4052bbf0e3 Fix opcache preload with observers enabled Bob Weinand 2022-11-09 16:36:28 +01:00
  • 182314c317 Do not report MINIT stage internal class aliases in extensions Bob Weinand 2022-11-09 16:36:05 +01:00
  • 75f372295e Merge branch 'PHP-8.2' Christoph M. Becker 2022-11-09 15:23:51 +01:00
  • 4b1feda574 Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-11-09 15:22:45 +01:00
  • b2186ca7c4 Fix GH-9905: constant() behaves inconsistent when class is undefined Christoph M. Becker 2022-11-08 17:13:35 +01:00
  • 97236f9d9b Move observer_declared_function_notify until after pass_two() Bob Weinand 2022-11-09 12:47:41 +01:00
  • cda97e7a5a Merge branch 'PHP-8.2' Bob Weinand 2022-11-09 14:19:54 +01:00
  • 6bd8f40291 Move observer_declared_function_notify until after pass_two() Bob Weinand 2022-11-09 12:47:41 +01:00
  • 4c372ec600 [ci skip] Order NEWS sections alphabetically Pierrick Charron 2022-11-08 17:47:30 -05:00
  • 3ca0fcde72 Update NEWS for PHP 8.2.0 Pierrick Charron 2022-11-08 17:31:56 -05:00
  • 4407f401c6 Merge branch 'PHP-8.2' Sara Golemon 2022-11-08 22:11:59 +00:00
  • d3b22722a0 Merge branch 'PHP-8.1' into PHP-8.2 Sara Golemon 2022-11-08 22:11:53 +00:00
  • e1c52d1a7c Merge branch 'PHP-8.0' into PHP-8.1 Sara Golemon 2022-11-08 22:11:39 +00:00
  • ac508301c9 Bump for 8.0.27 Sara Golemon 2022-11-08 22:10:24 +00:00
  • 30bec69e07 Update versions for PHP 8.0.26RC1 php-8.0.26RC1 Sara Golemon 2022-11-08 21:56:10 +00:00
  • e1a91c99b8 Update NEWS for PHP 8.0.26RC1 Sara Golemon 2022-11-08 21:56:10 +00:00
  • 34c2a2925a Merge branch 'PHP-8.2' Pierrick Charron 2022-11-08 15:50:32 -05:00
  • 44d652c00a PHP-8.2 is now for PHP 8.2.1-dev and prepare NEWS for 8.2.0 Pierrick Charron 2022-11-08 13:26:35 -05:00
  • a4e0ac4c96 Merge branch 'PHP-8.2' Patrick Allaert 2022-11-08 17:58:22 +01:00
  • 631b04387d Merge branch 'PHP-8.1' into PHP-8.2 Patrick Allaert 2022-11-08 17:57:58 +01:00
  • 540488c74e PHP-8.1 is now for PHP 8.1.14-dev Patrick Allaert 2022-11-08 17:57:34 +01:00
  • f4ac48a791 Update versions for PHP 8.1.13RC1 php-8.1.13RC1 Patrick Allaert 2022-11-08 17:54:52 +01:00
  • 0038b536c8 Update NEWS for PHP 8.1.13RC1 Patrick Allaert 2022-11-08 17:52:19 +01:00
  • 4244258a62 [ci skip] Update NEWS for PHP 8.2.0 Sergey Panteleev 2022-11-08 09:24:02 +03:00
  • 5dd1ffbe91 Update versions for PHP 8.2.0RC6 php-8.2.0RC6 Sergey Panteleev 2022-11-08 09:14:09 +03:00
  • b3f3414ce9 Merge branch 'PHP-8.2' Bob Weinand 2022-11-07 16:43:24 +01:00
  • 5d7b64be1d Fix cross-compilation for copy_file_range Bob Weinand 2022-11-07 16:39:08 +01:00
  • aef9430e80 Merge branch 'PHP-8.2' Christoph M. Becker 2022-11-07 15:10:46 +01:00
  • 3c102469de Merge branch 'PHP-8.1' into PHP-8.2 Christoph M. Becker 2022-11-07 15:07:53 +01:00
  • 31cdda2440 Merge branch 'PHP-8.0' into PHP-8.1 PHP-8.1.13 Christoph M. Becker 2022-11-07 15:07:09 +01:00
  • 4c35d6440b Don't skip test on Windows due to missing ext/posix Christoph M. Becker 2022-11-03 18:06:06 +01:00
  • 37b84b7e32 Fiber: add shadow stack support Chen, Hu 2022-07-26 03:52:48 -07:00
  • 08f9b50a9c Merge branch 'PHP-8.2' Dmitry Stogov 2022-11-07 12:21:03 +03:00
  • 05b63b1593 Don't check "fake" closures (fix assertion) Dmitry Stogov 2022-11-07 12:19:54 +03:00
  • 5e23cf9381 Merge branch 'PHP-8.2' Dmitry Stogov 2022-11-07 11:10:05 +03:00
  • de4b502fef Merge branch 'PHP-8.1' into PHP-8.2 Dmitry Stogov 2022-11-07 11:08:54 +03:00
  • f31f464cec Fix memory leak Dmitry Stogov 2022-11-07 11:07:58 +03:00
  • 02ed12240e Merge branch 'PHP-8.2' Arnaud Le Blanc 2022-11-04 16:06:42 +01:00
  • 94f6a0c1dc [ci skip] NEWS Arnaud Le Blanc 2022-11-04 16:02:41 +01:00
  • 34a85fbea0 Merge branch 'PHP-8.1' into PHP-8.2 Arnaud Le Blanc 2022-11-04 16:02:04 +01:00
  • 1cd217038e [ci skip] NEWS Arnaud Le Blanc 2022-11-04 16:01:52 +01:00
  • 4011657719 Merge branch 'PHP-8.0' into PHP-8.1 Arnaud Le Blanc 2022-11-04 15:59:14 +01:00
  • 1d67e34c49 [ci skip] NEWS Arnaud Le Blanc 2022-11-04 15:58:07 +01:00
  • 5d1f3e047c Fix generator memory leaks when interrupted during argument evaluation (#9756) Arnaud Le Blanc 2022-11-04 15:55:55 +01:00
  • 1fb40b501d Disable CLI server pdeathsig test on 32-bit GitHub actions Ilija Tovilo 2022-11-03 21:16:34 +01:00
  • f669a556c9 Merge branch 'PHP-8.2' Ilija Tovilo 2022-11-03 16:34:13 +01:00
  • f45c8bd34e Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2022-11-03 16:34:03 +01:00