From aeb4710c7237f41a6f8eec2beac0b5ce9e31c9e1 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Thu, 19 Oct 2023 16:08:54 +0200 Subject: drop support for C extension --- it_html.class | 3 --- 1 file changed, 3 deletions(-) (limited to 'it_html.class') diff --git a/it_html.class b/it_html.class index 716e066..ea3a896 100644 --- a/it_html.class +++ b/it_html.class @@ -25,9 +25,7 @@ /** * Parse an arg array (mixed key=>value pairs and strings) and return it * as array(0 => all numerical args concatenated, 1 => array(key=>value pairs) - * php version if c extension is not loaded */ -if (!function_exists("it_parse_args")) { function it_parse_args($args) { $p = array(); @@ -49,7 +47,6 @@ function it_parse_args($args) return array($data, $p); } -} class it_html -- cgit v1.2.3