]> granicus.if.org Git - php/commitdiff
Remove now unnecessary PHP_FUNCTION() declarations
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 3 Apr 2020 13:10:30 +0000 (15:10 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Fri, 3 Apr 2020 13:41:41 +0000 (15:41 +0200)
50 files changed:
ext/standard/base64.h
ext/standard/basic_functions.h
ext/standard/datetime.h
ext/standard/exec.h
ext/standard/file.h
ext/standard/fsock.h
ext/standard/head.h
ext/standard/hrtime.h
ext/standard/html.h
ext/standard/info.h
ext/standard/iptc.c
ext/standard/link.c
ext/standard/md5.h
ext/standard/metaphone.c
ext/standard/microtime.c
ext/standard/microtime.h [deleted file]
ext/standard/pack.h
ext/standard/pageinfo.h
ext/standard/php_array.h
ext/standard/php_assert.h
ext/standard/php_browscap.h
ext/standard/php_crypt.h
ext/standard/php_dir.h
ext/standard/php_dns.h
ext/standard/php_ext_syslog.h
ext/standard/php_filestat.h
ext/standard/php_ftok.h [deleted file]
ext/standard/php_http.h
ext/standard/php_image.h
ext/standard/php_iptc.h [deleted file]
ext/standard/php_lcg.h
ext/standard/php_link.h [deleted file]
ext/standard/php_mail.h
ext/standard/php_math.h
ext/standard/php_metaphone.h [deleted file]
ext/standard/php_net.h
ext/standard/php_password.h
ext/standard/php_random.h
ext/standard/php_standard.h
ext/standard/php_string.h
ext/standard/php_type.h [deleted file]
ext/standard/php_uuencode.h
ext/standard/php_var.h
ext/standard/php_versioning.h
ext/standard/quot_print.h
ext/standard/sha1.h
ext/standard/streamsfuncs.h
ext/standard/uniqid.c
ext/standard/uniqid.h [deleted file]
ext/standard/url.h

index 17bc45cd8bc0f20ce12550e7c9533e30155991c4..170c0b0c61421c7a5afd0d2659cc5cf4b03dd0a5 100644 (file)
@@ -57,9 +57,6 @@
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-PHP_FUNCTION(base64_decode);
-PHP_FUNCTION(base64_encode);
-
 #if (ZEND_INTRIN_AVX2_FUNC_PTR || ZEND_INTRIN_SSSE3_FUNC_PTR) && !ZEND_INTRIN_AVX2_NATIVE
 PHP_MINIT_FUNCTION(base64_intrin);
 #endif
index 003c0a2069be137d4a6c6b9690966276883166f1..2805addceafdf04603fe6fb0b42510bd12a33035 100644 (file)
@@ -40,107 +40,8 @@ PHP_RINIT_FUNCTION(basic);
 PHP_RSHUTDOWN_FUNCTION(basic);
 PHP_MINFO_FUNCTION(basic);
 
-PHP_FUNCTION(constant);
-PHP_FUNCTION(sleep);
-PHP_FUNCTION(usleep);
-#if HAVE_NANOSLEEP
-PHP_FUNCTION(time_nanosleep);
-PHP_FUNCTION(time_sleep_until);
-#endif
-PHP_FUNCTION(flush);
-#ifdef HAVE_INET_NTOP
-PHP_FUNCTION(inet_ntop);
-#endif
-#ifdef HAVE_INET_PTON
-PHP_FUNCTION(inet_pton);
-#endif
-PHP_FUNCTION(ip2long);
-PHP_FUNCTION(long2ip);
-
-/* system functions */
-PHP_FUNCTION(getenv);
-PHP_FUNCTION(putenv);
-
-PHP_FUNCTION(getopt);
-
-PHP_FUNCTION(get_current_user);
-PHP_FUNCTION(set_time_limit);
-
-PHP_FUNCTION(header_register_callback);
-
-PHP_FUNCTION(get_cfg_var);
-
-PHP_FUNCTION(error_log);
-PHP_FUNCTION(error_get_last);
-PHP_FUNCTION(error_clear_last);
-
-PHP_FUNCTION(call_user_func);
-PHP_FUNCTION(call_user_func_array);
-PHP_FUNCTION(forward_static_call);
-PHP_FUNCTION(forward_static_call_array);
-
-PHP_FUNCTION(register_shutdown_function);
-PHP_FUNCTION(highlight_file);
-PHP_FUNCTION(highlight_string);
-PHP_FUNCTION(php_strip_whitespace);
 ZEND_API void php_get_highlight_struct(zend_syntax_highlighter_ini *syntax_highlighter_ini);
 
-PHP_FUNCTION(ini_get);
-PHP_FUNCTION(ini_get_all);
-PHP_FUNCTION(ini_set);
-PHP_FUNCTION(ini_restore);
-PHP_FUNCTION(get_include_path);
-PHP_FUNCTION(set_include_path);
-
-PHP_FUNCTION(print_r);
-PHP_FUNCTION(fprintf);
-PHP_FUNCTION(vfprintf);
-
-PHP_FUNCTION(connection_aborted);
-PHP_FUNCTION(connection_status);
-PHP_FUNCTION(ignore_user_abort);
-
-PHP_FUNCTION(getservbyname);
-PHP_FUNCTION(getservbyport);
-PHP_FUNCTION(getprotobyname);
-PHP_FUNCTION(getprotobynumber);
-
-PHP_FUNCTION(crc32);
-
-PHP_FUNCTION(register_tick_function);
-PHP_FUNCTION(unregister_tick_function);
-#ifdef HAVE_GETLOADAVG
-PHP_FUNCTION(sys_getloadavg);
-#endif
-
-PHP_FUNCTION(is_uploaded_file);
-PHP_FUNCTION(move_uploaded_file);
-
-PHP_FUNCTION(net_get_interfaces);
-
-/* From the INI parser */
-PHP_FUNCTION(parse_ini_file);
-PHP_FUNCTION(parse_ini_string);
-#if ZEND_DEBUG
-PHP_FUNCTION(config_get_hash);
-#endif
-
-#if defined(PHP_WIN32)
-PHP_FUNCTION(sapi_windows_cp_set);
-PHP_FUNCTION(sapi_windows_cp_get);
-PHP_FUNCTION(sapi_windows_cp_is_utf8);
-PHP_FUNCTION(sapi_windows_cp_conv);
-PHP_FUNCTION(sapi_windows_set_ctrl_handler);
-PHP_FUNCTION(sapi_windows_generate_ctrl_event);
-#endif
-
-PHP_FUNCTION(str_rot13);
-PHP_FUNCTION(stream_get_filters);
-PHP_FUNCTION(stream_filter_register);
-PHP_FUNCTION(stream_bucket_make_writeable);
-PHP_FUNCTION(stream_bucket_prepend);
-PHP_FUNCTION(stream_bucket_append);
-PHP_FUNCTION(stream_bucket_new);
 PHP_MINIT_FUNCTION(user_filters);
 PHP_RSHUTDOWN_FUNCTION(user_filters);
 PHP_RSHUTDOWN_FUNCTION(browscap);
index afdabd41522f8485b5c4466a3c5c0affbd3f2453..95ed0eab2653d25f6cf7770f8c718a50310a0914 100644 (file)
 #ifndef DATETIME_H
 #define DATETIME_H
 
-#if HAVE_STRPTIME
-PHP_FUNCTION(strptime);
-#endif
-
 PHPAPI char *php_std_date(time_t t);
 
 #endif /* DATETIME_H */
index b92c6dce8e7db8651429d8929bfecc4c46b72412..97edbd099a2b783f718029aca3243b9f4676318a 100644 (file)
 #ifndef EXEC_H
 #define EXEC_H
 
-PHP_FUNCTION(system);
-PHP_FUNCTION(exec);
-PHP_FUNCTION(escapeshellcmd);
-PHP_FUNCTION(escapeshellarg);
-PHP_FUNCTION(passthru);
-PHP_FUNCTION(shell_exec);
-PHP_FUNCTION(proc_open);
-PHP_FUNCTION(proc_get_status);
-PHP_FUNCTION(proc_close);
-PHP_FUNCTION(proc_terminate);
-PHP_FUNCTION(proc_nice);
 PHP_MINIT_FUNCTION(proc_open);
 PHP_MINIT_FUNCTION(exec);
 
index dbbaae0f39eba82e1f2e366cb0b36e7d61c9f5ac..28f906e0ba1ad6832372196bea4efa83cc779185 100644 (file)
 PHP_MINIT_FUNCTION(file);
 PHP_MSHUTDOWN_FUNCTION(file);
 
-PHP_FUNCTION(tempnam);
-PHP_FUNCTION(tmpfile);
-PHP_FUNCTION(fopen);
 PHPAPI PHP_FUNCTION(fclose);
-PHP_FUNCTION(popen);
-PHP_FUNCTION(pclose);
 PHPAPI PHP_FUNCTION(feof);
 PHPAPI PHP_FUNCTION(fread);
 PHPAPI PHP_FUNCTION(fgetc);
 PHPAPI PHP_FUNCTION(fgets);
-PHP_FUNCTION(fscanf);
-PHP_FUNCTION(fgetcsv);
-PHP_FUNCTION(fputcsv);
 PHPAPI PHP_FUNCTION(fwrite);
 PHPAPI PHP_FUNCTION(fflush);
 PHPAPI PHP_FUNCTION(rewind);
 PHPAPI PHP_FUNCTION(ftell);
 PHPAPI PHP_FUNCTION(fseek);
-PHP_FUNCTION(mkdir);
-PHP_FUNCTION(rmdir);
 PHPAPI PHP_FUNCTION(fpassthru);
-PHP_FUNCTION(readfile);
-PHP_FUNCTION(umask);
-PHP_FUNCTION(rename);
-PHP_FUNCTION(unlink);
-PHP_FUNCTION(copy);
-PHP_FUNCTION(file);
-PHP_FUNCTION(file_get_contents);
-PHP_FUNCTION(file_put_contents);
-PHP_FUNCTION(get_meta_tags);
-PHP_FUNCTION(flock);
-PHP_FUNCTION(fd_set);
-PHP_FUNCTION(fd_isset);
-PHP_FUNCTION(realpath);
-#ifdef HAVE_FNMATCH
-PHP_FUNCTION(fnmatch);
-#endif
-PHP_FUNCTION(ftruncate);
-PHP_FUNCTION(fstat);
-PHP_FUNCTION(sys_get_temp_dir);
 
 PHP_MINIT_FUNCTION(user_streams);
 
index 0547ee6073a5351843949f56feee6a84e80b9fde..40943aa0c408fcab8f3442414780c958889a7d42 100644 (file)
@@ -23,7 +23,5 @@
 
 #include "php_network.h"
 
-PHP_FUNCTION(fsockopen);
-PHP_FUNCTION(pfsockopen);
 
 #endif /* FSOCK_H */
index 4e1ae0b4c32b2d75ae43a6a917cc8e50c00c21e5..a972ebcf3d5df2da785cdced477a231889c926f7 100644 (file)
 #define COOKIE_SAMESITE   "; SameSite="
 
 extern PHP_RINIT_FUNCTION(head);
-PHP_FUNCTION(header);
-PHP_FUNCTION(header_remove);
-PHP_FUNCTION(setcookie);
-PHP_FUNCTION(setrawcookie);
-PHP_FUNCTION(headers_sent);
-PHP_FUNCTION(headers_list);
-PHP_FUNCTION(http_response_code);
 
 PHPAPI int php_header(void);
 PHPAPI int php_setcookie(zend_string *name, zend_string *value, time_t expires, zend_string *path, zend_string *domain, int secure, int httponly, zend_string *samesite, int url_encode);
index fa47e1c49f464e7c11aa91e074e19e5b2b5a8a00..29cc9767092d132e9dfe7de5fc3ac46e855d8f88 100644 (file)
@@ -51,8 +51,6 @@ PHPAPI php_hrtime_t php_hrtime_current(void);
 
 PHP_MINIT_FUNCTION(hrtime);
 
-PHP_FUNCTION(hrtime);
-
 END_EXTERN_C()
 
 #endif /* HRTIME_H */
index a43c0c823d44ce9f9e773b50548e767f83e4f7b0..2a8d24ccdeb6ac863dd10c104e9f361f22a4536b 100644 (file)
 
 void register_html_constants(INIT_FUNC_ARGS);
 
-PHP_FUNCTION(htmlspecialchars);
-PHP_FUNCTION(htmlentities);
-PHP_FUNCTION(htmlspecialchars_decode);
-PHP_FUNCTION(html_entity_decode);
-PHP_FUNCTION(get_html_translation_table);
-
 PHPAPI zend_string *php_escape_html_entities(unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset);
 PHPAPI zend_string *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset, zend_bool double_encode);
 PHPAPI zend_string *php_unescape_html_entities(zend_string *str, int all, int flags, char *hint_charset);
