Re: [PHP-DOC] build process duration time

2002-12-31 Thread Derick Rethans
On Tue, 31 Dec 2002, Slawomir Pucia wrote: I just read in howto that generating manual on a 700MHz box takes about 7m30s. Could someone confirm this? I did a test... $ time make html real28m30.435s ... and that is how it looks on my P4 1.8 Northwood (running debian under vmware

Re: [PHP-DOC] Re: #21212 [Opn-Bgs]: strftime fails when crossingyear

2002-12-31 Thread Derick Rethans
On Mon, 30 Dec 2002, Sara Golemon wrote: Maybe we can add this nice example to the manual? I'm inclined not to clutter up an already busy manual page by spelling this out any simpler than it is already described. The definition of %G already says that alternate prior/subsequent years may

[PHP-DOC] Cybercash no more

2002-12-31 Thread John Coggeshall
I was just looking through the CVS tree: http://cvs.php.net/cvs.php/php4/ext/cybercash And I noticed that the cybercash extension apparently simply doesn't exist anymore. It looks like the service itself has disappeared (actually been baught out) hence, no need for an extension. I don't have

[PHP-DOC] Re: Cybercash no more

2002-12-31 Thread nicos
Totally false, the service exists. The bank is still around and CyberMut of Credit Mutuel is THERE. Actually cybermut is moved to PECL. -- Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. John Coggeshall [EMAIL PROTECTED] a écrit dans le message de

Re: [PHP-DOC] Re: Cybercash no more

2002-12-31 Thread Derick Rethans
On Tue, 31 Dec 2002 [EMAIL PROTECTED] wrote: Totally false, the service exists. The bank is still around and CyberMut of Credit Mutuel is THERE. *sigh* : Cybercash IS NOT Cybermut, and from NEWS we learn: - Removed extensions: (Jan, Jani, Sebastian) . ext/aspell . ext/ccvs .

Re: [PHP-DOC] Re: Cybercash no more

2002-12-31 Thread nicos
*sigh* Sorry I misread. Regards. M.CHAILLAN Nicolas [EMAIL PROTECTED] www.WorldAKT.com Hébergement de sites internets. - Original Message - From: Derick Rethans [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, December 31, 2002 4:07 PM Subject: Re: [PHP-DOC]

Re: [PHP-DOC] CVS module

2002-12-31 Thread Gabor Hojtsy
I'm tired for asking (writing to [EMAIL PROTECTED] ) to create module phpdoc-lt for lithuanian language translation. Maybe someone there can help me? Avtually only [EMAIL PROTECTED] or [EMAIL PROTECTED] can help you. Others have no access to the machines directly... Goba -- PHP

Re: [PHP-DOC] build process duration time

2002-12-31 Thread Derick Rethans
On Tue, 31 Dec 2002, Gabor Hojtsy wrote: and that is how it looks on my P4 1.8 Northwood (running debian under vmware under winxp). Had someone measured his time recently and can give me something to compare to? The build logs have timestamps showing the start and end time... They

Re: [PHP-DOC] Cybercash no more

2002-12-31 Thread James Cox
On Tue, 2002-12-31 at 11:00, John Coggeshall wrote: I was just looking through the CVS tree: http://cvs.php.net/cvs.php/php4/ext/cybercash And I noticed that the cybercash extension apparently simply doesn't exist anymore. It looks like the service itself has disappeared (actually been

Re: [PHP-DOC] build process duration time

2002-12-31 Thread Slawomir Pucia
I just read in howto that generating manual on a 700MHz box takes about 7m30s. Could someone confirm this? I did a test... $ time make html real28m30.435s user27m34.390s sys 0m11.790s The build logs have timestamps showing the start and end time... They are quite scary

Re: [PHP-DOC] Cybercash no more

2002-12-31 Thread Philip Olson
This has been discussed awhile back, the docs need to remain BC just as much as php itself is... the answer is never as simple as rm -r reference/{ext} Regarding PEAR, it's not really the answer either as it's not where removed extensions go. It is where _some_ PECL extensions go though but

Re: [PHP-DOC] Re: #21212 [Opn-Bgs]: strftime fails when crossing year

2002-12-31 Thread Sara Golemon
I'm inclined not to clutter up an already busy manual page by spelling this out any simpler than it is already described. The definition of %G already says that alternate prior/subsequent years may be returned *and* makes reference to the difinition of %V which defines precisely how ISO

Re: [PHP-DOC] build process duration time

2002-12-31 Thread Tularis
Well, you have to admit, when building it yourself, all you build is: - Core - extensions on php.net, they build: - Core - extensions - manuals for every language (22 different, if I'm not mistaking) - phpdoc (I might be wrong here though...) Basicly, what I want to say is, phpweb does *WAY*

[PHP-DOC] cvs: phpdoc /en/reference/datetime/functions strftime.xml

2002-12-31 Thread Sara Golemon
pollita Tue Dec 31 14:18:14 2002 EDT Modified files: /phpdoc/en/reference/datetime/functions strftime.xml Log: Per multiple bug reports of misunderstanding use of %G and %V, added example showing week numbers for 2002/2003 (week forward) and 2004/2005 (week

RE: [PHP-DOC] Re: Cybercash no more

2002-12-31 Thread John Coggeshall
I'm not talking about CyberMut -- I'm talking about Cybercash: From the CVS log when the files were deleted: - remove ext/cybercash - http://www.verisign.com/support/cyberCash/dnsChangeNotification.html - The migration of CyberCash merchants to the VeriSign Payflow service is - scheduled for

RE: [PHP-DOC] Cybercash no more

2002-12-31 Thread Philip Olson
On Tue, 31 Dec 2002, John Coggeshall wrote: Why is BC a concern??? If the service doesn't exist, there isn't anyone who can still be using the service.. Hence, everybody who might have used the extension in the past simply cannot anymore. If you really want to leave a thing in the CyberCash

RE: [PHP-DOC] Cybercash no more

2002-12-31 Thread Philip Olson
Btw, the service still exists: http://www.verisign.com/support/cyberCash/integration.html IMHO the extension should live in PECL but that decision is not mine to make :) Regards, Philip -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DOC] cvs: phpdoc /entities global.ent

2002-12-31 Thread Philip Olson
philip Tue Dec 31 15:54:11 2002 EDT Modified files: /phpdoc/entitiesglobal.ent Log: Here's a nice faq that explains the verisign/cybercash integration process. Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.ent:1.70

[PHP-DOC] cvs: phpdoc /en/reference/cybercash reference.xml

2002-12-31 Thread Philip Olson
philip Tue Dec 31 16:07:30 2002 EDT Modified files: /phpdoc/en/reference/cybercash reference.xml Log: Tell users this was removed in 4.3.0 and some reason why. Also link to the helpful faq on the subject. Index:

RE: [PHP-DOC] Cybercash no more

2002-12-31 Thread John Coggeshall
If the service does indeed exist (the way the CVS read it was nuked for a different service) then I of course agree it shouldn't be nuked :) My question is where did this extension go? Did it end up in PECL or did it get removed entirely?? In any case, perhaps we can update the documentation to

Re: [PHP-DOC] Cybercash no more

2002-12-31 Thread Steph
If the service does indeed exist (the way the CVS read it was nuked for a different service) then I of course agree it shouldn't be nuked :) It's more complicated than that. Basically Verisign are saying 'don't write any new CyberCash sites, kids..' In any case, perhaps we can update the

RE: [PHP-DOC] Cybercash no more

2002-12-31 Thread John Coggeshall
I think your mailserver's maybe lagging :) Heh :) Perhaps. Or maybe I just missed that little sidenote in a previous e-mail :) John -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php