Tim Düsterhus
2039664e47
ext/xml: Suppress libxml deprecation for _xmlParserCtxt.inState (#19131)
The FreeBSD build fails due to the deprecation and -Werror:
2025-07-15T00:37:20.8390774Z /home/runner/work/php-src/php-src/ext/xml/compat.c:358:38: error: 'instate' is deprecated [-Werror,-Wdeprecated-declarations]
2025-07-15T00:37:20.8392577Z 358 | if (ret == NULL || parser->parser->instate == XML_PARSER_CONTENT) {
2025-07-15T00:37:20.8393184Z | ^
2025-07-15T00:37:20.8394006Z /usr/local/include/libxml2/libxml/parser.h:309:33: note: 'instate' has been explicitly marked deprecated here
2025-07-15T00:37:20.8394903Z 309 | xmlParserInputState instate XML_DEPRECATED_MEMBER;
2025-07-15T00:37:20.8395413Z | ^
2025-07-15T00:37:20.8396166Z /usr/local/include/libxml2/libxml/xmlexports.h:74:50: note: expanded from macro 'XML_DEPRECATED_MEMBER'
2025-07-15T00:37:20.8397058Z 74 | #define XML_DEPRECATED_MEMBER __attribute__((deprecated))
2025-07-15T00:37:20.8397581Z | ^
2025-07-15T00:37:20.8425542Z 1 error generated.
2025-07-15 13:36:56 +02:00
..
2025-06-21 01:34:42 +09:00
2025-06-21 22:19:19 +02:00
2025-06-23 13:58:19 +02:00
2025-06-22 14:35:28 -07:00
2025-07-14 17:31:22 -07:00
2025-07-14 17:31:22 -07:00
2025-06-22 14:35:28 -07:00
2025-03-14 10:51:50 +01:00
2025-07-14 17:31:22 -07:00
2025-07-14 17:31:22 -07:00
2025-06-21 22:19:28 +02:00
2025-05-20 16:20:59 -03:00
2025-05-29 12:04:07 +02:00
2025-07-14 17:31:22 -07:00
2025-04-03 22:47:13 +01:00
2025-07-13 17:17:14 +02:00
2025-06-07 07:31:51 +01:00
2025-06-21 22:19:37 +02:00
2025-07-14 17:31:22 -07:00
2025-06-18 20:47:40 +02:00
2025-07-14 17:31:22 -07:00
2025-03-08 12:27:56 +01:00
2025-07-03 15:24:35 +02:00
2025-06-19 21:18:18 +02:00
2025-07-14 17:31:22 -07:00
2025-07-09 21:20:58 -07:00
2025-07-14 17:31:22 -07:00
2025-07-07 09:40:03 +02:00
2025-07-14 17:31:22 -07:00
2025-07-14 14:28:55 +03:00
2025-07-15 11:29:18 +02:00
2025-07-06 18:24:38 +01:00
2025-06-19 21:49:36 +02:00
2025-06-05 17:46:56 +02:00
2025-06-09 11:13:46 +02:00
2025-04-19 14:11:35 +09:00
2025-06-22 14:35:28 -07:00
2025-07-10 13:03:11 -03:00
2025-07-01 09:34:49 -07:00
2025-06-22 14:35:28 -07:00
2025-07-14 17:31:22 -07:00
2025-07-07 16:28:58 +02:00
2025-07-07 17:43:36 +02:00
2025-07-14 17:31:22 -07:00
2025-05-24 20:39:59 +02:00
2025-07-14 17:31:22 -07:00
2025-07-07 14:31:13 -07:00
2025-07-14 17:31:22 -07:00
2025-06-23 14:57:05 +02:00
2025-04-26 14:11:37 +02:00
2025-07-14 17:31:22 -07:00
2025-07-12 15:48:25 +01:00
2025-06-22 14:35:28 -07:00
2025-07-14 17:31:22 -07:00
2025-06-29 13:58:58 +01:00
2025-07-14 17:31:22 -07:00
2025-06-22 14:35:28 -07:00
2025-06-10 09:59:43 +02:00
2025-07-06 20:48:14 +02:00
2025-07-15 13:36:56 +02:00
2025-06-03 20:08:47 +02:00
2025-03-24 22:54:34 +00:00
2025-06-22 14:35:28 -07:00
2025-06-09 11:26:27 +02:00
2025-07-14 17:31:22 -07:00
2025-06-21 18:03:50 +01:00