index b965448a44ded1f2c249918d0c38936a5564ba01..95eec2d2ad8559c2a03f86b7df6f3c14bac65e63 100644 (file)
 #define ZEND_LOGO_DATA_URI "data:image/png;base64,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"
 
 BEGIN_EXTERN_C()
-PHP_FUNCTION(phpversion);
-PHP_FUNCTION(phpinfo);
-PHP_FUNCTION(phpcredits);
-PHP_FUNCTION(php_sapi_name);
-PHP_FUNCTION(php_uname);
-PHP_FUNCTION(php_ini_scanned_files);
-PHP_FUNCTION(php_ini_loaded_file);
 PHPAPI zend_string *php_info_html_esc(char *string);
 PHPAPI void php_info_html_esc_write(char *string, int str_len);
 PHPAPI void php_print_info_htmlhead(void);
index 2d4577b462255cf9d43c0314a43ae62802f6452d..8b327c1929183533c626527873601da99232ace4 100644 (file)
@@ -29,7 +29,6 @@
  */
 
 #include "php.h"
-#include "php_iptc.h"
 #include "ext/standard/head.h"
 
 #include <sys/stat.h>
index 3172b34d66029269b0c7431863c7ab608402af43..c6ef97247a5fd68d9caeabd1eed744528ce68402 100644 (file)
@@ -49,7 +49,6 @@
 #include <errno.h>
 #include <ctype.h>
 
