1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 07:32:54 +02:00

Commit Graph

  • fc1c948208 Merge branch 'PHP-8.3' Ilija Tovilo 2023-09-05 17:38:25 +02:00
  • bb31a75321 Skip profiling of sqlite3_step Ilija Tovilo 2023-09-05 13:05:21 +02:00
  • fd13aeec95 Merge branch 'PHP-8.3' Ilija Tovilo 2023-09-05 16:14:59 +02:00
  • 3433dab5f7 Revert 479e659331 Ilija Tovilo 2023-09-05 10:37:47 +02:00
  • 2d3bff38bb Merge branch 'PHP-8.3' George Peter Banyard 2023-09-05 10:41:22 +01:00
  • 8a392eddf9 Fix OSS Fuzz #61865: Undef variable in ++/-- for declared property that is unset in error handler George Peter Banyard 2023-09-03 00:12:25 +01:00
  • ee6453f737 Merge branch 'PHP-8.3' George Peter Banyard 2023-09-05 10:37:00 +01:00
  • d7273c5963 Merge branch 'PHP-8.2' into PHP-8.3 George Peter Banyard 2023-09-05 10:36:16 +01:00
  • c672a06954 Merge branch 'PHP-8.1' into PHP-8.2 George Peter Banyard 2023-09-05 10:27:12 +01:00
  • da7a66d647 Prevents double call to internal iterator rewind handler ju1ius 2023-08-27 18:18:34 +02:00
  • 9658d9ada4 adds failing test case for #12060 ju1ius 2023-08-27 18:06:10 +02:00
  • 8cfe2674e3 Merge branch 'PHP-8.3' Dmitry Stogov 2023-09-05 10:13:55 +03:00
  • b4ce171aa2 Merge branch 'PHP-8.2' into PHP-8.3 Dmitry Stogov 2023-09-05 10:13:47 +03:00
  • ab6d564a7e Merge branch 'PHP-8.1' into PHP-8.2 Dmitry Stogov 2023-09-05 10:13:22 +03:00
  • f1f608bf53 Fixed uninitialized EX(opline) access (possible Zend/tests/gh12073.phpt crash) Dmitry Stogov 2023-09-05 10:11:54 +03:00
  • 0363dbfef4 Add support for verifying and syncronizing predefined constants with the manual Máté Kocsis 2023-09-04 10:35:55 +02:00
  • 3f38105740 Merge branch 'PHP-8.3' Ilija Tovilo 2023-09-04 15:40:07 +02:00
  • baf74ed1a4 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2023-09-04 15:39:39 +02:00
  • 6850a040f3 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-09-04 15:39:20 +02:00
  • af2110e664 Fix freeing of incompletely initialized closures Ilija Tovilo 2023-08-29 16:53:38 +02:00
  • acd7769733 Merge branch 'PHP-8.3' Ilija Tovilo 2023-09-04 13:58:42 +02:00
  • 6d0b27d25c Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2023-09-04 13:58:38 +02:00
  • b4dc85fced Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-09-04 13:58:10 +02:00
  • e3df233aca [skip ci] Backport GA paths-ignore changes Ilija Tovilo 2023-09-04 13:57:48 +02:00
  • 3620c1a2c6 Merge branch 'PHP-8.3' Ilija Tovilo 2023-09-04 13:54:29 +02:00
  • f54771ee3e Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2023-09-04 13:54:21 +02:00
  • fc4c8064ba Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-09-04 13:54:15 +02:00
  • 8cca0e80ef [skip ci] Skip github actions when editing other ci files Ilija Tovilo 2023-09-04 13:52:59 +02:00
  • c1184ff019 [skip ci] Also actually skip the xdebug build step Ilija Tovilo 2023-09-04 13:04:06 +02:00
  • 349902414a [skip ci] Temporarily disable xdebug build in nightly Ilija Tovilo 2023-09-04 12:17:40 +02:00
  • e2189e5f37 Merge branch 'PHP-8.3' Niels Dossche 2023-09-03 18:27:32 +02:00
  • eee1617f38 Tweak behaviour of dynamic properties wrt error handlers Niels Dossche 2023-09-03 15:59:23 +02:00
  • c0b3cbfdfc Merge branch 'PHP-8.3' Ilija Tovilo 2023-09-03 14:23:09 +02:00
  • 6b74f1f745 xfail mbstring test on Windows 32-bit Ilija Tovilo 2023-09-03 14:21:31 +02:00
  • 80c33c2136 Merge branch 'PHP-8.3' Ilija Tovilo 2023-09-03 14:19:12 +02:00
  • 9ce9c11ee8 Fix master branch check in find-target-branch.bat Ilija Tovilo 2023-09-03 14:18:41 +02:00
  • b9fee81bb0 Merge branch 'PHP-8.3' Ilija Tovilo 2023-09-03 14:17:01 +02:00
  • 341d54c412 [skip ci] Fix branch check in nightly for PHP-8.3 Ilija Tovilo 2023-09-03 14:16:38 +02:00
  • 4b5585120b Merge branch 'PHP-8.3' Ilija Tovilo 2023-09-03 13:48:54 +02:00
  • ee6f9e294c Include branch in benchmarking information Ilija Tovilo 2023-09-01 12:58:18 +02:00
  • 4a7aa64f1e Merge branch 'PHP-8.3' George Peter Banyard 2023-09-03 01:06:15 +01:00
  • b17958e7be Merge branch 'PHP-8.2' into PHP-8.3 George Peter Banyard 2023-09-03 01:04:28 +01:00
  • fa0953f49d Merge branch 'PHP-8.1' into PHP-8.2 George Peter Banyard 2023-09-03 01:03:46 +01:00
  • a579fa807c Fixed bug GH-12020: intl_get_error_message() broken after MessageFormatter::formatMessage() fails George Peter Banyard 2023-09-03 00:59:20 +01:00
  • 48443183af Use zend_result as return for properties in ext/dom (#12113) Niels Dossche 2023-09-03 00:42:49 +02:00
  • 575263ff3f Merge branch 'PHP-8.3' George Peter Banyard 2023-09-02 23:35:16 +01:00
  • 013bb5769b Add tests for oss-fuzz-61469: Undef dynamic property in ++/-- unset in error handler George Peter Banyard 2023-08-21 15:01:46 +01:00
  • 2c05db33cc Merge branch 'PHP-8.3' George Peter Banyard 2023-09-02 23:03:38 +01:00
  • 508e70ac3c Merge branch 'PHP-8.2' into PHP-8.3 George Peter Banyard 2023-09-02 23:01:40 +01:00
  • 30b550bad5 Merge branch 'PHP-8.1' into PHP-8.2 George Peter Banyard 2023-09-02 23:00:48 +01:00
  • a022ec53bd Fix memory leak with failed SQLPrepare Calvin Buckley 2023-08-31 15:25:46 -03:00
  • 4dea42a3f8 Preallocate result array size in xpath (#12105) Niels Dossche 2023-09-02 16:29:21 +02:00
  • 7be47953a3 Add XPath tests for basic types Niels Dossche 2023-09-02 14:17:07 +02:00
  • 07c688f224 Add XPath test with a context node Niels Dossche 2023-09-02 14:16:55 +02:00
  • 0d7ef87bf6 Merge branch 'PHP-8.3' Máté Kocsis 2023-09-01 14:18:01 +02:00
  • c5fb8b6a6b Align class name detection to the new class synopsis format Máté Kocsis 2023-09-01 14:15:36 +02:00
  • ac607b671f Merge branch 'PHP-8.3' Ilija Tovilo 2023-09-01 12:40:57 +02:00
  • 7c4bae688b Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2023-09-01 12:40:46 +02:00
  • aff86d68f6 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-09-01 12:40:07 +02:00
  • b21df69848 [skip ci] Fix borked xleak skip on <PHP-8.3 Ilija Tovilo 2023-09-01 12:39:03 +02:00
  • b7af61a154 Use version of PHP SDK binary tools that uses PHP downloads Dmitry Stogov 2023-09-01 12:37:36 +03:00
  • dda6b8f682 [skip ci] Remove the link to the custom bugs tracker from the new issue window (#11538) Sander 2023-08-31 15:52:57 +02:00
  • 2521a3fce1 Merge branch 'PHP-8.3' Remi Collet 2023-08-31 14:55:33 +02:00
  • 1f2cfd8009 ensure displays_errors is off (default) Remi Collet 2023-08-31 10:55:19 +02:00
  • 890cbbf013 Use version of PHP SDK binary tools that uses PHP downloads (#12085) Jakub Zelenka 2023-08-31 13:15:53 +01:00
  • 0d94b58d35 Merge branch 'PHP-8.3' Ilija Tovilo 2023-08-30 23:10:30 +02:00
  • 8f4738f41d Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2023-08-30 23:10:24 +02:00
  • 936538d8d7 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-08-30 23:10:10 +02:00
  • f4a6a6d096 Increase run-tests.php timeout for asan Ilija Tovilo 2023-08-30 22:31:27 +02:00
  • d5bfaec0b7 Merge branch 'PHP-8.3' Niels Dossche 2023-08-30 22:31:32 +02:00
  • c272cd6302 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2023-08-30 22:31:21 +02:00
  • f134b0efe6 Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-08-30 22:31:11 +02:00
  • 1cdcbc05b0 Fix GH-11972: RecursiveCallbackFilterIterator regression in 8.1.18 Niels Dossche 2023-08-30 21:25:03 +02:00
  • f66677e325 Merge branch 'PHP-8.3' Niels Dossche 2023-08-30 22:29:56 +02:00
  • dc72ceda90 Merge branch 'PHP-8.2' into PHP-8.3 Niels Dossche 2023-08-30 22:27:06 +02:00
  • 262a22740c Merge branch 'PHP-8.1' into PHP-8.2 Niels Dossche 2023-08-30 22:26:36 +02:00
  • da0e0570a3 Merge branch 'PHP-8.3' Ilija Tovilo 2023-08-30 22:25:51 +02:00
  • 64ef06d276 Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2023-08-30 22:25:32 +02:00
  • 10c81039da Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2023-08-30 22:25:11 +02:00
  • a3725f12a3 Merge branch 'PHP-8.3' George Peter Banyard 2023-08-30 21:23:36 +01:00
  • 9b28e521d1 Merge branch 'PHP-8.2' into PHP-8.3 George Peter Banyard 2023-08-30 21:22:51 +01:00
  • d229a480ad Fix GH-11876: ini_parse_quantity() accepts invalid quantities George Peter Banyard 2023-08-08 10:44:04 +01:00
  • fb0f4215de Skip dl() tests on ASAN Ilija Tovilo 2023-08-30 22:20:51 +02:00
  • ffd7018fcd Fix GH-11972: RecursiveCallbackFilterIterator regression in 8.1.18 Niels Dossche 2023-08-30 21:25:03 +02:00
  • 760367dd70 Remove incorrectly updated dtrace change from NEWS Jakub Zelenka 2023-08-30 14:30:43 +01:00
  • 0a34716667 Merge branch 'PHP-8.3' Jakub Zelenka 2023-08-30 14:30:06 +01:00
  • fe30c5098f Fix GH-12077: Check lsof functionality in socket on close test Jakub Zelenka 2023-08-30 13:18:28 +01:00
  • 46929ea92f Merge branch 'PHP-8.3' Jakub Zelenka 2023-08-30 13:41:42 +01:00
  • 02b3fb1f6b Remove CPP when invoking dtrace utility Filip Zrůst 2023-08-30 11:48:58 +02:00
  • 8c442f1719 Merge branch 'PHP-8.3' Jakub Zelenka 2023-08-30 12:58:06 +01:00
  • ea87501aee Fix FPM UDS test for very long name check by extending its length Jakub Zelenka 2023-08-30 12:57:15 +01:00
  • aa98dbeb3d Update versions for PHP 8.1.23 php-8.1.23 Patrick Allaert 2023-08-30 10:19:40 +02:00
  • 1ee6ad9f1f Merge branch 'PHP-8.3' Máté Kocsis 2023-08-30 08:25:16 +02:00
  • 597aeb1246 Fix the class synopsis of Throwable Máté Kocsis 2023-08-30 08:24:45 +02:00
  • ad2ac6f05f Prepare for PHP 8.4 Pierrick Charron 2023-08-29 15:25:46 -04:00
  • f612a72de4 Merge branch 'PHP-8.3' Jakub Zelenka 2023-08-29 18:27:18 +01:00
  • 300ad65c7c Extend workflow matrix and nighly with PHP-8.3 Jakub Zelenka 2023-08-29 18:26:25 +01:00
  • 7deb84b7a6 Start PHP 8.4 development cycle Jakub Zelenka 2023-08-29 17:19:01 +01:00
  • 1371ce9539 Update NEWS for start of RC2 Jakub Zelenka 2023-08-29 17:14:11 +01:00
  • 6f1beccf15 Update version for PHP 8.3.0RC1 php-8.3.0RC1 Jakub Zelenka 2023-08-29 17:08:56 +01:00