diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-12-02 21:29:06 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-12-02 21:29:06 +0000 |
commit | e7f1bbf0f2f45efc03e03fc7972a4e4375e97721 (patch) | |
tree | e2c4252cf3903eefa7994746ffc59fba140abae1 | |
parent | de79a4e9d85826fe416a72dcb9e068a574c04a22 (diff) | |
download | php-git-e7f1bbf0f2f45efc03e03fc7972a4e4375e97721.tar.gz |
Iconv extension is no longer experimental
-rw-r--r-- | ext/iconv/EXPERIMENTAL | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ext/iconv/EXPERIMENTAL b/ext/iconv/EXPERIMENTAL deleted file mode 100644 index 6443e99646..0000000000 --- a/ext/iconv/EXPERIMENTAL +++ /dev/null @@ -1,5 +0,0 @@ -this extension is experimental, -its functions may change their names -or move to extension all together -so do not rely to much on them -you have been warned! |