mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 12:45:20 +03:00
20 lines
1.1 KiB
C
20 lines
1.1 KiB
C
/*
|
|
+----------------------------------------------------------------------+
|
|
| Xdebug |
|
|
+----------------------------------------------------------------------+
|
|
| Copyright (c) 2002-2022 Derick Rethans |
|
|
+----------------------------------------------------------------------+
|
|
| This source file is subject to version 1.01 of the Xdebug license, |
|
|
| that is bundled with this package in the file LICENSE, and is |
|
|
| available at through the world-wide-web at |
|
|
| https://xdebug.org/license.php |
|
|
| If you did not receive a copy of the Xdebug license and are unable |
|
|
| to obtain it through the world-wide-web, please send a note to |
|
|
| derick@xdebug.org so we can mail you a copy immediately. |
|
|
+----------------------------------------------------------------------+
|
|
*/
|
|
|
|
#pragma GCC diagnostic push
|
|
#pragma GCC diagnostic ignored "-Wdeclaration-after-statement"
|
|
#include "php.h"
|
|
#pragma GCC diagnostic pop
|