1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 09:12:14 +01:00

Commit Graph

  • 4c3c3eac15 Update versions for PHP 8.3.25RC1 php-8.3.25RC1 Eric Mann 2025-08-12 08:11:00 -07:00
  • 2f9e1adbdd Merge branch 'PHP-8.4' Saki Takamachi 2025-08-12 23:49:46 +09:00
  • ee1a27f014 Update versions for PHP 8.4.12RC1 php-8.4.12RC1 Saki Takamachi 2025-08-12 23:47:42 +09:00
  • b7c26eb16c PHP-8.4 is now for PHP 8.4.13-dev Saki Takamachi 2025-08-12 23:46:26 +09:00
  • fb7db498fb [ci skip] Update NEWS for PHP 8.5.0 beta1 Volker Dusch 2025-08-12 16:23:47 +02:00
  • 5f477d9457 Update versions for PHP 8.5.0beta1 php-8.5.0beta1 Volker Dusch 2025-08-12 15:56:49 +02:00
  • 20c8c12d9e Fix #81724: openssl_cms_encrypt only allows specific ciphers Jakub Zelenka 2025-08-11 21:44:44 +02:00
  • 38beb44176 [RFC] Extend #[\Override] to target properties (#19061) Jiří Pudil 2025-08-12 15:18:50 +02:00
  • c3bee21256 NEWS/UPGRADING for recent deprecations Daniel Scherzer 2025-08-12 06:05:09 -07:00
  • 57a88b216c [RFC] Deprecate ReflectionProperty::getDefaultValue() without default (#19457) Daniel Scherzer 2025-08-12 05:50:27 -07:00
  • ffdc1044c9 [RFC] Deprecate ReflectionClass::getConstant() for missing constants (#19456) Daniel Scherzer 2025-08-12 05:50:20 -07:00
  • a68f3d6374 [RFC] Deprecate imagedestroy() (#19454) Daniel Scherzer 2025-08-12 05:50:09 -07:00
  • 699e5632b1 [RFC] Deprecate curl_share_close() (#19452) Daniel Scherzer 2025-08-12 05:49:52 -07:00
  • 9b13bb1ae4 [RFC] Deprecate curl_close() (#19451) Daniel Scherzer 2025-08-12 05:44:41 -07:00
  • 4de2ec3895 [RFC] Deprecate xml_parser_free() (#19449) Daniel Scherzer 2025-08-12 05:44:32 -07:00
  • 65c961436d Merge branch 'PHP-8.4' Ilija Tovilo 2025-08-12 14:19:11 +02:00
  • 571bded46e Merge branch 'PHP-8.3' into PHP-8.4 PHP-8.4.12 Ilija Tovilo 2025-08-12 14:19:04 +02:00
  • 347723af05 Merge branch 'PHP-8.2' into PHP-8.3 PHP-8.3.25 Ilija Tovilo 2025-08-12 14:18:53 +02:00
  • 0c044b35b7 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2025-08-12 14:18:44 +02:00
  • abb7f2879e [skip ci] Add timeout for FreeBSD Ilija Tovilo 2025-08-12 14:17:33 +02:00
  • 2b5d978a85 Update NEWS and UPGRADING Gina Peter Banyard 2025-08-12 11:53:37 +01:00
  • 25cbc15719 RFC: Deprecate date constant RFC7231 (#12989) Jorg Adam Sowa 2025-08-12 12:33:38 +02:00
  • dfa1307a64 Various return types and values consolidation (#19418) Alexandre Daubois 2025-08-12 12:28:41 +02:00
  • 3dc962b9f7 [RFC] Deprecate returning null from __debugInfo() (#19455) Daniel Scherzer 2025-08-12 03:15:18 -07:00
  • 3d9d68e1ca zend_compile: Deprecate backticks as an alias for shell_exec() (#19443) Tim Düsterhus 2025-08-12 12:02:13 +02:00
  • 4d6dde595c Emit EXT_STMT after each pipe stage, and attach the TMP var that holds the intermediary result (#19377) Derick Rethans 2025-08-12 10:26:06 +01:00
  • 07a9c25c71 Merge branch 'PHP-8.4' Dmitry Stogov 2025-08-12 11:59:26 +03:00
  • 47f9f3a3f6 Fix Nightly workflow Symfony assertion (ir_ra.c:326: ir_fix_live_range: Assertion `ival && p->start == old_start' failed) (#19458) Dmitry Stogov 2025-08-12 11:59:08 +03:00
  • 4d74dd0395 Merge branch 'PHP-8.4' Niels Dossche 2025-08-11 23:05:56 +02:00
  • 8b5231388c Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-08-11 23:05:50 +02:00
  • 9b86533ce4 Fix GH-19065: Long match statement can segfault compiler during recursive SSA renaming Niels Dossche 2025-07-09 21:18:18 +02:00
  • 10834d1572 Fix #47728: Add missing openssl constants Jakub Zelenka 2025-08-11 19:31:59 +02:00
  • c5f79b8cf9 Use OpenSSL libctx for various BIO readers (#19448) Jakub Zelenka 2025-08-11 17:21:38 +01:00
  • 6280dfc025 UPGRADING: document #[\Attribute] validation from GH-19154 Daniel Scherzer 2025-08-11 09:17:06 -07:00
  • c416191a00 GH-19153: Validate #[\Attribute] targets (#19154) Daniel Scherzer 2025-08-11 09:05:57 -07:00
  • 5f8d648af6 Deprecate terminating case statements with a semicolon (#19215) Theodore Brown 2025-08-11 07:18:06 -05:00
  • d01aa02ef5 UPGRADING: Fix formatting Tim Düsterhus 2025-08-11 13:42:52 +02:00
  • 702d18de99 Implement #80495: Enable to set padding in openssl_(sign|verify) Jakub Zelenka 2025-08-09 16:17:55 +02:00
  • 8f1a627e79 Merge branch 'PHP-8.4' Niels Dossche 2025-08-10 14:21:47 +02:00
  • 91665eaa63 Backport Lexbor changes to 8.4 Niels Dossche 2025-08-10 14:17:19 +02:00
  • 33d38d059e Merge branch 'PHP-8.4' Niels Dossche 2025-08-10 13:25:47 +02:00
  • 19ffe572bb Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-08-10 13:25:42 +02:00
  • b57578f3b1 Fix GH-19383: php-8.3.24: Missing type in function definition: fpm_event_kqueue_clean Niels Dossche 2025-08-10 13:25:22 +02:00
  • fc86c249dc Sync with lexbor/lexbor@49b43eba41 (#19442) Niels Dossche 2025-08-10 13:16:39 +02:00
  • aecf2a6e62 Fix GH-18877: \Dom\HTMLDocument querySelectorAll selecting only the first when using ~ and :has Niels Dossche 2025-07-19 01:04:37 +02:00
  • e990b691c5 Update NEWS and UPGRADING for recent deprecation merges Gina Peter Banyard 2025-08-09 23:12:05 +01:00
  • 284e622506 ext/openssl: Deprecate $key_length parameter of openssl_pkey_derive() (#19421) Gina Peter Banyard 2025-08-09 22:55:53 +01:00
  • 731d36ac61 Fix OpenSSL fetching of alias ciphers Jakub Zelenka 2025-08-09 20:49:49 +02:00
  • 066a977840 Clean up test for GH-19369 - openssl_sign issue Jakub Zelenka 2025-08-09 23:02:46 +02:00
  • c8d7318daf Fix GH-19369: openssl_sign() - support for alias digest algs broken Jakub Zelenka 2025-08-09 20:07:23 +02:00
  • bc475ada13 Fix non-canonical casts Nikita Popov 2025-08-09 20:59:30 +02:00
  • dc0962c243 ext/standard: Deprecate passing null to readdir(), rewinddir(), and closedir() (#19423) Gina Peter Banyard 2025-08-09 18:08:21 +01:00
  • ba21ab4ea0 ext/finfo: Deprecate the parameter for finfo_buffer() (#19378) Gina Peter Banyard 2025-08-09 17:42:19 +01:00
  • c064fc4fe8 Fix php_openssl_pkey_derive merge issue Jakub Zelenka 2025-08-09 18:25:42 +02:00
  • 75931a2ce3 Merge branch 'PHP-8.4' Jakub Zelenka 2025-08-09 18:02:10 +02:00
  • f52a59ff4f Merge branch 'PHP-8.3' into PHP-8.4 Jakub Zelenka 2025-08-09 17:44:25 +02:00
  • 9e2aa658a8 Fix GH-19428: openssl_pkey_derive segfaults for DH derive with low key_length Jakub Zelenka 2025-08-09 13:32:56 +02:00
  • 69f67f990d ext/intl: Deprecate intl.error_level INI setting (#19430) Gina Peter Banyard 2025-08-09 16:28:47 +01:00
  • 2bb98cd8c8 ext/int: IntlTimeZone converting few intl error to exceptions. (#13477) David CARLIER 2025-08-09 12:50:35 +01:00
  • 74c006fbab Use proper hash_spec_result enum for return values in ext/hash (#19386) Alexandre Daubois 2025-08-09 12:56:40 +02:00
  • d65025b53d Update NEWS/UPGRADING for recent commits Gina Peter Banyard 2025-08-09 11:49:38 +01:00
  • 16872310d5 ext/spl: Deprecate SplObjectStorage::contains(), SplObjectStorage::attach(), and SplObjectStorage::detach() (#19424) Gina Peter Banyard 2025-08-09 11:36:14 +01:00
  • 1e108e9ab2 ext/intl: wrap DateTimeZone constructor exception in an IntlException (#19410) Gina Peter Banyard 2025-08-09 11:24:11 +01:00
  • 8c5c03e33a ext/spl: Deprecate passing spl_autoload_call() to spl_autoload_unregister() (#19422) Gina Peter Banyard 2025-08-09 11:23:14 +01:00
  • 94a15cc92f Deprecate the parameter of get_defined_functions() (#19425) Gina Peter Banyard 2025-08-09 11:22:43 +01:00
  • f64c6248b5 Autotools: Update ax_check_compile_flag.m4 to serial 11 (#19127) Peter Kokot 2025-08-09 02:03:37 +02:00
  • 7bf79ab666 Make spl_filesystem_dir_read() return void (#19419) Alexandre Daubois 2025-08-08 23:14:07 +02:00
  • 7b44bfd812 UPGRADING and NEWS for recent 8.5 deprecations Gina Peter Banyard 2025-08-08 21:45:02 +01:00
  • ccb716dcad fileinfo: Deprecate finfo_close() (#18396) Tim Düsterhus 2025-08-08 22:25:13 +02:00
  • 922c225fbf reflection: Deprecate Reflection*::setAccessible() (#19273) Tim Düsterhus 2025-08-08 22:24:41 +02:00
  • 732069d98b pdo: Deprecate the uri: DSN scheme (#19274) Tim Düsterhus 2025-08-08 22:24:15 +02:00
  • 21625006e5 standard: Deprecate socket_set_timeout() (#19285) Tim Düsterhus 2025-08-08 22:23:48 +02:00
  • 5d86515772 mysqli: Deprecate mysqli_execute() (#19286) Tim Düsterhus 2025-08-08 22:23:31 +02:00
  • 3bf21a0d43 Zend: Deprecate non-canonical cast names (#19372) Gina Peter Banyard 2025-08-08 21:22:49 +01:00
  • 43a91089ca ext/intl: Refactor timezone parameter passing (#19409) Gina Peter Banyard 2025-08-08 21:12:43 +01:00
  • be2889411a Merge branch 'PHP-8.4' Niels Dossche 2025-08-08 20:33:00 +02:00
  • db3f6d0bf0 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-08-08 20:32:55 +02:00
  • cc93bbb765 Fix GH-19397: mb_list_encodings() can cause crashes on shutdown Niels Dossche 2025-08-07 19:27:58 +02:00
  • 99e6b0ecc8 Use stack allocation in timezone_initialize() (#19394) Niels Dossche 2025-08-08 20:29:39 +02:00
  • 9673079903 Fix GH-18404: Display diff when a single test is run (GH-19400) Alexandre Daubois 2025-08-08 19:16:32 +02:00
  • e4078a6a70 Disable opcache if no SHM backend is available Arnaud Le Blanc 2025-08-02 10:49:05 +02:00
  • fe88711b14 ext/intl: Use ZPP specifier for IntlTimeZone::createEnumeration() (#19393) Gina Peter Banyard 2025-08-07 22:37:16 +01:00
  • 140fc69b4a ext/intl: update from C to C++ step2. (#19294) David CARLIER 2025-08-07 22:36:34 +01:00
  • c5143c0b22 tree: remove some usages of the report_memleaks INI setting (#19407) Gina Peter Banyard 2025-08-07 22:17:24 +01:00
  • 1f131e3ae6 [skip ci] ext/sockets: remove tests that leak memory (#19408) Gina Peter Banyard 2025-08-07 21:50:04 +01:00
  • a3f34043de Merge branch 'PHP-8.4' Niels Dossche 2025-08-07 19:09:03 +02:00
  • 11e6655624 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-08-07 19:08:58 +02:00
  • 5cf45ba5ab Fix GH-19371: integer overflow in calendar.c Niels Dossche 2025-08-05 19:38:15 +02:00
  • 43420599f7 ext/intl: better errors for IntlTimeZone::createTimeZoneIDEnumeration (#19395) Gina Peter Banyard 2025-08-07 13:52:03 +01:00
  • ca5667bc14 ext/intl: prevent creation of invalid UConverter instance (#19396) Gina Peter Banyard 2025-08-07 13:46:58 +01:00
  • abe75ca850 Merge branch 'PHP-8.4' Ilija Tovilo 2025-08-07 13:56:19 +02:00
  • db5a3956f5 Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2025-08-07 13:56:12 +02:00
  • aae35f3617 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2025-08-07 13:56:06 +02:00
  • 080ba20d49 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2025-08-07 13:55:59 +02:00
  • 2cd9233e42 Fix ERROR_CODE handling in COMMUNITY build Ilija Tovilo 2025-08-07 13:54:55 +02:00
  • 17826d31c6 Merge branch 'PHP-8.4' Arnaud Le Blanc 2025-08-07 08:42:03 +02:00
  • 58501bd136 Merge branch 'PHP-8.3' into PHP-8.4 Arnaud Le Blanc 2025-08-07 08:41:24 +02:00
  • bd2766ce79 zend call stack fixing stack limit for macOs arm64. David Carlier 2024-02-03 14:54:23 +00:00
  • d1fceeec30 Check stack limit in fuzzer executor Arnaud Le Blanc 2025-08-06 17:40:53 +02:00
  • c42e6d62d8 ext/intl: modernize tests (#19392) Gina Peter Banyard 2025-08-06 23:33:48 +01:00