diff options
author | Andi Gutmans <andi@php.net> | 2000-07-02 15:12:34 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-07-02 15:12:34 +0000 |
commit | b9037f7d691bf1a88d6aaf708d3babb28836c468 (patch) | |
tree | 7c75c6d3f5c9c53b4dfc59f2c63c00e48c66fb40 /ext/standard/php_link.h | |
parent | 0249137148921d463d9c79c89592db914dfbb642 (diff) | |
download | php-git-b9037f7d691bf1a88d6aaf708d3babb28836c468.tar.gz |
- Make PHP compile again under Windows.
- Please be careful when you make such changes.
Diffstat (limited to 'ext/standard/php_link.h')
-rw-r--r-- | ext/standard/php_link.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php_link.h b/ext/standard/php_link.h index 8d6e113ac5..f8189e850f 100644 --- a/ext/standard/php_link.h +++ b/ext/standard/php_link.h @@ -35,7 +35,6 @@ #ifdef HAVE_SYMLINK PHP_FUNCTION(link); -PHP_FUNCTION(unlink); PHP_FUNCTION(readlink); PHP_FUNCTION(linkinfo); PHP_FUNCTION(symlink); |