1 /* 2 +----------------------------------------------------------------------+ 3 | Copyright (c) The PHP Group | 4 +----------------------------------------------------------------------+ 5 | This source file is subject to version 3.01 of the PHP license, | 6 | that is bundled with this package in the file LICENSE, and is | 7 | available through the world-wide-web at the following url: | 8 | https://www.php.net/license/3_01.txt | 9 | If you did not receive a copy of the PHP license and are unable to | 10 | obtain it through the world-wide-web, please send a note to | 11 | license@php.net so we can mail you a copy immediately. | 12 +----------------------------------------------------------------------+ 13 | Author: | 14 +----------------------------------------------------------------------+ 15 */ 16 17 #include "basic_functions.h" 18 #include "php_math.h" 19 #include "php_string.h" 20 #include "base64.h" 21 #include "php_dir.h" 22 #include "php_dns.h" 23 #include "php_mail.h" 24 #include "md5.h" 25 #include "sha1.h" 26 #include "hrtime.h" 27 #include "html.h" 28 #include "exec.h" 29 #include "file.h" 30 #include "php_ext_syslog.h" 31 #include "php_filestat.h" 32 #include "php_browscap.h" 33 #include "pack.h" 34 #include "datetime.h" 35 #include "url.h" 36 #include "pageinfo.h" 37 #include "fsock.h" 38 #include "php_image.h" 39 #include "info.h" 40 #include "php_var.h" 41 #include "quot_print.h" 42 #include "dl.h" 43 #include "php_crypt.h" 44 #include "head.h" 45 #include "php_output.h" 46 #include "php_array.h" 47 #include "php_assert.h" 48 #include "php_versioning.h" 49 #include "php_password.h" 50 51 #include "php_version.h" 52 #define PHP_STANDARD_VERSION PHP_VERSION 53 54 #define phpext_standard_ptr basic_functions_module_ptr 55 PHP_MINIT_FUNCTION(standard_filters); 56 PHP_MSHUTDOWN_FUNCTION(standard_filters); 57