-#include "php_link.h"
 #include "php_string.h"
 
 #ifndef VOLUME_NAME_NT
index 9463c13892a9259af6694dd5982e372b4b702f29..15417990d7bf79ff09c1a032b78007feb0107c60 100644 (file)
@@ -21,9 +21,6 @@
 PHPAPI void make_digest(char *md5str, const unsigned char *digest);
 PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len);
 
-PHP_FUNCTION(md5);
-PHP_FUNCTION(md5_file);
-
 #include "ext/standard/basic_functions.h"
 
 /*
index aa6fa0e798a51b78dee80a7251086d1c933e7f4e..970ec1391d1a52dd17fee87d80bae7d5344eca97 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include "php.h"
-#include "php_metaphone.h"
 
 static int metaphone(unsigned char *word, size_t word_len, zend_long max_phonemes, zend_string **phoned_word, int traditional);
 
index 8f7ac8b1ec5a38cd83fb9b74d56d7532f9fc0d47..b33face760ff7a05b8af15472576f2449877bab6 100644 (file)
@@ -36,7 +36,6 @@
 #include <stdio.h>
 #include <errno.h>
 
-#include "microtime.h"
 #include "ext/date/php_date.h"
 
 #define NUL  '\0'
diff --git a/ext/standard/microtime.h b/ext/standard/microtime.h
deleted file mode 100644 (file)
index 949d10e..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
-   +----------------------------------------------------------------------+
-   | 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: Paul Panotzki - Bunyip Information Systems                   |
-   +----------------------------------------------------------------------+
-*/
-
-#ifndef MICROTIME_H
-#define MICROTIME_H
-
-#ifdef HAVE_GETTIMEOFDAY
-PHP_FUNCTION(microtime);
-PHP_FUNCTION(gettimeofday);
-#endif
-#ifdef HAVE_GETRUSAGE
-PHP_FUNCTION(getrusage);
-#endif
-
-#endif /* MICROTIME_H */
index ed58b9fcecc8997e873eb951d234e6cace4e905c..e3a882e70e8541d4b2f1700495ac828e20936562 100644 (file)
@@ -18,7 +18,5 @@
 #define PACK_H
 
 PHP_MINIT_FUNCTION(pack);
-PHP_FUNCTION(pack);
-PHP_FUNCTION(unpack);
 
 #endif /* PACK_H */
index 76543194dc760ec827d94d7a86f6c2b1adbfa672..0a3fa7b28bb9b477a4eb64d7beb2e0ac626d363f 100644 (file)
 #ifndef PAGEINFO_H
 #define PAGEINFO_H
 
-PHP_FUNCTION(getmyuid);
-PHP_FUNCTION(getmygid);
-PHP_FUNCTION(getmypid);
-PHP_FUNCTION(getmyinode);
-PHP_FUNCTION(getlastmod);
-
 PHPAPI void php_statpage(void);
 PHPAPI time_t php_getlastmod(void);
 extern zend_long php_getuid(void);
index ce440c454ecbf7e9e6fd11f2eec43bb1b5a74216..c513539dd2a2ef5bc6b92fa9d9024fc72f427103 100644 (file)
 PHP_MINIT_FUNCTION(array);
 PHP_MSHUTDOWN_FUNCTION(array);
 
