Re[2]: [PHP-DOC] cvs: phpdoc /howto tools.xml

2005-03-02 Thread anatoly techtonik
||*()*|| Hi, Gabor.

  para
   You need the same tools as on Linux. The very basic
   thing is a CVS client. You can find one simple command
 - line client here at the ulink url=url.cvs-win;CVSHome.org/ulink
 - Win32 download pool. We do not recommend GUI tools such
 - as WinCVS, because they can easily screw up the module
 - with files not intended to be there (eg. files with
 - uppercased names). The best is to use one command line
 - client, as this way you are in control.
 + line client here at the ulink url=url.cvs-win;CVSHome.org/ulink.
 + Although you can use GUI tools such as WinCVS or TortoiseCVS,
 + we provided instructions only for command line client in order
 + to keep this HOWTO short and simple.

GH This screw up thing is (was?) actually true, but I don't mind making the 
GH discription simpler...

Well, I created file LETTERS.BIG to test if WinCVS can skip this fact
completely, but it didn't. File was shown in WinCVS panel in all
uppers. I can't think out case when such files can screw up CVS.
Maybe this info is outdated - do you have any examples how to test
that?

 +  to Windows, which are not needed for phpdoc. To install
 +  minimal set of required packages select
 +  literalautoconf/literal and literalmake/literal
 +  along with components, which are selected in setup by 
 +  default. You may also want to add literalcvs/literal
 +  to the installation list if you don't have CVS client yet.
 +  Do not care about dependencies - they will be selected
 +  automatically.

GH Wow, the new versions check for dependencies automatically? That is great.

Me too thinks so. =)
I have a feeling that some sentences can be rephrased, but I can't
see the way. I'm not surprised, though. =)


t
-- 


[PHP-DOC] cvs: phpdoc /en/appendices wrappers.xml

2005-03-02 Thread Jakub Vrana
vrana   Wed Mar  2 03:42:35 2005 EDT

  Modified files:  
/phpdoc/en/appendices   wrappers.xml 
  Log:
  Headers are in wrapper_data (spotted by Ondrej Zizka)
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/wrappers.xml?r1=1.48r2=1.49ty=u
Index: phpdoc/en/appendices/wrappers.xml
diff -u phpdoc/en/appendices/wrappers.xml:1.48 
phpdoc/en/appendices/wrappers.xml:1.49
--- phpdoc/en/appendices/wrappers.xml:1.48  Sun Dec 26 17:36:52 2004
+++ phpdoc/en/appendices/wrappers.xml   Wed Mar  2 03:42:34 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.48 $ --
+!-- $Revision: 1.49 $ --
 appendix id=wrappers
  titleList of Supported Protocols/Wrappers/title
  para
