summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2000-04-13 19:43:56 +0000
committerAndrei Zmievski <andrei@php.net>2000-04-13 19:43:56 +0000
commit2206a9f7ddea40bd4f9b936053ef51e48c6a0061 (patch)
tree436a9ef1894be917284b87a811e2ad4096aecad7
parenta4016620bfeb8ffccb8f66c90c555dc4a8c4b601 (diff)
downloadphp-git-2206a9f7ddea40bd4f9b936053ef51e48c6a0061.tar.gz
fseek() idea.
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index bea3d318eb..f1a6587b51 100644
--- a/TODO
+++ b/TODO
@@ -79,6 +79,7 @@ ext/standard
* strcase_replace() (Andrei)
* comparing arrays semantically (like Python) (Andrei)
* move socket related functions to fsock.c
+ * add third parameter to fseek() to indicate where to seek from
* NOT binary safe:
strtok()
basename()