-PHP_FUNCTION(ksort);
-PHP_FUNCTION(krsort);
-PHP_FUNCTION(natsort);
-PHP_FUNCTION(natcasesort);
-PHP_FUNCTION(asort);
-PHP_FUNCTION(arsort);
-PHP_FUNCTION(sort);
-PHP_FUNCTION(rsort);
-PHP_FUNCTION(usort);
-PHP_FUNCTION(uasort);
-PHP_FUNCTION(uksort);
-PHP_FUNCTION(array_walk);
-PHP_FUNCTION(array_walk_recursive);
-PHP_FUNCTION(count);
-PHP_FUNCTION(end);
-PHP_FUNCTION(prev);
-PHP_FUNCTION(next);
-PHP_FUNCTION(reset);
-PHP_FUNCTION(current);
-PHP_FUNCTION(key);
-PHP_FUNCTION(min);
-PHP_FUNCTION(max);
-PHP_FUNCTION(in_array);
-PHP_FUNCTION(array_search);
-PHP_FUNCTION(extract);
-PHP_FUNCTION(compact);
-PHP_FUNCTION(array_fill);
-PHP_FUNCTION(array_fill_keys);
-PHP_FUNCTION(range);
-PHP_FUNCTION(shuffle);
-PHP_FUNCTION(array_multisort);
-PHP_FUNCTION(array_push);
-PHP_FUNCTION(array_pop);
-PHP_FUNCTION(array_shift);
-PHP_FUNCTION(array_unshift);
-PHP_FUNCTION(array_splice);
-PHP_FUNCTION(array_slice);
-PHP_FUNCTION(array_merge);
-PHP_FUNCTION(array_merge_recursive);
-PHP_FUNCTION(array_replace);
-PHP_FUNCTION(array_replace_recursive);
-PHP_FUNCTION(array_keys);
-PHP_FUNCTION(array_key_first);
-PHP_FUNCTION(array_key_last);
-PHP_FUNCTION(array_values);
-PHP_FUNCTION(array_count_values);
-PHP_FUNCTION(array_column);
-PHP_FUNCTION(array_reverse);
-PHP_FUNCTION(array_reduce);
-PHP_FUNCTION(array_pad);
-PHP_FUNCTION(array_flip);
-PHP_FUNCTION(array_change_key_case);
-PHP_FUNCTION(array_rand);
-PHP_FUNCTION(array_unique);
-PHP_FUNCTION(array_intersect);
-PHP_FUNCTION(array_intersect_key);
-PHP_FUNCTION(array_intersect_ukey);
-PHP_FUNCTION(array_uintersect);
-PHP_FUNCTION(array_intersect_assoc);
-PHP_FUNCTION(array_uintersect_assoc);
-PHP_FUNCTION(array_intersect_uassoc);
-PHP_FUNCTION(array_uintersect_uassoc);
-PHP_FUNCTION(array_diff);
-PHP_FUNCTION(array_diff_key);
-PHP_FUNCTION(array_diff_ukey);
-PHP_FUNCTION(array_udiff);
-PHP_FUNCTION(array_diff_assoc);
-PHP_FUNCTION(array_udiff_assoc);
-PHP_FUNCTION(array_diff_uassoc);
-PHP_FUNCTION(array_udiff_uassoc);
-PHP_FUNCTION(array_sum);
-PHP_FUNCTION(array_product);
-PHP_FUNCTION(array_filter);
-PHP_FUNCTION(array_map);
-PHP_FUNCTION(array_key_exists);
-PHP_FUNCTION(array_chunk);
-PHP_FUNCTION(array_combine);
-
 PHPAPI int php_array_merge(HashTable *dest, HashTable *src);
 PHPAPI int php_array_merge_recursive(HashTable *dest, HashTable *src);
 PHPAPI int php_array_replace_recursive(HashTable *dest, HashTable *src);
index 1289cc9b30cb1a38ebf608853e49e0fb3fcebf43..a0d81ed84eee73d5d94a23d3daae1833792d018b 100644 (file)
@@ -22,7 +22,5 @@ PHP_MSHUTDOWN_FUNCTION(assert);
 PHP_RINIT_FUNCTION(assert);
 PHP_RSHUTDOWN_FUNCTION(assert);
 PHP_MINFO_FUNCTION(assert);
-PHP_FUNCTION(assert);
-PHP_FUNCTION(assert_options);
 
 #endif /* PHP_ASSERT_H */
index aa8eafb0a04791e810470420712df0835f5db5b6..d19092afa8143f09c308cd32c82c864089a45b68 100644 (file)
@@ -20,6 +20,4 @@
 PHP_MINIT_FUNCTION(browscap);
 PHP_MSHUTDOWN_FUNCTION(browscap);
 
-PHP_FUNCTION(get_browser);
-
 #endif /* PHP_BROWSCAP_H */
index d3ee90ee84ae4632a52799b8ed222f2408e0e27c..a7eabbdd66605c5d9eedcc7c890614067493d7b9 100644 (file)
@@ -20,7 +20,6 @@
 #define PHP_CRYPT_H
 
 PHPAPI zend_string *php_crypt(const char *password, const int pass_len, const char *salt, int salt_len, zend_bool quiet);
-PHP_FUNCTION(crypt);
 PHP_MINIT_FUNCTION(crypt);
 PHP_MSHUTDOWN_FUNCTION(crypt);
 PHP_RINIT_FUNCTION(crypt);
index 599ac738c0cb6a48dc53b5a6a033d57b25066993..9343885d8e3ef954d5c4eceac4c152de441b2e0d 100644 (file)
 /* directory functions */
 PHP_MINIT_FUNCTION(dir);
 PHP_RINIT_FUNCTION(dir);
-PHP_FUNCTION(opendir);
 PHP_FUNCTION(closedir);
-PHP_FUNCTION(chdir);
-#if defined(HAVE_CHROOT) && !defined(ZTS) && ENABLE_CHROOT_FUNC
-PHP_FUNCTION(chroot);
-#endif
-PHP_FUNCTION(getcwd);
 PHP_FUNCTION(rewinddir);
 PHP_FUNCTION(readdir);
-PHP_FUNCTION(getdir);
-PHP_FUNCTION(glob);
-PHP_FUNCTION(scandir);
 
 #define PHP_SCANDIR_SORT_ASCENDING 0
 #define PHP_SCANDIR_SORT_DESCENDING 1
index 3f4a61f6d511fc6702ccac53facc34f85da4ed76..b4f99f2a1c61b91431743f666035263a893095af 100644 (file)
 #define HAVE_FULL_DNS_FUNCS 1
 #endif
 
-PHP_FUNCTION(gethostbyaddr);
-PHP_FUNCTION(gethostbyname);
-PHP_FUNCTION(gethostbynamel);
-
-#ifdef HAVE_GETHOSTNAME
-PHP_FUNCTION(gethostname);
-#endif
-
 #if defined(PHP_WIN32) || HAVE_DNS_SEARCH_FUNC
