[PHP-DOC] #33860 [Opn->Bgs]: php_manual_es.chm

2005-07-28 Thread sean
 ID:   33860
 Updated by:   [EMAIL PROTECTED]
 Reported By:  larryhans at ice dot co dot cr
-Status:   Open
+Status:   Bogus
 Bug Type: Documentation problem
 Operating System: XP PROFESSIONAL
 PHP Version:  Irrelevant
 New Comment:

See http://bugs.php.net/33735

Do NOT re-open this bug.

S



Previous Comments:


[2005-07-28 23:25:41] larryhans at ice dot co dot cr

Still I can't open the file..!

What's irrelevant? The spanish speakers?
r u crazy?



[2005-07-26 09:28:53] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Same as bug #33735.



[2005-07-26 05:41:45] larryhans at ice dot co dot cr

Description:

Hello there, 

If you try to download the file php_manual_es.chm and you run it, you
will unavailable to open in normal conditions.

Because the file look for h:// docs.

Please fix it as soon as possible.

Thank you.

Reproduce code:
---
1.- Download php_manual_es.chm.
2.- Try to open it. Without h:// file contents!

Expected result:

Well, i'm programmer since 97... have the manual from 1 click is a
must. I want to have it.

Actual result:
--
The file are corrupt. Well... not in "good" operation.





-- 
Edit this bug report at http://bugs.php.net/?id=33860&edit=1


[PHP-DOC] #33860 [Bgs->Opn]: php_manual_es.chm

2005-07-28 Thread larryhans at ice dot co dot cr
 ID:   33860
 User updated by:  larryhans at ice dot co dot cr
 Reported By:  larryhans at ice dot co dot cr
-Status:   Bogus
+Status:   Open
 Bug Type: Documentation problem
 Operating System: XP PROFESSIONAL
 PHP Version:  Irrelevant
 New Comment:

Still I can't open the file..!

What's irrelevant? The spanish speakers?
r u crazy?


Previous Comments:


[2005-07-26 09:28:53] [EMAIL PROTECTED]

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Same as bug #33735.



[2005-07-26 05:41:45] larryhans at ice dot co dot cr

Description:

Hello there, 

If you try to download the file php_manual_es.chm and you run it, you
will unavailable to open in normal conditions.

Because the file look for h:// docs.

Please fix it as soon as possible.

Thank you.

Reproduce code:
---
1.- Download php_manual_es.chm.
2.- Try to open it. Without h:// file contents!

Expected result:

Well, i'm programmer since 97... have the manual from 1 click is a
must. I want to have it.

Actual result:
--
The file are corrupt. Well... not in "good" operation.





-- 
Edit this bug report at http://bugs.php.net/?id=33860&edit=1


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

2005-07-28 Thread Dan Scott
dbs Thu Jul 28 15:45:26 2005 EDT

  Modified files:  
/phpdoc/en/reference/sdoreference.xml 
  Log:
  Fix typos and small grammatical thingies.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo/reference.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/sdo/reference.xml
diff -u phpdoc/en/reference/sdo/reference.xml:1.9 
phpdoc/en/reference/sdo/reference.xml:1.10
--- phpdoc/en/reference/sdo/reference.xml:1.9   Thu Jul 28 07:50:27 2005
+++ phpdoc/en/reference/sdo/reference.xml   Thu Jul 28 15:45:25 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  SDO Functions
@@ -78,7 +78,7 @@
 can do so by following steps described below.


-Linux intallation steps
+Linux installation steps
 
  The following instructions describe how to install the 
  SDO extension on Linux. Note, these steps will also install the
@@ -874,8 +874,8 @@
   from the sequence (Note: unset currently
   leaves the values in the data object, but this behaviour is
   likely to change to also remove the data from the data object).
