mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.5'
* PHP-8.5: Fix compile warnings under GCC 15.2.1 (#21320) Updated to version 2026.1 (2026a)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user