-PHP_FUNCTION(dns_check_record);
-
 # if defined(PHP_WIN32) || HAVE_FULL_DNS_FUNCS
-PHP_FUNCTION(dns_get_mx);
-PHP_FUNCTION(dns_get_record);
 PHP_MINIT_FUNCTION(dns);
 # endif
-
 #endif /* defined(PHP_WIN32) || HAVE_DNS_SEARCH_FUNC */
 
 #ifndef INT16SZ
index 100f4b3ab5bf8b20c276635b2a1dbd833b307cf4..d9daf43410eb7c9f325306b76f6f3cc91703ce65 100644 (file)
@@ -28,10 +28,6 @@ PHP_RSHUTDOWN_FUNCTION(syslog);
 #endif
 PHP_MSHUTDOWN_FUNCTION(syslog);
 
-PHP_FUNCTION(openlog);
-PHP_FUNCTION(syslog);
-PHP_FUNCTION(closelog);
-
 #endif
 
 #endif /* PHP_EXT_SYSLOG_H */
index 0e454ac20839227fcd1e742202b4abc12c15331b..13b79a4e0715a1c1ec80414b9b9b35dd67c245ce 100644 (file)
 PHP_RINIT_FUNCTION(filestat);
 PHP_RSHUTDOWN_FUNCTION(filestat);
 
-PHP_FUNCTION(realpath_cache_size);
-PHP_FUNCTION(realpath_cache_get);
-PHP_FUNCTION(clearstatcache);
-PHP_FUNCTION(fileatime);
-PHP_FUNCTION(filectime);
-PHP_FUNCTION(filegroup);
-PHP_FUNCTION(fileinode);
-PHP_FUNCTION(filemtime);
-PHP_FUNCTION(fileowner);
-PHP_FUNCTION(fileperms);
-PHP_FUNCTION(filesize);
-PHP_FUNCTION(filetype);
-PHP_FUNCTION(is_writable);
-PHP_FUNCTION(is_readable);
-PHP_FUNCTION(is_executable);
-PHP_FUNCTION(is_file);
-PHP_FUNCTION(is_dir);
-PHP_FUNCTION(is_link);
-PHP_FUNCTION(file_exists);
-PHP_FUNCTION(stat);
-PHP_FUNCTION(lstat);
-PHP_FUNCTION(disk_total_space);
-PHP_FUNCTION(disk_free_space);
-PHP_FUNCTION(chown);
-PHP_FUNCTION(chgrp);
-#if HAVE_LCHOWN
-PHP_FUNCTION(lchown);
-#endif
-#if HAVE_LCHOWN
-PHP_FUNCTION(lchgrp);
-#endif
-PHP_FUNCTION(chmod);
-#if HAVE_UTIME
-PHP_FUNCTION(touch);
-#endif
-
 #ifdef PHP_WIN32
 #define S_IRUSR S_IREAD
 #define S_IWUSR S_IWRITE
diff --git a/ext/standard/php_ftok.h b/ext/standard/php_ftok.h
deleted file mode 100644 (file)
index 3726c36..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
-   +----------------------------------------------------------------------+
-   | 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: Andrew Sitnikov <sitnikov@infonet.ee>                        |
-   +----------------------------------------------------------------------+
-*/
-
-#ifndef PHP_FTOK_H
-#define PHP_FTOK_H
-
-#if HAVE_FTOK
-PHP_FUNCTION(ftok);
-#endif
-
-#endif /* PHP_FTOK_H */
index 5a0dba0818a297e74782c92f2a96da3abea8d588..728ea33fd1194103ffc22e7912d53e4a7a5729b8 100644 (file)
@@ -27,6 +27,4 @@ PHPAPI int php_url_encode_hash_ex(HashTable *ht, smart_str *formstr,
                                zval *type, char *arg_sep, int enc_type);
 #define php_url_encode_hash(ht, formstr)       php_url_encode_hash_ex((ht), (formstr), NULL, 0, NULL, 0, NULL, 0, NULL)
 
-PHP_FUNCTION(http_build_query);
-
 #endif
index 4bd972beac2c6394e6ac1a2a95f106e444c6d6ea..d532496ea61cda38527859281661c138bf85e624 100644 (file)
 #ifndef PHP_IMAGE_H
 #define PHP_IMAGE_H
 
-PHP_FUNCTION(getimagesize);
-PHP_FUNCTION(getimagesizefromstring);
-
-PHP_FUNCTION(image_type_to_mime_type);
-PHP_FUNCTION(image_type_to_extension);
-
 /* {{{ enum image_filetype
    This enum is used to have ext/standard/image.c and ext/exif/exif.c use
    the same constants for file types.
diff --git a/ext/standard/php_iptc.h b/ext/standard/php_iptc.h
deleted file mode 100644 (file)
index 9999125..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/*
-   +----------------------------------------------------------------------+
-   | 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: Thies C. Arntzen <thies@thieso.net>                          |
-   +----------------------------------------------------------------------+
-*/
-
-#ifndef PHP_IPTC_H
-#define PHP_IPTC_H
-
-PHP_FUNCTION(iptcparse);
-PHP_FUNCTION(iptcembed);
-
-#endif /* PHP_IPTC_H */
index 4feddb5c9b6c3b7b66b302a61a099a6da2386a14..c2aa7e8317bf184fac87c5af20c262a05a539afe 100644 (file)
@@ -26,7 +26,6 @@ typedef struct {
 } php_lcg_globals;
 
 PHPAPI double php_combined_lcg(void);
-PHP_FUNCTION(lcg_value);
 
 PHP_MINIT_FUNCTION(lcg);
 