-  Sequence behaves like a contiguous list and therefore removing
-  from the middle results in entries at higher indices being shifted
+  A sequence behaves like a contiguous list; therefore, removing
+  items from the middle will shift entries at higher indices
   down. The following example tests to see if the first sequence
   element is set and unsets it if is.
  
@@ -897,7 +897,7 @@
   
&reftitle.classes;

-SDO consists of two set of interfaces.  The first set covers those
+SDO consists of two sets of interfaces.  The first set covers those
 interfaces for use by SDO client applications.  These are identified by
 the package prefix 'SDO_'.  The second set is those for use by Data
 Access Service implementations and are identified by the package prefix
@@ -930,7 +930,7 @@

 
  
-  getSequnece
+  getSequence
   - get the sequence for the data object
 

@@ -972,11 +972,11 @@
   SDO_Sequence
  
  
-  The interface through which sequenced data objects can be accessed in
-  order to preserve ordering across a data object's properties and 
+  The interface through which sequenced data objects can be accessed
+  to preserve ordering across a data object's properties and 
   to allow unstructured text.  
   SDO_Sequence preserves contiguous indices and therefore inserting 
-  or removing elements may results in other elements shifted up or
+  or removing elements may shift other elements up or
   down. In addition to the methods below, SDO_Sequence extends the
   ArrayAccess, Iterator and Countable interface.
  
@@ -1022,9 +1022,9 @@
  
   The interface through which many-valued properties are manipulated.
   In addition to the method defined below, SDO_List extends ArrayAccess,
-  Iterator and Coutable.  SDO_List preserves contiguous indices and
-  therefore inserting or removing elements may results in other elements
-  shifted up or down.
+  Iterator and Countable.  SDO_List preserves contiguous indices and
+  therefore inserting or removing elements may shift other elements
+  up or down.
  
  
   &reftitle.methods;
@@ -,7 +,7 @@
  
  
   If logging is no longer active
-  then the change summary only hold changes made up to the point when
+  then the change summary only holds changes made up to the point when
   logging was deactivated.  
   Reactivating logging clears the change summary.
   This is useful when a set of changes have been written out by a


[PHP-DOC] cvs: phpdoc /en/docweb main.ent

2005-07-28 Thread Nuno Lopes
nlopess Thu Jul 28 14:10:09 2005 EDT

  Modified files:  
/phpdoc/en/docweb   main.ent 
  Log:
  add link for admin.php
  
http://cvs.php.net/diff.php/phpdoc/en/docweb/main.ent?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/docweb/main.ent
diff -u phpdoc/en/docweb/main.ent:1.18 phpdoc/en/docweb/main.ent:1.19
--- phpdoc/en/docweb/main.ent:1.18  Fri Jun 10 18:26:02 2005
+++ phpdoc/en/docweb/main.ent   Thu Jul 28 14:10:08 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
 
@@ -20,6 +20,7 @@
 
 
 
+
 
 
 http://php.net/license/";>PHP


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

2005-07-28 Thread Nuno Lopes
nlopess Thu Jul 28 07:56:30 2005 EDT

  Modified files:  
/phpdoc/entitiesglobal.ent 
  Log:
  fix apache urls
  
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.234&r2=1.235&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.234 phpdoc/entities/global.ent:1.235
--- phpdoc/entities/global.ent:1.234Tue Jul 19 07:37:35 2005
+++ phpdoc/entities/global.ent  Thu Jul 28 07:56:30 2005
@@ -1,6 +1,6 @@
 

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

2005-07-28 Thread Nuno Lopes
nlopess Thu Jul 28 07:50:30 2005 EDT

  Modified files:  
/phpdoc/en/reference/sdoreference.xml 
  Log:
  fix build
  
http://cvs.php.net/diff.php/phpdoc/en/reference/sdo/reference.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/sdo/reference.xml
diff -u phpdoc/en/reference/sdo/reference.xml:1.8 
phpdoc/en/reference/sdo/reference.xml:1.9
--- phpdoc/en/reference/sdo/reference.xml:1.8   Sun Jul 24 17:50:16 2005
+++ phpdoc/en/reference/sdo/reference.xml   Thu Jul 28 07:50:27 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  SDO Functions
@@ -98,7 +98,7 @@
 
  
   Change to the main extension directory:
