1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 02:02:32 +01:00

Commit Graph

  • fe7f9571d2 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-03-21 14:25:18 +01:00
  • 8823f89a32 Fix intl tests for icu 77 (#18125) Niels Dossche 2025-03-21 06:23:03 -07:00
  • 484d528b40 ext/standard: Use usual not empty error for proc_open() (#18083) Gina Peter Banyard 2025-03-21 13:13:25 +00:00
  • bb265d2700 Merge branch 'PHP-8.4' Niels Dossche 2025-03-21 13:58:54 +01:00
  • d765b60778 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-03-21 13:57:16 +01:00
  • 2ec8d37eb4 Fix GH-18107: Opcache CFG jmp optimization with try-finally breaks the exception table Niels Dossche 2025-03-18 23:23:36 +01:00
  • b233ed7e03 Merge branch 'PHP-8.4' Niels Dossche 2025-03-21 11:51:11 +01:00
  • 8d7cb8cc21 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-03-21 11:51:05 +01:00
  • fa3c1c81d5 Fix GH-17836: zend_vm_gen.php shouldn't break on Windows line endings Daniel Scherzer 2025-03-20 10:27:12 -07:00
  • 3dcf36c701 Merge branch 'PHP-8.4' Niels Dossche 2025-03-21 11:48:22 +01:00
  • e98e4e39a3 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-03-21 11:48:16 +01:00
  • 447d143b9d Fixed bug GH-13193 again Niels Dossche 2025-03-21 11:47:47 +01:00
  • b17df7a07c Merge branch 'PHP-8.4' Remi Collet 2025-03-21 08:26:04 +01:00
  • 58e4adcd63 NEWS for #66049 Remi Collet 2025-03-21 08:25:49 +01:00
  • 1c230c27ec Merge branch 'PHP-8.3' into PHP-8.4 Remi Collet 2025-03-21 08:25:23 +01:00
  • 7e6a36889c NEWS for #66049 Remi Collet 2025-03-21 08:25:05 +01:00
  • 209f4c296e Fix #66049 Typemap can break parsing in parse_packet_soap leading to a segfault Remi Collet 2025-03-20 09:26:26 +01:00
  • c4a79617a9 Merge branch 'PHP-8.4' Niels Dossche 2025-03-20 23:14:37 +01:00
  • 0ef57501d9 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-03-20 23:14:14 +01:00
  • 2dde07af55 Fix memory leak when destroying PDORow Niels Dossche 2025-03-20 19:21:27 +01:00
  • ead36985b3 Merge branch 'PHP-8.4' Niels Dossche 2025-03-20 19:14:44 +01:00
  • 7d8e1c6e0c Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-03-20 19:14:14 +01:00
  • 6af240d8da [ci skip] Fix NEWS order Niels Dossche 2025-03-20 19:14:09 +01:00
  • 38d6d8542b Merge branch 'PHP-8.4' Niels Dossche 2025-03-20 19:12:53 +01:00
  • 66498152f1 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-03-20 19:12:47 +01:00
  • e9c0296240 Fix GH-18112: NULL access with preloading and INI option Niels Dossche 2025-03-19 23:33:40 +01:00
  • 8598e55370 Merge branch 'PHP-8.4' Niels Dossche 2025-03-19 23:49:56 +01:00
  • 9488684703 Add test for GH-18113 Niels Dossche 2025-03-19 23:48:58 +01:00
  • e1eeb483ef Fix GH-18114: pdo lazy object crash (#18116) Niels Dossche 2025-03-19 23:43:30 +01:00
  • 7b069790ca Merge branch 'PHP-8.4' Dmitry Stogov 2025-03-20 01:11:33 +03:00
  • b932c267f8 Update IR Dmitry Stogov 2025-03-20 01:10:56 +03:00
  • d5251513b1 ext/pgsql: get_field_name helper, remove unused precaution for pg_type request. (#18025) David CARLIER 2025-03-19 21:56:00 +00:00
  • fb07c62f2c ext/bcmath: Extracted common logic into function and macro (#18103) Saki Takamachi 2025-03-19 18:10:12 +09:00
  • b450a9c826 Merge branch 'PHP-8.4' Niels Dossche 2025-03-18 22:04:29 +01:00
  • 2c45d67ad3 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-03-18 22:03:12 +01:00
  • d9329b1522 Fix xinclude destruction of live attributes Niels Dossche 2025-03-17 20:05:43 +01:00
  • 6329248217 Zend/hash: Add yet more const qualifiers (#18084) Gina Peter Banyard 2025-03-18 17:36:40 +00:00
  • 57efcb9854 Fix new opcache dump format in test expectation Ilija Tovilo 2025-03-18 14:22:14 +01:00
  • 081ba38707 Merge branch 'PHP-8.4' Ilija Tovilo 2025-03-18 13:43:12 +01:00
  • 56841998de Fix IN_ARRAY optimization Ilija Tovilo 2025-03-14 13:16:36 +01:00
  • 747851724e [skip ci] Update ext/random year for myself in EXTENSIONS Tim Düsterhus 2025-03-17 20:41:10 +01:00
  • 25f4510914 Merge JMP_FRAMELESS cache slots in Optimizer/compact_literals (#18093) Niels Dossche 2025-03-17 20:11:39 +01:00
  • d7e2f288ed Merge branch 'PHP-8.4' Niels Dossche 2025-03-17 19:46:04 +01:00
  • 647baec5a4 Fix GH-18090: DOM: Svg attributes and tag names are being lowercased Niels Dossche 2025-03-16 13:40:54 +01:00
  • 86a67fef48 Fix GH-12231: SimpleXML xpath should warn when returning other return types than node lists Niels Dossche 2025-03-15 01:38:27 +01:00
  • 53eaead824 Merge branch 'PHP-8.4' Arnaud Le Blanc 2025-03-17 17:40:38 +01:00
  • 995f11adb1 Merge branch 'PHP-8.3' into PHP-8.4 Arnaud Le Blanc 2025-03-17 17:40:23 +01:00
  • c531f3d79b Disable ZEND_RC_MOD_CHECK() while loading shared extension in FPM Arnaud Le Blanc 2025-03-15 12:18:08 +01:00
  • aa9d140a2a Merge branch 'PHP-8.4' Jakub Zelenka 2025-03-17 14:52:33 +01:00
  • d4eb6a41b7 Merge branch 'PHP-8.3' into PHP-8.4 Jakub Zelenka 2025-03-17 14:52:04 +01:00
  • bd7d3c38ad Get rid of atime change testing in bug72666_variation3.phpt Jakub Zelenka 2025-03-17 14:49:22 +01:00
  • 6962540662 zend_get_callable_name: Return underlying callable’s name for fake closures (#18063) Tim Düsterhus 2025-03-17 13:55:24 +01:00
  • 81ef122ca9 gen_stub: move findEquivalentFuncInfo() into FuncInfo Daniel Scherzer 2025-02-21 18:17:05 -08:00
  • 3177180af2 gen_stub: simplify getFileDocComments() with array_filter Daniel Scherzer 2025-02-21 18:07:11 -08:00
  • 6d2c1edc76 gen_stub: move createAttributes() into AttributeInfo Daniel Scherzer 2025-02-21 18:02:21 -08:00
  • 2d185e42ec gen_stub: merge parseDocComment() into parseDocComments() Daniel Scherzer 2025-02-21 17:56:17 -08:00
  • d154603074 gen_stub: move createExposedDocComment() into ExposedDocComment Daniel Scherzer 2025-02-21 17:49:12 -08:00
  • 8485a804ab gen_stub: stop cloning Type objects Daniel Scherzer 2025-02-21 17:36:39 -08:00
  • cecbcd9f3f gen_stub: add reportFilePutContents() helper Daniel Scherzer 2025-02-21 17:33:31 -08:00
  • 2490cb67a2 gen_stub: remove FuncInfo::getFramelessDeclaration() parameter Daniel Scherzer 2025-02-21 17:30:00 -08:00
  • 2af71d7266 gen_stub: add FileInfo constructor Daniel Scherzer 2025-02-21 17:27:21 -08:00
  • 2df4ade39b gen_stub: reduce the number of public properties Daniel Scherzer 2025-02-21 17:16:07 -08:00
  • 6d6ac81d41 Merge branch 'PHP-8.4' Niels Dossche 2025-03-16 16:39:01 +01:00
  • a67f351b67 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-03-16 16:38:55 +01:00
  • 38e553e418 Fix GH-18082: Memory leaks in fuzzer SAPI error paths Katherine456719 2025-03-15 23:24:06 +02:00
  • 798e27286e Merge branch 'PHP-8.4' Ilija Tovilo 2025-03-16 14:26:38 +01:00
  • 45fc03c190 Fix mysql test date flakiness Ilija Tovilo 2025-03-15 19:35:14 +01:00
  • e4be679780 Merge branch 'PHP-8.4' Niels Dossche 2025-03-16 13:45:33 +01:00
  • 4fd9992561 Fix OSS-Fuzz #403308724 Niels Dossche 2025-03-15 11:31:40 +01:00
  • d8e7f362dd ext/curl: Various minor clean-up refactorings (#18042) Gina Peter Banyard 2025-03-15 18:14:33 +00:00
  • c5f6a8b0a2 Minor improvements to ext/xml memory management (#18071) Niels Dossche 2025-03-15 14:40:39 +01:00
  • c80e450931 Merge branch 'PHP-8.4' David Carlier 2025-03-15 11:38:05 +00:00
  • 3bb3db5314 Merge branch 'PHP-8.3' into PHP-8.4 David Carlier 2025-03-15 11:37:56 +00:00
  • 005c7b5797 ext/intl: Fix Uconverter::transcode with substitutes as references. David Carlier 2025-03-14 07:36:48 +00:00
  • 6c189708a5 Merge branch 'PHP-8.4' David Carlier 2025-03-15 11:34:52 +00:00
  • 946408251f Merge branch 'PHP-8.3' into PHP-8.4 David Carlier 2025-03-15 11:34:30 +00:00
  • f34859cb90 ext/intl: Fix dateformat_format when the time is an array of references. David Carlier 2025-03-13 20:46:52 +00:00
  • e954bf6750 Merge branch 'PHP-8.4' Saki Takamachi 2025-03-15 08:52:03 +09:00
  • e96a35b9a8 Fixed pdo_firebird_handle_factory to check ret when starting a transaction (#17632) Saki Takamachi 2025-03-15 08:50:55 +09:00
  • a2ac800ab8 Merge branch 'PHP-8.4' Niels Dossche 2025-03-15 00:51:28 +01:00
  • 6b6fde9098 ext/bcmath: If size of BC_VECTOR array is within 64 bytes, stack area is now used (#18065) Saki Takamachi 2025-03-15 08:43:43 +09:00
  • 6717947ffe Fix GH-18015: Error messages for ldap_mod_replace are confusing Niels Dossche 2025-03-13 22:00:43 +01:00
  • 843d2a9b5f ext/bcmath: bc_divide() small fix (#18060) Saki Takamachi 2025-03-15 08:41:14 +09:00
  • 867ed156f7 Fix GH-18033: NULL-ptr dereference when using register_tick_function in destructor Niels Dossche 2025-03-13 19:28:27 +01:00
  • f75dd82866 Merge branch 'PHP-8.4' Arnaud Le Blanc 2025-03-14 10:51:50 +01:00
  • 4b9c72f329 Merge branch 'PHP-8.3' into PHP-8.4 Arnaud Le Blanc 2025-03-14 10:48:27 +01:00
  • 1c182674b0 Destroy temporary module classes in reverse order Arnaud Le Blanc 2025-03-03 13:12:21 +01:00
  • 32547f1127 ext/bcmath: If the result is 0, n_scale is set to 0. (#18056) Saki Takamachi 2025-03-14 17:52:50 +09:00
  • fa1effdb3c Merge branch 'PHP-8.4' Saki Takamachi 2025-03-14 09:00:33 +09:00
  • 7c9872e255 Fixed pointer subtraction for scale (#17986) Saki Takamachi 2025-03-14 09:00:00 +09:00
  • 4e4f1729dd ext/bcmath: Simplify bc_divide() code (#17987) Saki Takamachi 2025-03-14 08:53:48 +09:00
  • b6e55d9856 Merge branch 'PHP-8.4' Niels Dossche 2025-03-13 23:49:48 +01:00
  • f4ba3564f5 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-03-13 23:49:42 +01:00
  • f18d0a1212 Merge branch 'PHP-8.4' Niels Dossche 2025-03-13 23:48:35 +01:00
  • 413938143b Fix GH-18037: SEGV Zend/zend_execute.c Niels Dossche 2025-03-13 21:05:33 +01:00
  • a7d2703246 Correct check for maximum string length in JIT helpers Niels Dossche 2025-03-13 21:18:35 +01:00
  • 6ec89f028f Merge branch 'PHP-8.4' Jakub Zelenka 2025-03-13 22:32:18 +01:00
  • 74911be889 Merge branch 'PHP-8.3' into PHP-8.4 Jakub Zelenka 2025-03-13 22:31:31 +01:00
  • 1158a1ef3b Merge branch 'PHP-8.2' into PHP-8.3 Jakub Zelenka 2025-03-13 22:28:53 +01:00
  • e144c58fb2 Merge branch 'PHP-8.1' into PHP-8.2 Jakub Zelenka 2025-03-13 22:25:53 +01:00