File tree Expand file tree Collapse file tree 5 files changed +0
-27
lines changed Expand file tree Collapse file tree 5 files changed +0
-27
lines changed Original file line number Diff line number Diff line change 77# include <php_config.h>
88#endif
99
10- #undef PACKAGE_NAME
11- #undef PACKAGE_VERSION
12- #undef PACKAGE_TARNAME
13- #undef PACKAGE_STRING
14-
1510#define SUPPORT_UNICODE 1
1611#define SUPPORT_PCRE2_8 1
1712
Original file line number Diff line number Diff line change @@ -109,11 +109,6 @@ function recurse($path)
109109# include <php_config.h>
110110#endif
111111
112- #undef PACKAGE_NAME
113- #undef PACKAGE_VERSION
114- #undef PACKAGE_TARNAME
115- #undef PACKAGE_STRING
116-
117112#define SUPPORT_UCP
118113#define SUPPORT_UTF8
119114
Original file line number Diff line number Diff line change 2929#include "php_pdo_pgsql_int.h"
3030
3131#ifdef HAVE_PG_CONFIG_H
32- #undef PACKAGE_BUGREPORT
33- #undef PACKAGE_NAME
34- #undef PACKAGE_STRING
35- #undef PACKAGE_TARNAME
36- #undef PACKAGE_VERSION
3732#include <pg_config.h>
3833#endif
3934
Original file line number Diff line number Diff line change 3131#include "pdo/php_pdo_driver.h"
3232#include "pdo/php_pdo_error.h"
3333#include "ext/standard/file.h"
34-
35- #undef PACKAGE_BUGREPORT
36- #undef PACKAGE_NAME
37- #undef PACKAGE_STRING
38- #undef PACKAGE_TARNAME
39- #undef PACKAGE_VERSION
4034#include "pg_config.h" /* needed for PG_VERSION */
4135#include "php_pdo_pgsql.h"
4236#include "php_pdo_pgsql_int.h"
Original file line number Diff line number Diff line change 3838#ifdef PHP_WIN32
3939# include "win32/time.h"
4040#endif
41-
42- #undef PACKAGE_BUGREPORT
43- #undef PACKAGE_NAME
44- #undef PACKAGE_STRING
45- #undef PACKAGE_TARNAME
46- #undef PACKAGE_VERSION
4741#include "php_pgsql.h"
4842#include "php_globals.h"
4943#include "zend_exceptions.h"
You can’t perform that action at this time.
0 commit comments