@@ -134,7 +134,8 @@
 
 /* Prior to PHP 4.3.0 use $http_response_header 
instead of stream_get_meta_data() */
-foreach(stream_get_meta_data($fp) as $response) {
+$meta_data = stream_get_meta_data($fp);
+foreach($meta_data['wrapper_data'] as $response) {
 
   /* Were we redirected? */
   if (substr(strtolower($response), 0, 10) == 'location: ') {


[PHP-DOC] Re: A question

2005-03-02 Thread Mohsen Barahmand
Hello
In Iran we dont have a valid IP each time that we connect to Internet
we get a diffrent IP
My current IP IS:83.170.46.227
Is there any web programm that can login and work with php cvs
Please Helop Me
Thanks

On Wed, 2 Mar 2005 10:24:08 + (GMT), Derick Rethans [EMAIL PROTECTED] 
wrote:
 On Wed, 2 Mar 2005, Mohsen Barahmand wrote:

  When I want to connect with both of Anonymous CVS account and my own
  cvs account with some programm like TortoiseCVS I see this error:

 What is your IP address, we might be blocking it for some reason...

 regards,
 Derick

 --
 Derick Rethans
 http://derickrethans.nl | http://ez.no | http://xdebug.org



[PHP-DOC] Re: A question

2005-03-02 Thread Derick Rethans
On Wed, 2 Mar 2005, Mohsen Barahmand wrote:

 In Iran we dont have a valid IP each time that we connect to Internet
 we get a diffrent IP
 My current IP IS:83.170.46.227

It's not blocked.

 Is there any web programm that can login and work with php cvs

No, you need a tool like Tortoise CVS, or a command line client. They
should be working fine unless there is something blocking it on your
side (or your provider's side).

Can you try to login on this CVS:
user: srmread
host: cvs.xdebug.org
passwd: srmread


regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org


[PHP-DOC] Re: A question

2005-03-02 Thread Derick Rethans
On Wed, 2 Mar 2005, Mohsen Barahmand wrote:

 When I want to connect with both of Anonymous CVS account and my own
 cvs account with some programm like TortoiseCVS I see this error:

What is your IP address, we might be blocking it for some reason...

regards,
Derick

-- 
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org


Re: [PHP-DOC] cvs: phpdoc /en/reference/ssh2 installation.xml

2005-03-02 Thread Sean Coates
Sara Golemon wrote:
I agree, I had several dozen users prompting me for installation 
instructions though and rather than hash out a meaningful solution like 
you're alluding to, I just solved the right now problem.

I'm all for working up a Grand Unified Installation document and trimming 
out ssh2's installation.xml when the time comes.

FWIW, the PDO docs also do a lot of duplication. I don't have much time 
to look into this now, but I agree that it would be great to have a 
general install doc, and specific extensions can document their own 
quirks.

(ie, the pear bug and the API conflicts in PDO)
S


[PHP-DOC] Re: A question

2005-03-02 Thread Mohsen Barahmand
Hello
When I want to connect with both of Anonymous CVS account and my own
cvs account with some programm like TortoiseCVS I see this error:

In C:\DOCUME~1\Arash\LOCALS~1\Temp\: C:\Program
Files\TortoiseCVS\cvs.exe -q -Q co -c
CVSROOT=:pserver:[EMAIL PROTECTED]:/repository login

cvs [checkout aborted]: connect to cvs.php.net:2401 failed: A
connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed
because connected host has failed to respond.

Error, CVS operation failed

---
Please Help Me
Thanks

 On Sun, 27 Feb 2005 14:03:26 +0100 (CET), Derick Rethans [EMAIL PROTECTED] 
 wrote:
 
  It should work fine, what are the errors that you get?
 
  regards,
  Derick
 
  --
  Derick Rethans
  http://derickrethans.nl | http://ez.no | http://xdebug.org
 



Re: [PHP-DOC] cvs: phpdoc /en/reference/ssh2 installation.xml

2005-03-02 Thread Gabor Hojtsy
I agree, I had several dozen users prompting me for installation 
instructions though and rather than hash out a meaningful solution 
like you're alluding to, I just solved the right now problem.

I'm all for working up a Grand Unified Installation document and 
trimming out ssh2's installation.xml when the time comes.
FWIW, the PDO docs also do a lot of duplication. I don't have much time 
to look into this now, but I agree that it would be great to have a 
general install doc, and specific extensions can document their own 
quirks.
Yesss!
Goba


Re: [PHP-DOC] cvs: phpdoc /howto tools.xml

2005-03-02 Thread Gabor Hojtsy
GH This screw up thing is (was?) actually true, but I don't mind making the 
GH discription simpler...

Well, I created file LETTERS.BIG to test if WinCVS can skip this fact
completely, but it didn't. File was shown in WinCVS panel in all
uppers. I can't think out case when such files can screw up CVS.
Maybe this info is outdated - do you have any examples how to test
that?
If you create a file with some program, it might show up as lowercase, 
and it might get committed with uppercase. I know I made these mistakes 
back in 2000 or something, while using windows... I don't know what was 
the real problem, maybe Windows software developed some in the years...

Goba


[PHP-DOC] #32164 [NEW]: [DOC] French : Session

2005-03-02 Thread jsgoupil at lookstrike dot com
From: jsgoupil at lookstrike dot com
Operating system: 
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  [DOC] French : Session

Description:

fr/reference/session/reference.xml
$Revision: 1.28 $
http://ca.php.net/session

Vous ne pouvais pas utiliser les références sur des variables de session
car il n'y a aucune manière faisable de restaurer une référence vers une
autre variable.

- Vous ne pouvEZ

De plus, dans livedocs, il y a une erreur : XML: 4:152 Invalid character
Line: 4 is div class=function_linkfunctionsession_decode/function
- Décode les données de session/div

Jean-Sébastien Goupil


-- 
Edit bug report at http://bugs.php.net/?id=32164edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32164r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32164r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32164r=trysnapshot51
Fixed in CVS:http://bugs.php.net/fix.php?id=32164r=fixedcvs
Fixed in release:http://bugs.php.net/fix.php?id=32164r=alreadyfixed
Need backtrace:  http://bugs.php.net/fix.php?id=32164r=needtrace
Need Reproduce Script:   http://bugs.php.net/fix.php?id=32164r=needscript
Try newer version:   http://bugs.php.net/fix.php?id=32164r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=32164r=support
Expected behavior:   http://bugs.php.net/fix.php?id=32164r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=32164r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=32164r=submittedtwice
register_globals:http://bugs.php.net/fix.php?id=32164r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32164r=php3
Daylight Savings:http://bugs.php.net/fix.php?id=32164r=dst
IIS Stability:   http://bugs.php.net/fix.php?id=32164r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=32164r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32164r=float
No Zend Extensions:  http://bugs.php.net/fix.php?id=32164r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32164r=mysqlcfg


[PHP-DOC] cvs: phpdoc /scripts file-entities.php.in

2005-03-02 Thread Nuno Lopes
nlopess Wed Mar  2 13:50:06 2005 EDT

  Modified files:  
/phpdoc/scripts file-entities.php.in 
  Log:
  fix the fix for cygwin.
  Thanks to Richard Quadling for debugging
  
http://cvs.php.net/diff.php/phpdoc/scripts/file-entities.php.in?r1=1.33r2=1.34ty=u
Index: phpdoc/scripts/file-entities.php.in
diff -u phpdoc/scripts/file-entities.php.in:1.33 
phpdoc/scripts/file-entities.php.in:1.34
--- phpdoc/scripts/file-entities.php.in:1.33Tue Mar  1 11:44:36 2005
+++ phpdoc/scripts/file-entities.php.in Wed Mar  2 13:50:06 2005
@@ -17,7 +17,7 @@
   | Gabor Hojtsy [EMAIL PROTECTED]  |
   +--+
   
-  $Id: file-entities.php.in,v 1.33 2005/03/01 16:44:36 nlopess Exp $
+  $Id: file-entities.php.in,v 1.34 2005/03/02 18:50:06 nlopess Exp $
 */
 
 /**
@@ -434,7 +434,7 @@
 if (!eregi('windows', php_uname()))
 return $path;
 
-return preg_replace(array('!^/cygdrive/(\w)/!', '@^/home/.+$@'), 
array('\1:/', dirname(dirname(__FILE__))), $path);
+return preg_replace(array('!^/cygdrive/(\w)/!', '@^/home/.+$@'), 
array('\1:/', strtr(dirname(dirname(__FILE__)), '\\', '/')), $path);
 }
 
 


Re: [PHP-DOC] #31997 [NEW]: Brazilian translation (manual pt_BR) on sprintf

2005-03-02 Thread Golyc
Rodrigos temos uma lista de discussão sobre a traução para português em 
http://br.groups.yahoo.com/group/traducao-php/ envie suas duvidas para 
la, por favor !

We have a translation group of portuguese brazilan at 
http://br.groups.yahoo.com/group/traducao-php/

rodrigomachado86 at yahoo dot com dot br escreveu:
From: rodrigomachado86 at yahoo dot com dot br
Operating system: Any
PHP version:  Irrelevant
PHP Bug Type: Documentation problem
Bug description:  Brazilian translation (manual pt_BR) on sprintf
Description:

There is an error on item 5. The text is duplicated.
Ex.:
x - O argumento é tratado como um inteiro, e mostrado como um número
hexadecimal (com as letras minúsculas). letters).