diff --git a/ext/standard/php_link.h b/ext/standard/php_link.h
deleted file mode 100644 (file)
index fb7d76b..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-/*
-   +----------------------------------------------------------------------+
-   | 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:                                                              |
-   +----------------------------------------------------------------------+
-*/
-
-#ifndef PHP_LINK_H
-#define PHP_LINK_H
-
-#if defined(HAVE_SYMLINK) || defined(PHP_WIN32)
-
-PHP_FUNCTION(link);
-PHP_FUNCTION(readlink);
-PHP_FUNCTION(linkinfo);
-PHP_FUNCTION(symlink);
-
-#endif
-
-#endif /* PHP_LINK_H */
index 29fb5b77f498ee705350ba590d54ff1d17ffb5ac..3a2ccdc4b12a0bf4737d3a0b9b4cce1613690f96 100644 (file)
@@ -17,8 +17,6 @@
 #ifndef PHP_MAIL_H
 #define PHP_MAIL_H
 
-PHP_FUNCTION(mail);
-
 PHP_MINFO_FUNCTION(mail);
 
 PHPAPI zend_string *php_mail_build_headers(HashTable *headers);
index cdc524f4a2a94b6e8238f2f6e985fab42af52df7..a8d1f2dbf368f752c879f66896bcfd36ae2d133e 100644 (file)
@@ -26,60 +26,6 @@ PHPAPI zend_long _php_math_basetolong(zval *arg, int base);
 PHPAPI void _php_math_basetozval(zend_string *str, int base, zval *ret);
 PHPAPI zend_string * _php_math_zvaltobase(zval *arg, int base);
 
-PHP_FUNCTION(sin);
-PHP_FUNCTION(cos);
-PHP_FUNCTION(tan);
-PHP_FUNCTION(asin);
-PHP_FUNCTION(acos);
-PHP_FUNCTION(atan);
-PHP_FUNCTION(atan2);
-PHP_FUNCTION(pi);
-PHP_FUNCTION(exp);
-PHP_FUNCTION(log);
-PHP_FUNCTION(log10);
-PHP_FUNCTION(is_finite);
-PHP_FUNCTION(is_infinite);
-PHP_FUNCTION(is_nan);
-PHP_FUNCTION(pow);
-PHP_FUNCTION(sqrt);
-PHP_FUNCTION(rand);
-PHP_FUNCTION(mt_srand);
-PHP_FUNCTION(mt_rand);
-PHP_FUNCTION(mt_getrandmax);
-PHP_FUNCTION(abs);
-PHP_FUNCTION(ceil);
-PHP_FUNCTION(floor);
-PHP_FUNCTION(round);
-PHP_FUNCTION(decbin);
-PHP_FUNCTION(dechex);
-PHP_FUNCTION(decoct);
-PHP_FUNCTION(bindec);
-PHP_FUNCTION(hexdec);
-PHP_FUNCTION(octdec);
-PHP_FUNCTION(base_convert);
-PHP_FUNCTION(number_format);
-PHP_FUNCTION(fmod);
-PHP_FUNCTION(fdiv);
-PHP_FUNCTION(deg2rad);
-PHP_FUNCTION(rad2deg);
-PHP_FUNCTION(intdiv);
-
-   /*
-   WARNING: these functions are experimental: they could change their names or
-   disappear in the next version of PHP!
-   */
-PHP_FUNCTION(hypot);
-PHP_FUNCTION(expm1);
-PHP_FUNCTION(log1p);
-
-PHP_FUNCTION(sinh);
-PHP_FUNCTION(cosh);
-PHP_FUNCTION(tanh);
-
-PHP_FUNCTION(asinh);
-PHP_FUNCTION(acosh);
-PHP_FUNCTION(atanh);
-
 #include <math.h>
 
 #ifndef M_E
diff --git a/ext/standard/php_metaphone.h b/ext/standard/php_metaphone.h
deleted file mode 100644 (file)
index c52bfe6..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
-   +----------------------------------------------------------------------+
-   | 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: Thies C. Arntzen <thies@thieso.net>                          |
-   +----------------------------------------------------------------------+
- */
-
-#ifndef PHP_METAPHONE_H
-#define PHP_METAPHONE_H
-
-PHP_FUNCTION(metaphone);
-
-#endif
index 5eb65491aacb2c589c75265072b32144e8e72b3c..6f813d3e0aef448beda9cb781d577e3122dff558 100644 (file)
@@ -22,6 +22,4 @@
 
 PHPAPI zend_string* php_inet_ntop(const struct sockaddr *addr);
 
-PHP_FUNCTION(net_get_interfaces);
-
 #endif /* PHP_NET_H */
index d89f563f8f45304408e14b5a5ab8e89a13576cf1..5f9ae671bab736031764273dc2b655adc2397697 100644 (file)
 #ifndef PHP_PASSWORD_H
 #define PHP_PASSWORD_H
 
-PHP_FUNCTION(password_hash);
-PHP_FUNCTION(password_verify);
-PHP_FUNCTION(password_needs_rehash);
-PHP_FUNCTION(password_get_info);
-PHP_FUNCTION(password_algos);
-
 PHP_MINIT_FUNCTION(password);
 PHP_MSHUTDOWN_FUNCTION(password);
 
index c45a3249b9b0a770a3c9f72d38153a8ad5d37fd8..290b37873d55d48eb6976b4c36835710ab10a653 100644 (file)
@@ -19,9 +19,6 @@
 
 BEGIN_EXTERN_C()
 
-PHP_FUNCTION(random_bytes);
-PHP_FUNCTION(random_int);
-
 PHP_MINIT_FUNCTION(random);
 PHP_MSHUTDOWN_FUNCTION(random);
 
index 21926d316f06f38f32688093529cff7c7cc90f4c..bf89880dffe89c9db88bf7083858b2ab96029eb6 100644 (file)
 #include "php_browscap.h"
 #include "pack.h"
 #include "datetime.h"
-#include "microtime.h"
 #include "url.h"
 #include "pageinfo.h"
-#include "php_link.h"
 #include "fsock.h"
 #include "php_image.h"
-#include "php_iptc.h"
 #include "info.h"
-#include "uniqid.h"
 #include "php_var.h"
 #include "quot_print.h"
 #include "dl.h"
 #include "php_crypt.h"
 #include "head.h"
 #include "php_lcg.h"
-#include "php_metaphone.h"
 #include "php_output.h"
 #include "php_array.h"
 #include "php_assert.h"
 #include "php_versioning.h"
