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

Merge branch 'PHP-8.4' into PHP-8.5

* PHP-8.4:
  Fix compile warnings under GCC 15.2.1 (#21320)
This commit is contained in:
ndossche
2026-03-02 23:12:48 +01:00
12 changed files with 35 additions and 34 deletions

View File

@@ -111,7 +111,7 @@ PHPDBG_API int phpdbg_is_addr(const char *str) /* {{{ */
PHPDBG_API int phpdbg_is_class_method(const char *str, size_t len, char **class, char **method) /* {{{ */
{
char *sep = NULL;
const char *sep = NULL;
if (strstr(str, "#") != NULL)
return 0;