where can i find support on CVS?

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!

Moderator: General Moderators

Post Reply
vangelis
Forum Newbie
Posts: 23
Joined: Thu Jun 05, 2003 6:35 am

where can i find support on CVS?

Post 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)
User avatar
cactus
Forum Regular
Posts: 343
Joined: Tue Jun 10, 2003 4:16 am
Location: UK

Post 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,
vangelis
Forum Newbie
Posts: 23
Joined: Thu Jun 05, 2003 6:35 am

Post by vangelis »

support on how those functions are used. examples, sample code etc
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post 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
vangelis
Forum Newbie
Posts: 23
Joined: Thu Jun 05, 2003 6:35 am

Post 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
vangelis
Forum Newbie
Posts: 23
Joined: Thu Jun 05, 2003 6:35 am

Post by vangelis »

Does anyone know where i can find PHP5?
User avatar
cactus
Forum Regular
Posts: 343
Joined: Tue Jun 10, 2003 4:16 am
Location: UK

Post by cactus »

You can find the latest "snaps" at:

http://snaps.php.net/

Regards,
vangelis
Forum Newbie
Posts: 23
Joined: Thu Jun 05, 2003 6:35 am

Post by vangelis »

chears cactus!!
Post Reply