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

Commit Graph

  • d313ad6098 Deprecate E_STRICT constant and remove error level Michael Voříšek 2023-12-30 13:57:05 +01:00
  • a360b1757e Add test for GH-15903 Dmitry Stogov 2024-09-18 09:35:01 +03:00
  • 9cb48c8fa1 Update IR Dmitry Stogov 2024-09-18 09:33:54 +03:00
  • e2da65de2a NEWS for 306dedcf5e Niels Dossche 2024-09-17 22:17:34 +02:00
  • 306dedcf5e ext/bcmath: bcpow() performance improvement (#15790) Jorg Adam Sowa 2024-09-17 22:16:26 +02:00
  • 36dfe634b0 Add test for GH-15909 (fixed by previous IR update) Dmitry Stogov 2024-09-17 21:24:42 +03:00
  • 718cff9bbb Update IR Dmitry Stogov 2024-09-17 21:24:01 +03:00
  • c9a4abadcc Fix unsetting DOM properties Niels Dossche 2024-09-14 22:47:24 +02:00
  • 31e2ec63d8 Fix GH-15923: GDB: Python Exception <class 'TypeError'>: exceptions must derive from BaseException Niels Dossche 2024-09-16 22:23:45 +02:00
  • 43dc2eb6d8 Remove redundant *spell* libraries on Alpine (#15890) Peter Kokot 2024-09-17 18:14:44 +02:00
  • 2324e32c7d Remove redundant Kerberos library installation (#15889) Peter Kokot 2024-09-17 18:13:54 +02:00
  • ae4ef32d68 ext/standard/browscap.c: Minor refactorings (#15885) Gina Peter Banyard 2024-09-17 16:48:21 +01:00
  • 4830535b69 [skip ci] PHP 8.4 NEWS: fix typos in parameter names (#15931) Juliette 2024-09-17 17:47:08 +02:00
  • 17d46bb3b2 Fix oss-fuzz #71382 (#15854) Arnaud Le Blanc 2024-09-17 16:06:51 +02:00
  • 1ce865244a Update IR Dmitry Stogov 2024-09-17 16:15:38 +03:00
  • 21196ca9f6 zend_enum.c: make a bunch of pointers const (#15932) DanielEScherzer 2024-09-17 03:57:01 -07:00
  • a3583d7eef zend_inheritance.c: make a bunch of pointers const (GH-15934) DanielEScherzer 2024-09-17 03:44:17 -07:00
  • 1be989bbf0 [skip ci] Move brew install libsodium to reinstall Ilija Tovilo 2024-09-17 12:35:07 +02:00
  • 5fa082316b CI: Update actions/cache in nightly run to v4 (#15933) Ayesh Karunaratne 2024-09-17 13:51:57 +07:00
  • 3afb96184e ext/mbstring: Update to Unicode 16 Ayesh Karunaratne 2024-09-16 00:43:53 +07:00
  • 71edc05139 php_reflection.c: make a bunch of pointers const (#15927) DanielEScherzer 2024-09-16 18:17:46 -07:00
  • 65b4f22686 Fix some misleading comments about __clone() never being executed (#15926) DanielEScherzer 2024-09-16 16:53:30 -07:00
  • 2fce0bb877 Implement ReflectionProperty::isFinal() Ilija Tovilo 2024-09-16 14:50:47 +02:00
  • 1ce07b0957 Merge branch 'PHP-8.3' Niels Dossche 2024-09-16 20:51:34 +02:00
  • 25289dd08e Fix GH-15711: SoapClient can't convert BackedEnum to scalar value Niels Dossche 2024-09-08 13:58:29 +02:00
  • ca66a11c36 Use get_serialization_string_from_zval() in all encoding functions Niels Dossche 2024-09-08 13:27:42 +02:00
  • 56fea5995d Introduce get_serialization_string_from_zval() and use it in to_xml_string() Niels Dossche 2024-09-08 13:19:16 +02:00
  • 55aa5f3ffb Fix GH-15910: Assertion failure in ext/dom/element.c Niels Dossche 2024-09-16 20:06:07 +02:00
  • c65e042c0b Fix zend_get_property_info_for_slot() for lazy objects (#15855) Arnaud Le Blanc 2024-09-16 16:58:12 +02:00
  • c7397f5131 [skip ci] Fix NEWS section Ilija Tovilo 2024-09-16 14:34:19 +02:00
  • d75a289f6f Implement ReflectionProperty::hasHook[s] Ilija Tovilo 2024-09-11 23:31:00 +02:00
  • b438e2b1ed Merge branch 'PHP-8.3' Christoph M. Becker 2024-09-15 23:15:09 +02:00
  • ad11cbc491 Merge branch 'PHP-8.2' into PHP-8.3 Christoph M. Becker 2024-09-15 23:14:15 +02:00
  • b26e610777 Run snmp tests in Windows CI, again Christoph M. Becker 2024-09-15 19:08:04 +02:00
  • ed54d6de49 Fix XML serializer errata: xmlns="" serialization should be allowed Niels Dossche 2024-09-15 14:16:00 +02:00
  • 5121acaa66 Support --with-openssl-argon2 on Windows (GH-15713) Christoph M. Becker 2024-09-15 17:06:50 +02:00
  • 796eba65e7 Autotools: Fix CS in undefined sanitizer check (#15892) Peter Kokot 2024-09-15 15:52:37 +02:00
  • d5b3ffa762 ext/gd: enable avif tests on GH-Actions (#15850) Ayesh Karunaratne 2024-09-15 19:57:47 +07:00
  • 274ae05c4e Merge branch 'PHP-8.3' Máté Kocsis 2024-09-14 22:15:49 +02:00
  • cb69900407 Add missing returns in ext/date for PHP 8.3+ (#15735) Máté Kocsis 2024-09-14 22:15:22 +02:00
  • 2513258a2b ext/phar: Voidify flush function as it always returns EOL Gina Peter Bnayard 2024-09-13 13:42:46 +02:00
  • 4f9fdf841e ext/phar: Move variable to inner scope Gina Peter Bnayard 2024-09-13 13:31:44 +02:00
  • 290fb920f2 ext/phar: Mark constant string as static const Gina Peter Bnayard 2024-09-13 13:30:10 +02:00
  • 3f1a4441bd ext/standard: Make char* of php_stristr() const Gina Peter Bnayard 2024-09-13 13:45:12 +02:00
  • b75c79ee1d ext/phar: Use bool instead of int Gina Peter Bnayard 2024-09-13 13:29:09 +02:00
  • 03e2cfdad1 ext/phar: Refactor flushing of archive to only take string stub file Gina Peter Bnayard 2024-09-12 22:57:26 +02:00
  • 888eb370cf Fix -Wundef/C4668 warnings (#15853) Peter Kokot 2024-09-14 11:28:32 +02:00
  • f6a232cce2 Fix missing deps in macos arm build (GH-15881) Ilija Tovilo 2024-09-14 00:53:24 +02:00
  • 99bee73325 Merge branch 'PHP-8.3' Ilija Tovilo 2024-09-13 23:14:55 +02:00
  • a08d326941 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-09-13 23:10:19 +02:00
  • 664e039069 Fix GA macOS brew warnings Ilija Tovilo 2024-09-13 16:22:04 +02:00
  • e7b022ea17 Merge branch 'PHP-8.3' Niels Dossche 2024-09-13 20:02:00 +02:00
  • 778bfce533 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-09-13 20:01:53 +02:00
  • 6c82ca2182 Fix GH-15868: Assertion failure in xml_parse_into_struct after exception Niels Dossche 2024-09-13 18:22:38 +02:00
  • ac8db36543 Fix GH-15868: Assertion failure in xml_parse_into_struct after exception Niels Dossche 2024-09-13 18:22:38 +02:00
  • 5e7a1cc818 Merge branch 'PHP-8.3' Ilija Tovilo 2024-09-13 18:14:23 +02:00
  • 5b2d80bc79 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2024-09-13 18:14:14 +02:00
  • 4e12189604 Mark some phar tests as flaky on macOS Ilija Tovilo 2024-09-13 15:29:21 +02:00
  • f756b96e06 Make CSV deprecation less annoying to deal with (#15569) Gina Peter Banyard 2024-09-13 15:07:26 +01:00
  • e73a855976 [skip ci] Add EXTENSIONS for @youkidearitai in mbstring (#15874) tekimen 2024-09-13 21:46:08 +09:00
  • aa34950344 [skip ci] Update UPGRADING wrt Deprecate GET/POST sessions RFC (#15865) Christoph M. Becker 2024-09-13 13:15:09 +02:00
  • bab5c4a7ac Merge branch 'PHP-8.3' Derick Rethans 2024-09-13 11:05:47 +01:00
  • 9185255b83 Merge branch 'PHP-8.2' into PHP-8.3 Derick Rethans 2024-09-13 11:05:24 +01:00
  • fecad54d74 Backport fix from PHP 8.3: The exception handler already takes care of destroying the return value Derick Rethans 2024-09-13 11:04:45 +01:00
  • cd232ed328 Fix short-lived phar regression Niels Dossche 2024-09-12 23:16:49 +02:00
  • 9f0138babe Merge branch 'PHP-8.3' Niels Dossche 2024-09-12 23:11:28 +02:00
  • 6f975a271f Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-09-12 23:11:23 +02:00
  • 3354cc6e89 Update test for changed error message format in libxml 2.13 Niels Dossche 2024-09-12 23:10:51 +02:00
  • d5d06be3e3 Merge branch 'PHP-8.3' Niels Dossche 2024-09-12 23:07:22 +02:00
  • 79427ae08e Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2024-09-12 23:07:12 +02:00
  • 3ec5919e14 Update error message for libxml 2.13 Niels Dossche 2024-09-12 22:37:21 +02:00
  • f74f9b073a Update libxml test for the directory field behaviour change Niels Dossche 2024-09-12 22:35:34 +02:00
  • cc0464268d Avoid copying the local name in SOAP's parse_namespace() (#15862) Niels Dossche 2024-09-12 22:41:45 +02:00
  • ffb440550c Use APPLY_STOP in pcre_clean_cache() (GH-15839) Ilija Tovilo 2024-09-12 22:32:23 +02:00
  • 1facbc385a ext/phar: Use normal variable instead of macro Gina Peter Bnayard 2024-09-12 19:52:49 +02:00
  • ae9d8099c2 ext/phar: Add comment about include Gina Peter Bnayard 2024-09-12 19:51:10 +02:00
  • d486d65962 ext/phar: Reduce scope of some variables Gina Peter Bnayard 2024-09-12 19:45:51 +02:00
  • 6adffebeb8 ext/phar: Use zend_result as return value Gina Peter Bnayard 2024-09-12 19:40:17 +02:00
  • ea4e8d513c Autotools: Check copy_file_range with AC_COMPILE_IFELSE (#15858) Peter Kokot 2024-09-12 20:56:56 +02:00
  • adfd7de5c3 Merge branch 'PHP-8.3' David Carlier 2024-09-12 18:19:53 +01:00
  • 32358173c9 Fix GH-15729 PDO tests name conflicts. David Carlier 2024-09-05 19:02:52 +01:00
  • 98f07fcfca Fix more issues reported in GH-15852 Dmitry Stogov 2024-09-12 20:19:11 +03:00
  • ab99161444 ext/standard/versioning.c: Slightly refactor compare_special_version_forms() Gina Peter Bnayard 2024-08-13 19:33:53 +02:00
  • 8109d21065 ext/standard/url.c: Stop exposing php_replace_controlchars_ex() Gina Peter Bnayard 2024-08-13 19:24:02 +02:00
  • d45eb46c97 ext/standard/type.c: Remove unused include Gina Peter Bnayard 2024-08-13 19:15:09 +02:00
  • 85e6688791 ext/standard/string.c: Remove to(upper|lower) PHP API in favour of Zend APIs Gina Peter Bnayard 2024-08-13 19:00:14 +02:00
  • 1b87772f40 ext/standard/string.c: Refactor php_spn_common_handler() Gina Peter Bnayard 2024-08-13 18:12:43 +02:00
  • 312f789e22 ext/standard/quot_print.c: Mark readonly string as const Gina Peter Bnayard 2024-08-13 17:53:34 +02:00
  • 5c191a45d9 ext/standard/quot_print.c: Minor refactoring to php_hex2int() Gina Peter Bnayard 2024-08-13 17:48:39 +02:00
  • 3c8fd93dcf [skip ci] zend_compile.h: ZEND_ACC_DEPRECATED can be used for class constants (#15848) DanielEScherzer 2024-09-12 09:52:43 -07:00
  • c21899a9f0 Merge branch 'PHP-8.3' Arnaud Le Blanc 2024-09-12 13:12:51 +02:00
  • be1bf3f35e Merge branch 'PHP-8.2' into PHP-8.3 Arnaud Le Blanc 2024-09-12 13:11:49 +02:00
  • c639614346 Do not remove -O0 in the middle of a flag Arnaud Le Blanc 2024-09-10 18:40:49 +02:00
  • 60c2687712 Fix removal of optimization cflags in debug builds (#9647) Arnaud Le Blanc 2024-05-22 13:22:34 +02:00
  • 66060b1a9e Support building ext/gd without libxpm on Windows (GH-15846) Christoph M. Becker 2024-09-12 12:29:18 +02:00
  • 306a51951f Avoid allocating memory in soap get_function() (#15843) Niels Dossche 2024-09-11 23:50:53 +02:00
  • 81d580e334 Merge branch 'PHP-8.3' David Carlier 2024-09-11 21:20:14 +01:00
  • eb460229ad Merge branch 'PHP-8.2' into PHP-8.3 David Carlier 2024-09-11 21:19:58 +01:00
  • 503d9145e0 Fix GH-15712: overflow on float print with precision ini large value. David Carlier 2024-09-02 18:03:28 +01:00
  • ea0937b550 Merge branch 'PHP-8.3' David Carlier 2024-09-11 21:16:26 +01:00