1
0
mirror of https://github.com/php/php-src.git synced 2026-03-27 17:52:16 +01:00

Commit Graph

  • eeaa60f6fa Merge branch 'PHP-8.4' Niels Dossche 2025-04-20 14:24:02 +02:00
  • affffe1122 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-04-20 14:23:56 +02:00
  • bf4b470098 Fix reference support for intltz_get_offset() Niels Dossche 2025-04-20 12:25:45 +02:00
  • e9b01f202b Use pre-allocated array sizes and packed where possible in intl Niels Dossche 2025-04-20 02:21:04 +02:00
  • 68b904884b Factor out duplicated code Niels Dossche 2025-04-20 02:31:15 +02:00
  • dc9039086c Avoid pointless refcounting in php_intl_idn_to_46() Niels Dossche 2025-04-20 02:30:25 +02:00
  • f39c07a3bb DOM/XPath: Use RETURN_NEW_STR Niels Dossche 2025-04-19 16:01:34 +02:00
  • 35e96f621b DOM/XPath: Use ZSTR_LEN abstraction instead of direct member access Niels Dossche 2025-04-19 16:00:06 +02:00
  • 91a310e603 Get rid of separate DOM HashPosition member (#18354) Niels Dossche 2025-04-19 17:59:48 +02:00
  • 2e7df9e423 ext/gd: imagefilter* using overflow checks. (#18283) David CARLIER 2025-04-19 16:27:14 +01:00
  • 25f4f7982c Drop unused variables (#18023) Kamil Tekiela 2025-04-19 13:26:09 +01:00
  • fcd0f72cdd GH-18345: adding Locale::isRightToLeft. David Carlier 2025-04-18 19:10:23 +01:00
  • ba83d5daeb sapi/litespeed and ext/standard: Fix few build warnings. (#18265) David CARLIER 2025-04-19 10:18:53 +01:00
  • 23687672f3 Merge branch 'PHP-8.4' Saki Takamachi 2025-04-19 14:11:35 +09:00
  • 685baf77df Fixed GH-17383 - pdo_firebird: PDOException has wrong code and message since PHP 8.4 (#18072) Saki Takamachi 2025-04-19 14:11:20 +09:00
  • 8376904aeb Implement GH-17321: Add setAuthorizer to Pdo\Sqlite (#17905) Niels Dossche 2025-04-18 00:34:46 +02:00
  • 87499e44f2 Fix use of magic const within const expr cast (GH-18338) Ilija Tovilo 2025-04-16 20:00:40 +02:00
  • 66d5cf8d2d Merge branch 'PHP-8.4' Niels Dossche 2025-04-16 13:52:34 +02:00
  • ce7304f909 Fix memory leak on error return of collation callback in pdo_sqlite Niels Dossche 2025-04-16 00:23:48 +02:00
  • 2d3ac4e2ed Merge branch 'PHP-8.4' Niels Dossche 2025-04-16 11:41:33 +02:00
  • bfa2cfc9ed Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-04-16 11:38:38 +02:00
  • c905d59106 Fix NULL deref on high modification key Niels Dossche 2025-04-16 00:09:35 +02:00
  • b50f7c22c3 Merge branch 'PHP-8.4' Niels Dossche 2025-04-16 10:46:23 +02:00
  • ecd2872cf4 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-04-16 10:46:17 +02:00
  • 91c6c727d5 Fix memory leak when handling a too long path in ZipArchive::addGlob() Niels Dossche 2025-04-15 23:59:25 +02:00
  • 0a6326c6ac Fix uouv when handling empty options in ZipArchive::addGlob() Niels Dossche 2025-04-15 23:58:33 +02:00
  • ea387fcfb7 Avoid useless initializations of fci/fcc in array functions (#18273) Niels Dossche 2025-04-15 23:08:12 +02:00
  • 93a3256da8 Fix GH-18108 gen_stub: Using $this when not in object context Máté Kocsis 2025-04-15 09:41:04 +02:00
  • 76d7c616bb Pass opline as argument to opcode handlers in CALL VM Arnaud Le Blanc 2025-02-25 15:39:29 +01:00
  • 49891d89fc Merge branch 'PHP-8.4' Arnaud Le Blanc 2025-04-15 14:11:53 +02:00
  • 061b46e09d Save opline in zend_jit_hot_func() Florian Engelhardt 2025-04-09 16:31:48 +02:00
  • b24addddb4 run-tests.php: Save STDIN section into a file (#18305) Arnaud Le Blanc 2025-04-15 14:02:08 +02:00
  • 16c4c066f4 Make empty_fcall_info and empty_fcall_info_cache macros Ilija Tovilo 2025-04-14 15:49:26 +02:00
  • 3b87093bff Merge branch 'PHP-8.4' Saki Takamachi 2025-04-15 09:07:06 +09:00
  • 0f5372dbaa followup in master for #18280 (#18302) Closes #18302 Saki Takamachi 2025-04-11 16:03:46 +09:00
  • bd9f03a336 Merge branch 'PHP-8.3' into PHP-8.4 Saki Takamachi 2025-04-15 09:04:39 +09:00
  • 9d4f8b5379 Fixed GH-18276 - persistent connection - "zend_mm_heap corrupted" with setAttribute() (#18280) Closes #18280 Fixes #18276 Saki Takamachi 2025-04-08 23:32:36 +09:00
  • 0a10f6db26 ext/pdo_sqlite - throw on null bytes / resolve GH-13952 (#18320) hanshenrik 2025-04-13 18:45:51 +02:00
  • 93ad8e8db2 Merge branch 'PHP-8.4' Máté Kocsis 2025-04-14 22:36:51 +02:00
  • 691e009f97 Merge branch 'PHP-8.3' into PHP-8.4 Máté Kocsis 2025-04-14 22:36:14 +02:00
  • 701f3a1af6 Mark ob_start callback parameter nullable haszi 2024-01-09 14:43:44 +01:00
  • 9ac8820fc9 zend_compile: Allow (void) in for’s initializer and loop expression (#18303) Tim Düsterhus 2025-04-14 15:36:51 +02:00
  • 89e5f6ca53 Merge branch 'PHP-8.4' Niels Dossche 2025-04-14 14:11:40 +02:00
  • fc63a98f17 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-04-14 14:11:35 +02:00
  • 67503870ca Fix GH-18322: SplObjectStorage debug handler mismanages memory Niels Dossche 2025-04-14 11:29:08 +02:00
  • a142f10aa1 Don't evaluate GMP comparison multiple times (#18321) Niels Dossche 2025-04-14 11:19:14 +02:00
  • 4eb8839037 ext/iconv: Use RETURN_BOOL() instead of if/else Gina Peter Banyard 2025-04-11 23:36:36 +01:00
  • e1686aabf7 ext/iconv: Hardcode 0 for PHP_ICONV_ERR_SUCCESS value Gina Peter Banyard 2025-04-11 23:09:17 +01:00
  • 2d3db4b594 ext/iconv: Use bool type instead of int type Gina Peter Banyard 2025-04-11 23:05:42 +01:00
  • bba44fc3fe ext/iconv: Add const specifier Gina Peter Banyard 2025-04-11 22:59:59 +01:00
  • ef180f1623 ext/iconv: Reduce scope of variables Gina Peter Banyard 2025-04-11 23:02:30 +01:00
  • c8b3328996 [skip ci] 8.2 branch is security fixes only (GH-18319) Carlos Buenosvinos 2025-04-13 07:29:33 -07:00
  • 1684c52a88 Fix GlobIterator without constructor breaks count() (#18314) Niels Dossche 2025-04-12 09:59:56 +02:00
  • fd7ebd4d15 Merge branch 'PHP-8.4' Niels Dossche 2025-04-11 23:57:03 +02:00
  • 7415dc4649 Fix sxe test Niels Dossche 2025-04-11 23:56:57 +02:00
  • c5edf94003 ext/gmp: Use zend_result type instead of int type Gina Peter Banyard 2025-04-11 22:39:11 +01:00
  • 3ba725a556 Merge branch 'PHP-8.4' Niels Dossche 2025-04-11 23:36:42 +02:00
  • a019fbd970 Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-04-11 23:36:12 +02:00
  • 8849a5336e Fix GH-18309: ipv6 filter integer overflow Niels Dossche 2025-04-11 20:59:34 +02:00
  • ba0853888d Fix GH-18304: Changing the properties of a DateInterval through dynamic properties triggers a SegFault Niels Dossche 2025-04-11 18:18:14 +02:00
  • 8c685faa64 Merge branch 'PHP-8.4' Niels Dossche 2025-04-11 21:04:24 +02:00
  • 8a927c284d Merge branch 'PHP-8.3' into PHP-8.4 Niels Dossche 2025-04-11 21:02:59 +02:00
  • 29f96fb1f1 Fix potential leaks when writing to BIO fails Niels Dossche 2025-03-29 23:42:45 +01:00
  • 2f6c069296 Implement GH-18261: Allow cast to be used in constant expressions (#18264) Niels Dossche 2025-04-11 17:53:43 +02:00
  • e11a47f18b Merge branch 'PHP-8.4' Niels Dossche 2025-04-11 17:54:35 +02:00
  • 14853ea2f2 Fix reproducibility of test GH-17190 Niels Dossche 2025-04-10 20:11:56 +02:00
  • 4a12a9f3e9 Fix GH-18294: assertion failure zend_jit_ir.c Niels Dossche 2025-04-10 20:11:02 +02:00
  • c927d24af6 ext/bcmath: Use const qualifiers appropriately (#18284) Saki Takamachi 2025-04-11 12:39:31 +09:00
  • 10b2754056 UPGRADING: fix typos and duplicated words DanielEScherzer 2025-04-10 12:04:50 -07:00
  • f2cbc9b7c5 Merge branch 'PHP-8.4' Remi Collet 2025-04-10 17:22:03 +02:00
  • 94681850a1 [ci skip] fix news Remi Collet 2025-04-10 17:21:50 +02:00
  • e41d1e4862 Merge branch 'PHP-8.3' into PHP-8.4 Remi Collet 2025-04-10 17:21:26 +02:00
  • 90f582b188 [ci skip] fix news Remi Collet 2025-04-10 17:21:15 +02:00
  • e65fbe1bb8 Merge branch 'PHP-8.4' Remi Collet 2025-04-10 17:14:21 +02:00
  • b3a43ca7a4 NEWS for GH-17940 Remi Collet 2025-04-10 17:14:03 +02:00
  • bcee2af398 Merge branch 'PHP-8.3' into PHP-8.4 Remi Collet 2025-04-10 17:13:37 +02:00
  • 98fb27a577 NEWS for GH-17940 Remi Collet 2025-04-10 17:09:03 +02:00
  • 389de7c6bf Fix #17776 LDAP_OPT_X_TLS_REQUIRE_CERT can't be overridden Remi Collet 2025-02-26 17:26:08 +01:00
  • 787f26c882 UPGRADING: Add notice for the new NumberFormatter::CURRENCY constants Ayesh Karunaratne 2025-04-09 14:20:33 +07:00
  • 895905b85a ext/curl: Add CURLOPT_INFILESIZE_LARGE to UPGRADING Ayesh Karunaratne 2025-04-09 04:30:28 +07:00
  • 7fd51535a4 ext/curl: add tests for CURLOPT_INFILESIZE(_LARGE) Ayesh Karunaratne 2025-04-09 04:08:48 +07:00
  • 195467f014 [ext-curl] Add \CURLOPT_INFILESIZE_LARGE Oskar Stark 2025-01-30 11:20:52 +01:00
  • c20b429a90 ext/intl: Add NumberFormatter::CURRENCY_ISO, PLURAL, STANDARD and CASH_CURRENCY Ayesh Karunaratne 2025-03-09 16:12:51 +07:00
  • 2d39c7855a Fixed GH-18267 finfo_file() crashing on invalid URL protocol. (#18269) David CARLIER 2025-04-08 22:43:11 +01:00
  • 324861bdc2 Update versions for PHP 8.3.20 php-8.3.20 Jakub Zelenka 2025-04-08 22:21:18 +02:00
  • 8dfa83297f Update NEWS for PHP 8.4.6 php-8.4.6 Calvin Buckley 2025-04-08 16:55:31 -03:00
  • 95809409bb Update versions for PHP 8.4.6 Calvin Buckley 2025-04-08 16:54:25 -03:00
  • aa0c54dade Merge branch 'PHP-8.4' Ilija Tovilo 2025-04-08 18:46:01 +02:00
  • 6d458caefe Fix prop info fetching from prop slot with added hooks Ilija Tovilo 2025-04-07 17:33:47 +02:00
  • 2194ad81f4 Make further OpenSSL 1.0.2 clean up Jakub Zelenka 2025-03-22 18:23:14 +01:00
  • f14697416e ext/standard: Remove #[\NoDiscard] from flock() (#18255) Tim Düsterhus 2025-04-08 14:23:03 +02:00
  • a32f491855 Remove cache slot from ZEND_VERIFY_TYPE and arg RECV opcodes (#18258) Niels Dossche 2025-04-07 19:50:48 +02:00
  • bd4333447e Add OffsetTime* Exif tags acc987 2025-04-03 18:16:19 +02:00
  • 213949dc34 Merge branch 'PHP-8.4' Gina Peter Banyard 2025-04-07 13:01:52 +01:00
  • 1e9e397122 Merge branch 'PHP-8.3' into PHP-8.4 Gina Peter Banyard 2025-04-07 12:59:31 +01:00
  • 61f704f269 ext/libxml: Fixed custom external entity loader returning an invalid resource leading to a confusing TypeError message Gina Peter Banyard 2025-03-17 14:12:11 +00:00
  • 71da944c82 Zend: Add MUTABLE zend_type foreach macros and const qualifiers Gina Peter Banyard 2025-04-05 17:15:48 +01:00
  • ea6f2fbe92 [skip ci] Request the output of php -v in the bug_report.yml issue template (#18230) Tim Düsterhus 2025-04-07 10:51:30 +02:00
  • 633400bb56 mysqlnd: Make st_mysqlnd_stats.values a dynamic struct member (#18246) Tim Düsterhus 2025-04-06 18:56:57 +02:00
  • ac9392b855 Merge branch 'PHP-8.4' David Carlier 2025-04-05 18:33:12 +01:00