Page 1 of 1
where can i find support on CVS?
Posted: Fri Jun 20, 2003 1:02 pm
by vangelis
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)
Posted: Fri Jun 20, 2003 1:08 pm
by cactus
What kind of support ?
You can gain access to anonymous CVS from below:
http://uk.php.net/anoncvs.php
http://cvs.php.net/cvs.php?login=1
Regards,
Posted: Fri Jun 20, 2003 1:41 pm
by vangelis
support on how those functions are used. examples, sample code etc
Posted: Fri Jun 20, 2003 3:41 pm
by twigletmac
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?
Mac
Posted: Sat Jun 21, 2003 10:45 am
by vangelis
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
Posted: Sat Jun 21, 2003 10:55 am
by vangelis
Does anyone know where i can find PHP5?
Posted: Sat Jun 21, 2003 11:36 am
by cactus
You can find the latest "snaps" at:
http://snaps.php.net/
Regards,
Posted: Sun Jun 22, 2003 5:19 am
by vangelis
chears cactus!!