File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 +----------------------------------------------------------------------+
33 | Xdebug |
44 +----------------------------------------------------------------------+
5- | Copyright (c) 2002-2024 Derick Rethans |
5+ | Copyright (c) 2002-2026 Derick Rethans |
66 +----------------------------------------------------------------------+
77 | This source file is subject to version 1.01 of the Xdebug license, |
88 | that is bundled with this package in the file LICENSE, and is |
1818#include "lib_private.h"
1919#include "Zend/zend_closures.h"
2020#if PHP_VERSION_ID >= 80100
21+ # if !defined(_MSC_VER )
22+ # pragma GCC diagnostic push
23+ # pragma GCC diagnostic ignored "-Wdeclaration-after-statement"
24+ # endif
2125# include "zend_enum.h"
26+ # if !defined(_MSC_VER )
27+ # pragma GCC diagnostic pop
28+ # endif
2229#endif
2330
2431ZEND_EXTERN_MODULE_GLOBALS (xdebug )
Original file line number Diff line number Diff line change 22 +----------------------------------------------------------------------+
33 | Xdebug |
44 +----------------------------------------------------------------------+
5- | Copyright (c) 2002-2025 Derick Rethans |
5+ | Copyright (c) 2002-2026 Derick Rethans |
66 +----------------------------------------------------------------------+
77 | This source file is subject to version 1.01 of the Xdebug license, |
88 | that is bundled with this package in the file LICENSE, and is |
1818#include "ext/standard/php_string.h"
1919#include "Zend/zend_closures.h"
2020#if PHP_VERSION_ID >= 80100
21+ # if !defined(_MSC_VER )
22+ # pragma GCC diagnostic push
23+ # pragma GCC diagnostic ignored "-Wdeclaration-after-statement"
24+ # endif
2125# include "zend_enum.h"
26+ # if !defined(_MSC_VER )
27+ # pragma GCC diagnostic pop
28+ # endif
2229#endif
2330
2431#include "var_export_line.h"
Original file line number Diff line number Diff line change 22 +----------------------------------------------------------------------+
33 | Xdebug |
44 +----------------------------------------------------------------------+
5- | Copyright (c) 2002-2024 Derick Rethans |
5+ | Copyright (c) 2002-2026 Derick Rethans |
66 +----------------------------------------------------------------------+
77 | This source file is subject to version 1.01 of the Xdebug license, |
88 | that is bundled with this package in the file LICENSE, and is |
1818#include "ext/standard/php_string.h"
1919#include "Zend/zend_closures.h"
2020#if PHP_VERSION_ID >= 80100
21+ # if !defined(_MSC_VER )
22+ # pragma GCC diagnostic push
23+ # pragma GCC diagnostic ignored "-Wdeclaration-after-statement"
24+ # endif
2125# include "zend_enum.h"
26+ # if !defined(_MSC_VER )
27+ # pragma GCC diagnostic pop
28+ # endif
2229#endif
2330
2431
You can’t perform that action at this time.
0 commit comments