From 58b607c9ea6cdc631a61b18de0cf5c0b3c96c074 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Fri, 12 Jul 2019 13:58:17 +0200 Subject: Removed ext/recode Cf. . --- ext/recode/php_recode.h | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 ext/recode/php_recode.h (limited to 'ext/recode/php_recode.h') diff --git a/ext/recode/php_recode.h b/ext/recode/php_recode.h deleted file mode 100644 index 05f4bd9ae1..0000000000 --- a/ext/recode/php_recode.h +++ /dev/null @@ -1,40 +0,0 @@ -/* - +----------------------------------------------------------------------+ - | PHP Version 7 | - +----------------------------------------------------------------------+ - | Copyright (c) The PHP Group | - +----------------------------------------------------------------------+ - | This source file is subject to version 3.01 of the PHP license, | - | that is bundled with this package in the file LICENSE, and is | - | available through the world-wide-web at the following url: | - | http://www.php.net/license/3_01.txt | - | If you did not receive a copy of the PHP license and are unable to | - | obtain it through the world-wide-web, please send a note to | - | license@php.net so we can mail you a copy immediately. | - +----------------------------------------------------------------------+ - | Author: Kristian Koehntopp | - +----------------------------------------------------------------------+ -*/ - -#ifndef PHP_RECODE_H -#define PHP_RECODE_H - -#if HAVE_LIBRECODE - -extern zend_module_entry recode_module_entry; -#define phpext_recode_ptr &recode_module_entry - -#include "php_version.h" -#define PHP_RECODE_VERSION PHP_VERSION - -PHP_MINIT_FUNCTION(recode); -PHP_MSHUTDOWN_FUNCTION(recode); -PHP_MINFO_FUNCTION(recode); -PHP_FUNCTION(recode_string); -PHP_FUNCTION(recode_file); - -#else -#define phpext_recode_ptr NULL -#endif - -#endif /* PHP_RECODE_H */ -- cgit v1.2.1