-#include "php_ftok.h"
-#include "php_type.h"
 #include "php_password.h"
 #include "php_random.h"
 
index 7492902c991694aca4a86c1a17601d18d5d069dd..7a813c26103e4090dc9a1da17e43d08844184549 100644 (file)
 #ifndef PHP_STRING_H
 #define PHP_STRING_H
 
-PHP_FUNCTION(strspn);
-PHP_FUNCTION(strcspn);
-PHP_FUNCTION(str_replace);
-PHP_FUNCTION(str_ireplace);
-PHP_FUNCTION(rtrim);
-PHP_FUNCTION(trim);
-PHP_FUNCTION(ltrim);
-PHP_FUNCTION(soundex);
-PHP_FUNCTION(levenshtein);
-
-PHP_FUNCTION(count_chars);
-PHP_FUNCTION(wordwrap);
-PHP_FUNCTION(explode);
-PHP_FUNCTION(implode);
-PHP_FUNCTION(strtok);
-PHP_FUNCTION(strtoupper);
-PHP_FUNCTION(strtolower);
-PHP_FUNCTION(basename);
-PHP_FUNCTION(dirname);
-PHP_FUNCTION(pathinfo);
-PHP_FUNCTION(strstr);
-PHP_FUNCTION(str_contains);
-PHP_FUNCTION(strpos);
-PHP_FUNCTION(stripos);
-PHP_FUNCTION(strrpos);
-PHP_FUNCTION(strripos);
-PHP_FUNCTION(strrchr);
-PHP_FUNCTION(substr);
-PHP_FUNCTION(quotemeta);
-PHP_FUNCTION(ucfirst);
-PHP_FUNCTION(lcfirst);
-PHP_FUNCTION(ucwords);
-PHP_FUNCTION(strtr);
-PHP_FUNCTION(strrev);
-PHP_FUNCTION(hebrev);
-PHP_FUNCTION(sprintf);
-PHP_FUNCTION(printf);
-PHP_FUNCTION(vprintf);
-PHP_FUNCTION(vsprintf);
-PHP_FUNCTION(addcslashes);
-PHP_FUNCTION(addslashes);
-PHP_FUNCTION(stripcslashes);
-PHP_FUNCTION(stripslashes);
-PHP_FUNCTION(chr);
-PHP_FUNCTION(ord);
-PHP_FUNCTION(nl2br);
-PHP_FUNCTION(setlocale);
-PHP_FUNCTION(localeconv);
-PHP_FUNCTION(nl_langinfo);
-PHP_FUNCTION(stristr);
-PHP_FUNCTION(chunk_split);
-PHP_FUNCTION(parse_str);
-PHP_FUNCTION(str_getcsv);
-PHP_FUNCTION(bin2hex);
-PHP_FUNCTION(hex2bin);
-PHP_FUNCTION(similar_text);
-PHP_FUNCTION(strip_tags);
-PHP_FUNCTION(str_repeat);
-PHP_FUNCTION(substr_replace);
-PHP_FUNCTION(strnatcmp);
-PHP_FUNCTION(strnatcasecmp);
-PHP_FUNCTION(substr_count);
-PHP_FUNCTION(str_pad);
-PHP_FUNCTION(sscanf);
-PHP_FUNCTION(str_shuffle);
-PHP_FUNCTION(str_word_count);
-PHP_FUNCTION(str_split);
-PHP_FUNCTION(strpbrk);
-PHP_FUNCTION(substr_compare);
-PHP_FUNCTION(utf8_encode);
-PHP_FUNCTION(utf8_decode);
-PHP_FUNCTION(strcoll);
-
 #if defined(ZTS)
 PHP_MINIT_FUNCTION(localeconv);
 PHP_MSHUTDOWN_FUNCTION(localeconv);
diff --git a/ext/standard/php_type.h b/ext/standard/php_type.h
deleted file mode 100644 (file)
index be05620..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-/*
-   +----------------------------------------------------------------------+
-   | 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: Rasmus Lerdorf <rasmus@lerdorf.on.ca>                        |
-   +----------------------------------------------------------------------+
-*/
-
-#ifndef PHP_TYPE_H
-#define PHP_TYPE_H
-
-PHP_FUNCTION(intval);
-PHP_FUNCTION(floatval);
-PHP_FUNCTION(strval);
-PHP_FUNCTION(boolval);
-PHP_FUNCTION(gettype);
-PHP_FUNCTION(settype);
-PHP_FUNCTION(is_null);
-PHP_FUNCTION(is_resource);
-PHP_FUNCTION(is_bool);
-PHP_FUNCTION(is_int);
-PHP_FUNCTION(is_float);
-PHP_FUNCTION(is_numeric);
-PHP_FUNCTION(is_string);
-PHP_FUNCTION(is_array);
-PHP_FUNCTION(is_object);
-PHP_FUNCTION(is_scalar);
-PHP_FUNCTION(is_callable);
-PHP_FUNCTION(is_iterable);
-PHP_FUNCTION(is_countable);
-
-#endif
index 40a1a20b2105f4e5425a927544b94b25cf3f78a6..82549f56d131644793a5ff075e14e6b08c0dcec3 100644 (file)
@@ -17,9 +17,6 @@
 #ifndef PHP_UUENCODE_H
 #define PHP_UUENCODE_H
 
-PHP_FUNCTION(convert_uudecode);
-PHP_FUNCTION(convert_uuencode);
-
 PHPAPI zend_string *php_uudecode(char *src, size_t src_len);
 PHPAPI zend_string *php_uuencode(char *src, size_t src_len);
 
index d9abae86d2518c17a8d69d97e1524e3f3b3cdfcb..cab0f6d4ddb431336c8044bd8658fb576a7ca473 100644 (file)
 #include "zend_smart_str_public.h"
 
 PHP_MINIT_FUNCTION(var);
-PHP_FUNCTION(var_dump);
-PHP_FUNCTION(var_export);
-PHP_FUNCTION(debug_zval_dump);
-PHP_FUNCTION(serialize);
-PHP_FUNCTION(unserialize);
-PHP_FUNCTION(memory_get_usage);
-PHP_FUNCTION(memory_get_peak_usage);
 
 PHPAPI void php_var_dump(zval *struc, int level);
 PHPAPI void php_var_export(zval *struc, int level);
