1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00

Commit Graph

  • 86afbe10e2 Merge branch 'PHP-8.2' Derick Rethans 2023-07-31 19:57:02 +01:00
  • deddf4692a Merge branch 'PHP-8.1' into PHP-8.2 Derick Rethans 2023-07-31 19:54:44 +01:00
  • 0870ebb862 Merge branch 'PHP-8.0' into PHP-8.1 Derick Rethans 2023-07-31 19:53:43 +01:00
  • c283c3ab0b Sanitize libxml2 globals before parsing Niels Dossche 2023-07-15 17:33:52 +02:00
  • 80316123f3 Fix buffer mismanagement in phar_dir_read() Niels Dossche 2023-07-10 13:25:34 +02:00
  • e8edd35c49 Merge branch 'PHP-8.2' Ilija Tovilo 2023-07-31 20:01:23 +02:00
  • f2328302b6 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-07-31 20:00:49 +02:00
  • 3e9792f4a2 Check if restart is pending before trying to lock SHM Mikhail Galanin 2023-07-27 12:54:29 +01:00
  • 68e6de5408 GH Actions: auto-skip CI on PRs containing only docs changes (#11839) Juliette 2023-07-31 18:47:31 +02:00
  • 78bfe682a5 [ci skip] PHP 8.3 Upgrading: jrfnl 2023-07-31 17:37:58 +02:00
  • a8fa0b54d8 [ci skip] PHP 8.3 Upgrading: fix pg_set_error_context_visibility typo jrfnl 2023-07-31 17:20:54 +02:00
  • c7cbe3764a [ci skip] PHP 8.3 Upgrading: add missing POSIX constants jrfnl 2023-07-31 16:56:24 +02:00
  • 37d35f5ed8 Move --enable/--disable-fiber-asm help output (#11827) Peter Kokot 2023-07-31 16:29:14 +02:00
  • 605c60cd5f Skip oci8 tests when no database is available (#11820) Michael Orlitzky 2023-07-31 10:19:31 -04:00
  • 82aa4253f1 Fix some uouv in ext/pgsql Ilija Tovilo 2023-07-31 13:51:08 +02:00
  • 322da7bcc3 Fix various uouv in intl Ilija Tovilo 2023-07-31 13:50:19 +02:00
  • a145b40fa6 Fix uouv in password_needs_rehash() and password_hash() Ilija Tovilo 2023-07-20 12:28:11 +02:00
  • 2053af6628 Fix uouv in array_column Ilija Tovilo 2023-07-19 18:10:58 +02:00
  • 79a8cf1b96 Merge branch 'PHP-8.2' Dmitry Stogov 2023-07-31 14:51:14 +03:00
  • 91dc3e15e9 Merge branch 'PHP-8.1' into PHP-8.2 Dmitry Stogov 2023-07-31 14:51:06 +03:00
  • b5f8a7270a Fixed incorrect QM_ASSIGN elimination Dmitry Stogov 2023-07-31 14:50:13 +03:00
  • 7364b7bc0b Fix uaf of MBSTRG(all_encodings_list) Ilija Tovilo 2023-07-29 17:03:20 +02:00
  • 655f116be5 XLEAK XML_SAVE_NO_DECL test for old libxml2 versions Niels Dossche 2023-07-29 17:35:42 +02:00
  • ae66a0d142 Corrections to return type of loading DOM documents Niels Dossche 2023-07-26 18:25:12 +02:00
  • b389846d05 ext/mysqli: Remove catchable fatal error handler George Peter Banyard 2023-07-28 04:08:33 +01:00
  • 8582d97b8c ext/mysqli: Stop using global variable in connection test helper George Peter Banyard 2023-07-28 03:56:51 +01:00
  • 0c21715935 ext/mysqli: Remove conditional function declaration George Peter Banyard 2023-07-28 03:40:21 +01:00
  • 17a80eb08b ext/mysqli: Remove custom sys_get_temp_dir() function George Peter Banyard 2023-07-28 03:36:00 +01:00
  • 092726fb1e Fix GH-11785: '++nothing+crc' is not a recognized feature for M1 / M2 macOS compile target (#11796) tekimen 2023-07-29 14:00:47 +09:00
  • ae3646db48 use typed constants in 8.3 Remi Collet 2023-07-28 13:56:39 +02:00
  • 0893b4bed5 add ZipArchive::LENGTH_TO_END and ZipArchive::LENGTH_UNCHECKED constants Remi Collet 2023-07-28 11:39:51 +02:00
  • 566cf37ec3 Use new class synopsis generating markup (#11809) Máté Kocsis 2023-07-28 15:42:32 +02:00
  • 585bdf2992 Merge branch 'PHP-8.2' Ilija Tovilo 2023-07-27 12:30:34 +02:00
  • 5d90c5057d Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-07-27 12:30:27 +02:00
  • 6b6a5cd28e Replace xfail with skipif in calendar_clear_variation1.phpt Ilija Tovilo 2023-07-26 16:53:20 +02:00
  • 4077dad871 [skip ci] Hide generated files from diff via .gitattributes (#11802) Ilija Tovilo 2023-07-26 19:18:01 +02:00
  • 3b68e84341 Merge branch 'PHP-8.2' Niels Dossche 2023-07-26 18:05:56 +02:00
  • 9a358b2842 Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-07-26 18:05:51 +02:00
  • bed0e54104 Fix DOM test Niels Dossche 2023-07-26 18:05:24 +02:00
  • 4bee5743e9 Fix GH-11792: LIBXML_NOXMLDECL is not implemented or broken Niels Dossche 2023-07-25 22:22:01 +02:00
  • 8ac0dcc632 Merge branch 'PHP-8.2' Niels Dossche 2023-07-26 17:26:14 +02:00
  • 86580c6624 Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-07-26 17:23:45 +02:00
  • bf4e7bd3ed Fix GH-11791: Wrong default value of DOMDocument::xmlStandalone Niels Dossche 2023-07-25 21:09:47 +02:00
  • 549c657897 Fix GH-11761: Bcmath numbers with trailing zeros (#11798) Jorg Adam Sowa 2023-07-26 14:48:50 +02:00
  • 7273349a1f Merge remote-tracking branch 'derickr/create-from-iso-string-immutable' Derick Rethans 2023-07-25 18:44:26 +01:00
  • 82ff4c5e84 Make the new DatePeriod::createFromISO8601String method emit DateTimeImmutable objects Derick Rethans 2023-07-19 18:09:01 +01:00
  • b669cb4c1b CS Derick Rethans 2023-07-19 18:08:35 +01:00
  • 4182813ebf Call cast_object handler from get_properties_for Ilija Tovilo 2023-06-30 10:49:19 +02:00
  • 127ad70782 Fix open_basedir leak Ilija Tovilo 2023-07-24 23:23:32 +02:00
  • 61d16a6501 [skip ci] Don't render zend_vm_handlers.h in PRs Ilija Tovilo 2023-07-25 16:10:07 +02:00
  • 5da08dfff1 Merge branch 'PHP-8.2' Niels Dossche 2023-07-24 19:04:55 +02:00
  • e76b62bcb2 Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-07-24 19:01:22 +02:00
  • abb1d2e824 Fix empty argument cases for DOMParentNode methods Niels Dossche 2023-07-22 19:05:09 +02:00
  • 1cf2d216a2 Fix DOMCharacterData::replaceWith() with itself Niels Dossche 2023-07-22 21:47:09 +02:00
  • 168bc8146f Fix incorrect attribute existence check in DOMElement::setAttributeNodeNS() Niels Dossche 2023-07-23 14:59:32 +02:00
  • d439ee18ed Fix DOMEntity field getter bugs Niels Dossche 2023-07-23 23:39:33 +02:00
  • f6cdfd5b52 [skip ci] Add myself to CODEOWNER for BCMath extension George Peter Banyard 2023-07-24 17:09:54 +01:00
  • 68247c02d5 Refactor BCMath bundledlib and extension (#10774) George Peter Banyard 2023-07-24 16:42:34 +01:00
  • 0f20527768 Simplify configuration getters (#11778) Niels Dossche 2023-07-24 17:17:12 +02:00
  • dbe897b73e Remove useless readonly checks Niels Dossche 2023-07-22 18:09:42 +02:00
  • c8964b9a08 Use xmlSetNsProp when possible to prevent parsing the name Niels Dossche 2023-07-22 18:04:49 +02:00
  • 869ecf5320 Merge branch 'PHP-8.2' Dmitry Stogov 2023-07-24 15:45:28 +03:00
  • d6a795b935 Merge branch 'PHP-8.1' into PHP-8.2 Dmitry Stogov 2023-07-24 15:43:21 +03:00
  • 9fc0eab4b4 Fixed incorrect QM_ASSIGN elimination Dmitry Stogov 2023-07-24 15:42:30 +03:00
  • 2778b5d25f zend vm savee registers support for riscv 64. (#11773) David CARLIER 2023-07-24 08:25:45 +01:00
  • 6602ddead5 zend call stack fix freebsd code path. (#11766) David CARLIER 2023-07-23 18:55:14 +01:00
  • 9911ab7142 Remove unused ZEND_STACK_GROWS_DOWNWARDS constant (#11762) Peter Kokot 2023-07-22 19:39:42 +02:00
  • d58e3c05c9 Merge branch 'PHP-8.2' Niels Dossche 2023-07-21 15:31:33 +02:00
  • 272dc9a09c Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-07-21 15:31:20 +02:00
  • af77d3b8da Fix GH-11716: cli server crashes on SIGINT when compiled with ZEND_RC_DEBUG=1 Niels Dossche 2023-07-21 13:25:50 +02:00
  • 4855226f4c Merge branch 'PHP-8.2' Niels Dossche 2023-07-21 13:58:57 +02:00
  • 31bd62865f Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-07-21 13:51:04 +02:00
  • 429f20e981 Prevent int overflow on $decimals in number_format Marc Bennewitz 2023-07-16 20:03:01 +02:00
  • e90c96bc8d Merge branch 'PHP-8.2' Niels Dossche 2023-07-21 13:10:04 +02:00
  • 404f1d3700 Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-07-21 13:09:44 +02:00
  • ee3f932390 Fix GH-11715: opcache.interned_strings_buffer either has no effect or opcache_get_status() / phpinfo() is wrong Niels Dossche 2023-07-17 02:34:49 +02:00
  • a17e84f2f7 libxml_get_external_entity_loader(): test for incompatible resource being loaded (#11728) George Peter Banyard 2023-07-21 11:56:15 +01:00
  • abd563a9d3 Add AMPHP, ReactPHP, Revolt PHP to community job (#10933) Arnaud Le Blanc 2023-07-21 12:29:56 +02:00
  • ac99f7306c Fix merge conflict Ilija Tovilo 2023-07-21 11:17:01 +02:00
  • 84cb42e0f1 Merge branch 'PHP-8.2' Ilija Tovilo 2023-07-21 10:43:13 +02:00
  • 88fab26365 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-07-21 10:42:42 +02:00
  • 11d6bea98a Fix leaking definitions on FFI::cdef()->new() Ilija Tovilo 2023-07-20 13:28:02 +02:00
  • 4c92e7b392 Fix: Consistently use release-managers@php.net [skip ci] (#11752) Andreas Möller 2023-07-21 10:35:51 +02:00
  • b132b7ab7e Remove check for time.h and HAVE_TIME_H (#11726) Peter Kokot 2023-07-20 09:38:53 +02:00
  • fde4386648 cast _private to avoid [-fpermissive] error Remi Collet 2023-07-19 17:01:14 +02:00
  • 475fd29527 Improve DTrace probe generation /w non-default compiler Filip Zrůst 2023-07-19 15:30:02 +02:00
  • 8718fce0e6 Merge branch 'PHP-8.2' Sergey Panteleev 2023-07-19 13:35:36 +03:00
  • ad666eb6df [ci skip] Update NEWS for c3ccc36 Sergey Panteleev 2023-07-19 13:35:18 +03:00
  • d35df89c35 Fix #79026: Allow PHP_EXTRA_VERSION overrides Athos Ribeiro 2023-07-19 12:14:42 +02:00
  • 4328aa4f74 [ci skip] Update NEWS for c3ccc36 Sergey Panteleev 2023-07-19 12:32:37 +03:00
  • 4e35ee0109 Fix use-after-free when unregistering user stream wrapper from itself Ilija Tovilo 2023-07-18 12:01:57 +02:00
  • b0037eda26 Merge branch 'PHP-8.2' Ilija Tovilo 2023-07-19 11:20:18 +02:00
  • c3ccc363c6 Fix use-after-free when unregistering user stream wrapper from itself Ilija Tovilo 2023-07-18 12:01:57 +02:00
  • 451cbbb6fb Fix warning crc32.c on function declaration without a prototype. (#11742) tekimen 2023-07-19 17:46:30 +09:00
  • dff4e40da2 Remove unused PHP_HASH variable (#11653) Peter Kokot 2023-07-19 07:31:03 +02:00
  • 42e32a72b5 Update NEWS for php8.3.0beta1 Eric Mann 2023-07-18 15:54:56 -07:00
  • 316a244fee Update versions for PHP 8.3.0beta1 php-8.3.0beta1 Eric Mann 2023-07-18 15:41:20 -07:00
  • 6e6e301038 Merge branch 'PHP-8.2' Ben Ramsey 2023-07-18 16:39:35 -05:00
  • ad01b6e8c4 Merge branch 'PHP-8.1' into PHP-8.2 Ben Ramsey 2023-07-18 16:39:18 -05:00
  • 4483694ba1 Update versions for PHP 8.1.22RC1 php-8.1.22RC1 Ben Ramsey 2023-07-18 16:20:43 -05:00