From cc378fb60bd6ff39ac810093b5fc83cf330c1d92 Mon Sep 17 00:00:00 2001 From: Muhammad Moinur Rahman Date: Tue, 25 Jan 2022 18:06:01 -0600 Subject: lang/php73: Remove port - EOL reached on 2021-12-06 https://www.php.net/eol.php PR: 260624 Approved by: tz (private email) ale portmgr (blanket) Sponsored by: Bounce Experts --- textproc/php73-wddx/files/patch-wddx.c | 40 ---------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 textproc/php73-wddx/files/patch-wddx.c (limited to 'textproc/php73-wddx/files/patch-wddx.c') diff --git a/textproc/php73-wddx/files/patch-wddx.c b/textproc/php73-wddx/files/patch-wddx.c deleted file mode 100644 index a8a6a79fe47f..000000000000 --- a/textproc/php73-wddx/files/patch-wddx.c +++ /dev/null @@ -1,40 +0,0 @@ ---- wddx.c.orig Sun Jan 1 13:50:16 2006 -+++ wddx.c Mon Jan 16 12:56:21 2006 -@@ -18,6 +18,10 @@ - - /* $Id: wddx.c,v 1.119.2.8 2006/01/01 12:50:16 sniper Exp $ */ - -+#ifdef HAVE_CONFIG_H -+# include "config.h" -+#endif -+ - #include "php.h" - - #if HAVE_WDDX -@@ -223,7 +227,7 @@ - - #include "ext/session/php_session.h" - --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - /* {{{ PS_SERIALIZER_ENCODE_FUNC - */ - PS_SERIALIZER_ENCODE_FUNC(wddx) -@@ -302,7 +306,7 @@ - { - le_wddx = zend_register_list_destructors_ex(release_wddx_packet_rsrc, NULL, "wddx", module_number); - --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - php_session_register_serializer("wddx", - PS_SERIALIZER_ENCODE_NAME(wddx), - PS_SERIALIZER_DECODE_NAME(wddx)); -@@ -317,7 +321,7 @@ - PHP_MINFO_FUNCTION(wddx) - { - php_info_print_table_start(); --#if HAVE_PHP_SESSION && !defined(COMPILE_DL_SESSION) -+#if HAVE_PHP_SESSION - php_info_print_table_header(2, "WDDX Support", "enabled" ); - php_info_print_table_row(2, "WDDX Session Serializer", "enabled" ); - #else -- cgit v1.2.3