PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
There are several functions in the PHP manual that do not have a version number and instead write: (no version information, might be only in CVS). where can i get support on those functions? (e.g. php_stream_tell)
If the functions go into a release version then that information will probably be added. I can't seem to find that function in the online docs at all though?
You are right, they are not in the online manual. I came across them in the pdf manual i downloaded from php.net. Download it and have a look for yourself. All functions under chapter 43 are said to be CVS only