index 1c5041e0dca8639019e1b8dfc9526a2f40265ba1..c930d7ef25900709de95b4117d11c91043d0e18b 100644 (file)
@@ -21,6 +21,5 @@
 
 PHPAPI char *php_canonicalize_version(const char *);
 PHPAPI int php_version_compare(const char *, const char *);
-PHP_FUNCTION(version_compare);
 
 #endif
index d27f6f1d2d97528db41c38e07bb77cdf3b0ed9c7..e30ca990e1eb889f509656c8b1a9c9cb67def894 100644 (file)
@@ -20,7 +20,4 @@
 PHPAPI zend_string *php_quot_print_decode(const unsigned char *str, size_t length, int replace_us_by_ws);
 PHPAPI zend_string *php_quot_print_encode(const unsigned char *str, size_t length);
 
-PHP_FUNCTION(quoted_printable_decode);
-PHP_FUNCTION(quoted_printable_encode);
-
 #endif /* QUOT_PRINT_H */
index b1788a673908f9a333a447e82ef8bcbe62f8627d..81a9cae460a4ca3764a08316be5625d498dc6de3 100644 (file)
@@ -31,7 +31,4 @@ PHPAPI void PHP_SHA1Update(PHP_SHA1_CTX *, const unsigned char *, size_t);
 PHPAPI void PHP_SHA1Final(unsigned char[20], PHP_SHA1_CTX *);
 PHPAPI void make_sha1_digest(char *sha1str, unsigned char *digest);
 
-PHP_FUNCTION(sha1);
-PHP_FUNCTION(sha1_file);
-
 #endif
index 6a94169dc6785bd1064441931b09a9de06d89dd1..7210ee06a31b9c42ccff43d132b3e68f08173a24 100644 (file)
 #define PHP_STREAM_CLIENT_PERSISTENT   1
 #define PHP_STREAM_CLIENT_ASYNC_CONNECT        2
 #define PHP_STREAM_CLIENT_CONNECT              4
-
-PHP_FUNCTION(stream_socket_client);
-PHP_FUNCTION(stream_socket_server);
-PHP_FUNCTION(stream_socket_accept);
-PHP_FUNCTION(stream_socket_get_name);
-PHP_FUNCTION(stream_socket_recvfrom);
-PHP_FUNCTION(stream_socket_sendto);
-
-PHP_FUNCTION(stream_copy_to_stream);
-PHP_FUNCTION(stream_get_contents);
-
-PHP_FUNCTION(stream_set_blocking);
-PHP_FUNCTION(stream_select);
-PHP_FUNCTION(stream_set_timeout);
-PHP_FUNCTION(stream_set_read_buffer);
-PHP_FUNCTION(stream_set_write_buffer);
-PHP_FUNCTION(stream_set_chunk_size);
-PHP_FUNCTION(stream_get_transports);
-PHP_FUNCTION(stream_get_wrappers);
-PHP_FUNCTION(stream_get_line);
-PHP_FUNCTION(stream_get_meta_data);
-PHP_FUNCTION(stream_wrapper_register);
-PHP_FUNCTION(stream_wrapper_unregister);
-PHP_FUNCTION(stream_wrapper_restore);
-PHP_FUNCTION(stream_context_create);
-PHP_FUNCTION(stream_context_set_params);
-PHP_FUNCTION(stream_context_get_params);
-PHP_FUNCTION(stream_context_set_option);
-PHP_FUNCTION(stream_context_get_options);
-PHP_FUNCTION(stream_context_get_default);
-PHP_FUNCTION(stream_context_set_default);
-PHP_FUNCTION(stream_filter_prepend);
-PHP_FUNCTION(stream_filter_append);
-PHP_FUNCTION(stream_filter_remove);
-PHP_FUNCTION(stream_socket_enable_crypto);
-PHP_FUNCTION(stream_socket_shutdown);
-PHP_FUNCTION(stream_resolve_include_path);
-PHP_FUNCTION(stream_is_local);
-PHP_FUNCTION(stream_supports_lock);
-PHP_FUNCTION(stream_isatty);
-#ifdef PHP_WIN32
-PHP_FUNCTION(sapi_windows_vt100_support);
-#endif
-
-#if HAVE_SOCKETPAIR
-PHP_FUNCTION(stream_socket_pair);
-#endif
index 08a315edbe137fcd0907734aa593f9257ed44754..94684427bba7780950d93efb630378426d2259d9 100644 (file)
@@ -32,7 +32,6 @@
 #endif
 
 #include "php_lcg.h"
-#include "uniqid.h"
 
 #ifdef HAVE_GETTIMEOFDAY
 ZEND_TLS struct timeval prev_tv = { 0, 0 };
diff --git a/ext/standard/uniqid.h b/ext/standard/uniqid.h
deleted file mode 100644 (file)
index ed1472f..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
-   +----------------------------------------------------------------------+
-   | 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: Stig Sæther Bakken <ssb@php.net>                             |
-   +----------------------------------------------------------------------+
- */
-
-#ifndef UNIQID_H
-#define UNIQID_H
-
-#ifdef HAVE_GETTIMEOFDAY
-PHP_FUNCTION(uniqid);
-#endif
-
-#endif /* UNIQID_H */
index d242518a085d57b991f87ad728530a4a4ef00ead..02ebeed2bb9dc46c430a0e467a2076b24a4d91ed 100644 (file)
@@ -37,13 +37,6 @@ PHPAPI zend_string *php_url_encode(char const *s, size_t len);
 PHPAPI zend_string *php_raw_url_encode(char const *s, size_t len);
 PHPAPI char *php_replace_controlchars_ex(char *str, size_t len);
 
-PHP_FUNCTION(parse_url);
-PHP_FUNCTION(urlencode);
-PHP_FUNCTION(urldecode);
-PHP_FUNCTION(rawurlencode);
-PHP_FUNCTION(rawurldecode);
-PHP_FUNCTION(get_headers);
-
 #define PHP_URL_SCHEME 0
 #define PHP_URL_HOST 1
 #define PHP_URL_PORT 2