-  cd sdo-< version > 
+  cd sdo-< version >
  
 
 


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

2005-07-28 Thread Nuno Lopes
nlopess Thu Jul 28 07:45:41 2005 EDT

  Modified files:  
/phpdoc/en/appendices   extensions.xml 
  Log:
  fix commit
  
http://cvs.php.net/diff.php/phpdoc/en/appendices/extensions.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/appendices/extensions.xml
diff -u phpdoc/en/appendices/extensions.xml:1.1 
phpdoc/en/appendices/extensions.xml:1.2
--- phpdoc/en/appendices/extensions.xml:1.1 Sun Jul 24 16:09:47 2005
+++ phpdoc/en/appendices/extensions.xml Thu Jul 28 07:45:41 2005
@@ -1,5 +1,5 @@
 
-
+
 
 
  Extension Categorization
@@ -85,7 +85,7 @@
  
  
  
- 
+ 
  
 

@@ -101,7 +101,7 @@
  
  
  
- 
+ 
  
  
  
@@ -505,7 +505,7 @@
 
 
 
-
+
 
 
 
@@ -530,7 +530,7 @@
 
 
 
-
+
 
 
 
@@ -591,7 +591,7 @@
 
 
 
-
+
 
 
 


Re: [PHP-DOC] Patch for revcheck.php script

2005-07-28 Thread Yannick Torres
No problem Nuno :)

And thanks to mazzanet :)

I'm happy to see that it works fine :)

Le Jeudi 28 Juillet 2005 13:27, Nuno Lopes a écrit :
> Sorry Yannick, but I went in vacations and obviously without computer or
> internet access. I only came back yesterday.
> Anyway, mazzanet has applied your patch today.
>
> Sorry for the delay,
> Nuno

-- 
Yannick


Re: [PHP-DOC] Patch for revcheck.php script

2005-07-28 Thread Nuno Lopes
Sorry Yannick, but I went in vacations and obviously without computer or 
internet access. I only came back yesterday.

Anyway, mazzanet has applied your patch today.

Sorry for the delay,
Nuno



Nuno ?

How about this patch ?

Le Mardi 5 Juillet 2005 21:12, Yannick Torres a écrit :
> Le Mardi 5 Juillet 2005 21:09, Nuno Lopes a écrit :
> > OK, thanks!
> >
> > This week I'm too busy, but next week I'll review and test it.
> >
> > Thanks,
> > Nuno
>
> Thanks :)

--
Yannick 


Re: [PHP-DOC] Patch for revcheck.php script

2005-07-28 Thread mazzanet

Just tested it here and it works fine, thanks.

I had to modify your www/revcheck.php patch slightly from
+$num = count($missfiles);
to
+$num = count($oldfiles);
for the file count to work properly.


Yannick Torres wrote:

Nuno ?

How about this patch ?

Le Mardi 5 Juillet 2005 21:12, Yannick Torres a écrit :


Le Mardi 5 Juillet 2005 21:09, Nuno Lopes a écrit :


OK, thanks!

This week I'm too busy, but next week I'll review and test it.

Thanks,
Nuno


Thanks :)





Re: [PHP-DOC] Patch for revcheck.php script

2005-07-28 Thread Yannick Torres
Nuno ?

How about this patch ?

Le Mardi 5 Juillet 2005 21:12, Yannick Torres a écrit :
> Le Mardi 5 Juillet 2005 21:09, Nuno Lopes a écrit :
> > OK, thanks!
> >
> > This week I'm too busy, but next week I'll review and test it.
> >
> > Thanks,
> > Nuno
>
> Thanks :)

-- 
Yannick