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

Commit Graph

  • 1c323f1f1e Merge branch 'PHP-8.3' into PHP-8.4 Derick Rethans 2025-09-15 14:18:13 +01:00
  • 4ad4d54873 Merge branch 'PHP-8.2' into PHP-8.3 Derick Rethans 2025-09-15 14:18:03 +01:00
  • be5784dfec Revert "Update timelib to 2022.14" Derick Rethans 2025-09-15 14:16:24 +01:00
  • 908a3cce92 Update NEWS Derick Rethans 2025-09-15 10:44:03 +01:00
  • e3d45803ad Update NEWS Derick Rethans 2025-09-15 10:43:39 +01:00
  • e1bd1b2780 Update NEWS Derick Rethans 2025-09-15 10:42:31 +01:00
  • b42bd2a359 Update NEWS Derick Rethans 2025-09-15 10:42:24 +01:00
  • 42dc6aaee0 Merge branch 'PHP-8.4' Derick Rethans 2025-09-15 10:40:45 +01:00
  • 2e85c5f245 Merge branch 'PHP-8.3' into PHP-8.4 Derick Rethans 2025-09-15 10:39:56 +01:00
  • 94dbdd03b7 Merge branch 'PHP-8.2' into PHP-8.3 Derick Rethans 2025-09-15 10:39:49 +01:00
  • a0329dbab0 Update timelib to 2022.14 Derick Rethans 2025-09-15 10:38:53 +01:00
  • d6300a3065 Merge branch 'PHP-8.4' Niels Dossche 2025-09-14 22:11:22 +02:00
  • a3d27aab03 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-09-14 22:08:41 +02:00
  • 22252954ef Fix GH-19653: Closure named argument unpacking between temporary closures can cause a crash Niels Dossche 2025-08-31 21:28:22 +02:00
  • 02c13b67bc Update NEWS for exif changes Niels Dossche 2025-09-14 17:52:46 +02:00
  • fb3d4becf5 exif/heic: Make offset size_t Niels Dossche 2025-09-13 23:20:58 +02:00
  • 6cc1a11045 exif/heic: Make sure pos is always initialized Niels Dossche 2025-09-13 23:19:39 +02:00
  • 7a6a763f57 Fix OSS-Fuzz #442954659: Crash in exif_scan_HEIF_header Niels Dossche 2025-09-13 11:43:32 +02:00
  • eba4140bc4 exif/heic: Ensure file is at least 16 bytes to prevent underflow Niels Dossche 2025-09-07 11:24:03 +02:00
  • 9c901145f7 exif/heic: Prevent overflow when computing meta bounds Niels Dossche 2025-09-07 10:56:10 +02:00
  • 518c2a8c16 exif/heic: Avoid overflow when adding box size and checking against file size Niels Dossche 2025-09-07 02:12:01 +02:00
  • 4e70d41698 exif/heic: Fix bound check in loop Niels Dossche 2025-09-07 01:52:35 +02:00
  • 4123b8e108 exif/heic: Avoid undefined behaviour in address calculations Niels Dossche 2025-09-07 01:49:53 +02:00
  • 542712099f Merge branch 'PHP-8.4' Niels Dossche 2025-09-14 16:40:47 +02:00
  • 8774e96bd4 Fix naming clash with libxml macro Ruoyu Zhong 2025-09-14 21:03:06 +08:00
  • 569b003327 Update NEWS/UPGRADING for ord() deprecation Gina Peter Banyard 2025-09-14 11:46:13 +01:00
  • 93676a0425 ext/standard: Deprecate passing string which are not one byte long to ord() (#19440) Gina Peter Banyard 2025-09-14 11:42:59 +01:00
  • dd27cedddb Merge branch 'PHP-8.4' Niels Dossche 2025-09-13 23:24:31 +02:00
  • 8e1df69d34 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-09-13 23:24:22 +02:00
  • b46681d686 Fix curl build failure on macOS+curl 8.16 Niels Dossche 2025-09-13 00:15:01 +02:00
  • 2e9cdb2c5a Fix missing OpenSSL libctx name fetch conversions (#19830) Jakub Zelenka 2025-09-13 22:51:07 +02:00
  • 469aa255ae Merge branch 'PHP-8.4' Niels Dossche 2025-09-13 10:15:52 +02:00
  • 61265c2b92 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-09-13 10:15:46 +02:00
  • d30dd1b47b Fix GH-19784: SoapServer memory leak Niels Dossche 2025-09-12 21:45:46 +02:00
  • edc2671227 ext/mbstring: Update to Unicode 17.0 (#19796) tekimen 2025-09-13 08:07:51 +09:00
  • e6c6333c8e uri: NEWS for GH-19794, GH-19768, and others Tim Düsterhus 2025-09-12 21:03:23 +02:00
  • d4f5c845ad uri: Throw when trying to modify URI objects after creation (#19768) Tim Düsterhus 2025-09-12 21:00:22 +02:00
  • ab808ea708 Merge branch 'PHP-8.4' Tim Düsterhus 2025-09-12 20:56:56 +02:00
  • ef97a28aff Merge branch 'PHP-8.3' into PHP-8.4 Tim Düsterhus 2025-09-12 20:56:23 +02:00
  • 82e998559e Merge branch 'PHP-8.4' Tim Düsterhus 2025-09-12 20:54:06 +02:00
  • b8a9d790af [skip ci] Add missing name for GH-19813 in NEWS Tim Düsterhus 2025-09-12 20:55:00 +02:00
  • a94f00adc7 Merge branch 'PHP-8.3' into PHP-8.4 Tim Düsterhus 2025-09-12 20:53:37 +02:00
  • 871fe600c2 curl: Fix cloning of POST fields (#19813) Tim Düsterhus 2025-09-12 20:53:14 +02:00
  • 1d131f859f Fix OSS-Fuzz #442954659: zero-size box in HEIF file causes infinite loop (#19724) Niels Dossche 2025-09-12 09:28:43 +02:00
  • 3e9caf5338 uri: Optimize php_uri_get_*() (#19807) Tim Düsterhus 2025-09-11 23:05:07 +02:00
  • bd4e2c78ac Fix fuzzer runner (#19676) Niels Dossche 2025-09-11 22:36:26 +02:00
  • 04deb4df62 uri: Do not pass uri_internal_t to property handlers (#19805) Tim Düsterhus 2025-09-11 21:58:03 +02:00
  • 7404829085 uri: Remove outdated docs in WhatWG uri parser (#19806) Niels Dossche 2025-09-11 21:54:41 +02:00
  • 62660e6275 [ci skip] Fix missing deprecation in output Niels Dossche 2025-09-11 21:24:09 +02:00
  • d1c730c754 Merge branch 'PHP-8.4' Niels Dossche 2025-09-11 21:02:07 +02:00
  • 0338cbb335 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-09-11 21:02:01 +02:00
  • 4974d5ef49 Fix GH-19701: Serialize/deserialize loses some data Niels Dossche 2025-09-08 18:55:47 +02:00
  • 527ce267dd Merge branch 'PHP-8.4' Niels Dossche 2025-09-11 19:37:29 +02:00
  • 3026e88b0c Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-09-11 19:36:29 +02:00
  • 2ad0b5cf05 Fix GH-19792: SCCP causes UAF for return value if both warning and exception are triggered Niels Dossche 2025-09-10 21:28:23 +02:00
  • 05eda4318d Add missing extension dependencies for tests Gina Peter Banyard 2025-09-11 15:10:23 +02:00
  • b2c8bdd192 Merge branch 'PHP-8.4' Ilija Tovilo 2025-09-11 15:00:35 +02:00
  • 04587e3e75 Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2025-09-11 15:00:27 +02:00
  • d30ec1df2a Merge branch 'PHP-8.2' into PHP-8.3 Ilija Tovilo 2025-09-11 15:00:16 +02:00
  • 78dd5cefd0 Merge branch 'PHP-8.1' into PHP-8.2 Ilija Tovilo 2025-09-11 15:00:08 +02:00
  • be5b2bf4b8 [skip ci] Add --enable-zend-max-execution-timers to variation nightly build Ilija Tovilo 2025-09-11 14:59:11 +02:00
  • 4cc395ed3b Merge branch 'PHP-8.4' Ilija Tovilo 2025-09-11 14:51:19 +02:00
  • c733491e4b Merge branch 'PHP-8.3' into PHP-8.4 Ilija Tovilo 2025-09-11 14:50:57 +02:00
  • ed9430a5d1 Fix hard_timeout when zend-max-execution-timers is enabled Appla 2025-09-10 16:37:55 +08:00
  • 3e95422cd8 Merge branch 'PHP-8.4' Arnaud Le Blanc 2025-09-11 14:29:21 +02:00
  • 57450e5615 zend_vm_gen: Track line numbers on a per-file basis (#19799) Tim Düsterhus 2025-09-11 14:23:03 +02:00
  • 62eaa71c4b Regenerate timelib parser files with --output <filename> Derick Rethans 2025-09-11 13:16:58 +01:00
  • 75945580bc Fix deoptimization after exit during inc/dec Arnaud Le Blanc 2025-09-03 11:48:39 +02:00
  • 51033c2e8d zend_vm_gen: Fix line numbers for --with-lines (#19789) Tim Düsterhus 2025-09-11 12:29:24 +02:00
  • 4e0e88a140 Fix deoptimization after exit during inc/dec Arnaud Le Blanc 2025-09-03 11:48:39 +02:00
  • 26eac7de17 uri: Clean up naming of public symbols (#19794) Tim Düsterhus 2025-09-11 12:10:41 +02:00
  • 9659f3e53f Check for __unserialize pointer first Gina Peter Banyard 2025-09-11 11:35:40 +02:00
  • 49fdf496e2 Update NEWS/UPGRADING for __wakeup() Gina Peter Banyard 2025-09-11 08:00:35 +02:00
  • a5f2eee785 Zend: Deprecate __wakeup() (#19435) Gina Peter Banyard 2025-09-11 06:57:21 +01:00
  • 2d545dd1b7 Merge branch 'PHP-8.4' Niels Dossche 2025-09-10 23:48:22 +02:00
  • 98aba6c165 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-09-10 23:48:16 +02:00
  • 901f71e6e3 Fix GH-19688: Remove pattern overflow in zip addGlob() Niels Dossche 2025-09-03 22:45:24 +02:00
  • c15d51f747 Fix deprecation warning in test Niels Dossche 2025-09-10 21:15:06 +02:00
  • 25d6b1366a Merge branch 'PHP-8.4' Niels Dossche 2025-09-10 17:59:52 +02:00
  • a76d01d48e [ci skip] Add NEWS item for 9b71c616 Niels Dossche 2025-09-10 17:59:46 +02:00
  • 75e320ff3d Merge branch 'PHP-8.4' Niels Dossche 2025-09-10 17:54:13 +02:00
  • 23a7ba1993 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-09-10 17:54:08 +02:00
  • f6f17484ab Fix GH-12265: Cloning an object breaks serialization recursion Niels Dossche 2023-09-23 20:53:07 +02:00
  • 36057b93f3 Fix GH-19722: Windows: _get_osfhandle asserts in debug mode when given a socket Dylan K. Taylor 2025-09-05 23:20:45 +01:00
  • 29c7ee4cd4 Add a 1-char fastpath to implode() (#19276) Alexandre Daubois 2025-09-10 16:52:31 +02:00
  • 22d002e068 Merge branch 'PHP-8.4' Dmitry Stogov 2025-09-10 17:08:56 +03:00
  • 2ff7a18bdc Update IR Dmitry Stogov 2025-09-10 17:08:17 +03:00
  • 8eac05f747 Cleanup and clarify session.c (#19631) Alexandre Daubois 2025-09-10 16:06:34 +02:00
  • f4f6e89a1a GH-15630 follow-up: Remove redundant undefs (#19783) Peter Kokot 2025-09-10 15:14:16 +02:00
  • 4191843f6a Update NEWS/UPGRADING for __sleep() deprecation Gina Peter Banyard 2025-09-10 09:56:49 +02:00
  • f18e99244b Zend: Deprecate __sleep() (#19682) Gina Peter Banyard 2025-09-10 08:54:16 +01:00
  • 0e2c991767 Merge branch 'PHP-8.4' Jakub Zelenka 2025-09-09 23:04:14 +02:00
  • 47fd61b88c Merge branch 'PHP-8.3' into PHP-8.4 Jakub Zelenka 2025-09-09 23:03:41 +02:00
  • c9cc68b9ed PHP-8.3 is now for PHP-8.3.27-dev Jakub Zelenka 2025-09-09 23:02:24 +02:00
  • ff6345518d Update versions for PHP 8.3.26RC1 php-8.3.26RC1 Jakub Zelenka 2025-09-09 22:54:18 +02:00
  • 834e92a4f3 Fix GH-19780: InvalidUrlException should check $errors argument (#19781) Niels Dossche 2025-09-09 22:09:59 +02:00
  • 03d984e659 Merge branch 'PHP-8.4' Jakub Zelenka 2025-09-09 22:04:20 +02:00
  • e946e9b329 Merge branch 'PHP-8.3' into PHP-8.4 Jakub Zelenka 2025-09-09 22:03:49 +02:00
  • 1faaa7224d uri: Remove useless layer of indirection in php_uri_get_parser() (#19774) Tim Düsterhus 2025-09-09 22:02:30 +02:00
  • 3a17712269 Merge branch 'PHP-8.2' into PHP-8.3 Jakub Zelenka 2025-09-09 21:59:35 +02:00