Re: [PHP-DOC] cvs: phpdoc /en/reference/mail ini.xml reference.xml

2006-02-12 Thread Gabor Hojtsy
Dallas Thunder wrote:
 I've reverted them to origional version.  Sorry for the trouble.
 
 Please let me explain.  I'm translating the mail extensions into
 Chinese, I'm doing it just as I've done hundreds times before.
 I never went to EN tree, however, it commited to EN tree.  I'm very
 positive that I did nothing wrong, and I'll try to figure it out.
 
 Sorry again.  I hope nothing harm made.

You definitely copied the CVS folder with the English files, unless you
would not commit to the EN tree.

Goba


[PHP-DOC] Notes Status, 14442 total

2006-02-12 Thread phpdoc
Following are the top 20 pages of the manual, sorted by the number
of user notes contributed. These sections could use a polish, those
notes represent 8.9% of the 14442 total user notes.

Notes  |  Page
---+-
   86  | http://php.net/manual/en/function.header.php
   85  | http://php.net/manual/en/function.preg-replace.php
   79  | http://php.net/manual/en/ref.xml.php
   73  | http://php.net/manual/en/ref.image.php
   72  | http://php.net/manual/en/ref.session.php
   69  | http://php.net/manual/en/function.mktime.php
   66  | http://php.net/manual/en/reserved.variables.php
   62  | http://php.net/manual/en/function.strtotime.php
   61  | http://php.net/manual/en/function.mssql-connect.php
   61  | http://php.net/manual/en/features.file-upload.php
   61  | http://php.net/manual/en/function.readdir.php
   60  | http://php.net/manual/en/function.fsockopen.php
   60  | http://php.net/manual/en/function.strpos.php
   59  | http://php.net/manual/en/function.str-replace.php
   58  | http://php.net/manual/en/ref.com.php
   57  | http://php.net/manual/en/function.array-search.php
   56  | http://php.net/manual/en/function.date.php
   55  | http://php.net/manual/en/function.serialize.php
   54  | http://php.net/manual/en/ref.exec.php
   54  | http://php.net/manual/en/ref.mail.php


[PHP-DOC] cvs: phpdoc /en/reference/imap/functions imap-alerts.xml imap-errors.xml imap-last-error.xml

2006-02-12 Thread Friedhelm Betz
betzSun Feb 12 18:57:46 2006 UTC

  Modified files:  
/phpdoc/en/reference/imap/functions imap-alerts.xml imap-errors.xml 
imap-last-error.xml 
  Log:
  return values clarified, integrated user notes
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/imap/functions/imap-alerts.xml?r1=1.2r2=1.3diff_format=u
Index: phpdoc/en/reference/imap/functions/imap-alerts.xml
diff -u phpdoc/en/reference/imap/functions/imap-alerts.xml:1.2 
phpdoc/en/reference/imap/functions/imap-alerts.xml:1.3
--- phpdoc/en/reference/imap/functions/imap-alerts.xml:1.2  Wed Apr 17 
06:39:15 2002
+++ phpdoc/en/reference/imap/functions/imap-alerts.xml  Sun Feb 12 18:57:46 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/imap.xml, last change in rev 1.33 --
   refentry id=function.imap-alerts
refnamediv
@@ -19,9 +19,9 @@
 para
  This function returns an array of all of the IMAP alert messages
  generated since the last functionimap_alerts/function call,
- or the beginning of the page. When
- functionimap_alerts/function is called, the alert stack is
- subsequently cleared. The IMAP specification requires that these
+ or the beginning of the page. Returns false; if no alert messages are
+ available.When functionimap_alerts/function is called, the alert
+ stack is subsequently cleared. The IMAP specification requires that these
  messages be passed to the user.
 /para
/refsect1
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/imap/functions/imap-errors.xml?r1=1.4r2=1.5diff_format=u
Index: phpdoc/en/reference/imap/functions/imap-errors.xml
diff -u phpdoc/en/reference/imap/functions/imap-errors.xml:1.4 
phpdoc/en/reference/imap/functions/imap-errors.xml:1.5
--- phpdoc/en/reference/imap/functions/imap-errors.xml:1.4  Fri Aug 20 
09:36:58 2004
+++ phpdoc/en/reference/imap/functions/imap-errors.xml  Sun Feb 12 18:57:46 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/imap.xml, last change in rev 1.33 --
   refentry id=function.imap-errors
refnamediv
@@ -19,9 +19,9 @@
 para
  This function returns an array of all of the IMAP error messages
  generated since the last functionimap_errors/function call,
- or the beginning of the page. When
- functionimap_errors/function is called, the error stack is
- subsequently cleared.  
+ or the beginning of the page. Returns false; if no error messages are
+ available. When functionimap_errors/function is called, the error
+ stack is subsequently cleared.  
 /para
 para
  See also: functionimap_last_error/function.
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/imap/functions/imap-last-error.xml?r1=1.3r2=1.4diff_format=u
Index: phpdoc/en/reference/imap/functions/imap-last-error.xml
diff -u phpdoc/en/reference/imap/functions/imap-last-error.xml:1.3 
phpdoc/en/reference/imap/functions/imap-last-error.xml:1.4
--- phpdoc/en/reference/imap/functions/imap-last-error.xml:1.3  Mon Mar  8 
09:18:41 2004
+++ phpdoc/en/reference/imap/functions/imap-last-error.xml  Sun Feb 12 
18:57:46 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/imap.xml, last change in rev 1.33 --
   refentry id=function.imap-last-error
refnamediv
@@ -20,7 +20,7 @@
  message that occurred on the current page. The error stack is
  untouched; calling functionimap_last_error/function
  subsequently, with no intervening errors, will return the same
- error.
+ error. Returns false; if no error messages are available.
 /para
 para
  See also: functionimap_errors/function.


[PHP-DOC] cvs: phpdoc /en/language control-structures.xml

2006-02-12 Thread Friedhelm Betz
betzSun Feb 12 19:52:23 2006 UTC

  Modified files:  
/phpdoc/en/language control-structures.xml 
  Log:
  link to get_included_files, user note hint
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/language/control-structures.xml?r1=1.130r2=1.131diff_format=u
Index: phpdoc/en/language/control-structures.xml
diff -u phpdoc/en/language/control-structures.xml:1.130 
phpdoc/en/language/control-structures.xml:1.131
--- phpdoc/en/language/control-structures.xml:1.130 Tue Nov 29 21:27:09 2005
+++ phpdoc/en/language/control-structures.xml   Sun Feb 12 19:52:23 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.130 $ --
+!-- $Revision: 1.131 $ --
  chapter id=language.control-structures
   titleControl Structures/title
 
@@ -1274,8 +1274,8 @@
 
simpara
 See also functioninclude/function, functionrequire_once/function,
-functioninclude_once/function, functioneval/function,
-functionfile/function, functionreadfile/function,
+functioninclude_once/function, functionget_included_files/function,
+functioneval/function, functionfile/function, 
functionreadfile/function,
 functionvirtual/function and link 
linkend=ini.include-pathinclude_path/link.
/simpara
   /sect1
@@ -1619,8 +1619,8 @@
 
simpara
 See also functionrequire/function, functionrequire_once/function,
-functioninclude_once/function, functionreadfile/function,
-functionvirtual/function, and
+functioninclude_once/function, functionget_included_files/function,
+functionreadfile/function, functionvirtual/function, and
 link linkend=ini.include-pathinclude_path/link.
/simpara
  /sect1


Re: [PHP-DOC] cvs: phpdoc /en/reference/mail ini.xml reference.xml

2006-02-12 Thread Nuno Lopes

On 12.02.2006 02:43, Dallas Thunder wrote:
I swear I'm working under ZH tree, for some unknown reason, the commit 
was made to EN tree.  Unbelieveable!
Sorry I've removed reference.xml and ini.xml, could you recover it?  Many 
thanks!

Please don't REMOVE anything next time.

Jakub, Nuno, how do you handle such situations?

--
Wbr, Antony Dovgal


I usually ran a 'cvs admin' command :), but it is now disabled.
But I've now checked cvs and somebody fixed the problem ;)

Nuno 


Re: [PHP-DOC] cvs: phpdoc /en/reference/mail ini.xml reference.xml

2006-02-12 Thread Derick Rethans
On Sun, 12 Feb 2006, Nuno Lopes wrote:

  On 12.02.2006 02:43, Dallas Thunder wrote:
   I swear I'm working under ZH tree, for some unknown reason, the commit was
   made to EN tree.  Unbelieveable!
   Sorry I've removed reference.xml and ini.xml, could you recover it?  Many
   thanks!
  Please don't REMOVE anything next time.
 
  Jakub, Nuno, how do you handle such situations?
 
  -- 
  Wbr, Antony Dovgal
 
 I usually ran a 'cvs admin' command :), but it is now disabled.

cvs admin is extremely dangerous. Do not even THINK about using it.

Derick


[PHP-DOC] cvs: phpdoc /en/reference/fdf/functions fdf-get-file.xml fdf-next-field-name.xml fdf-set-file.xml

2006-02-12 Thread Friedhelm Betz
betzSun Feb 12 20:56:42 2006 UTC

  Modified files:  
/phpdoc/en/reference/fdf/functions  fdf-get-file.xml 
fdf-next-field-name.xml 
fdf-set-file.xml 
  Log:
  example correction, user hintmisspelled function name, fdf_enum_fields does 
not exist
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/fdf/functions/fdf-get-file.xml?r1=1.3r2=1.4diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-get-file.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-get-file.xml:1.3 
phpdoc/en/reference/fdf/functions/fdf-get-file.xml:1.4
--- phpdoc/en/reference/fdf/functions/fdf-get-file.xml:1.3  Mon Oct 21 
20:57:18 2002
+++ phpdoc/en/reference/fdf/functions/fdf-get-file.xml  Sun Feb 12 20:56:42 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.3 $ --
+!-- $Revision: 1.4 $ --
 !-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 --
 refentry id=function.fdf-get-file
  refnamediv
@@ -13,7 +13,7 @@

methodparamtyperesource/typeparameterfdf_document/parameter/methodparam
   /methodsynopsis
   para
-   The functionfdf_set_file/function returns the value
+   The functionfdf_get_file/function returns the value
of the /F key.
   /para
   para
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml?r1=1.6r2=1.7diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.6 
phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.7
--- phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml:1.6   Thu Jan 
15 12:42:20 2004
+++ phpdoc/en/reference/fdf/functions/fdf-next-field-name.xml   Sun Feb 12 
20:56:42 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.6 $ --
+!-- $Revision: 1.7 $ --
 !-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 --
 refentry id=function.fdf-next-field-name
  refnamediv
@@ -37,8 +37,7 @@
/example
   /para
   para
-   See also functionfdf_enum_fields/function and
-   functionfdf_get_value/function.
+   See also functionfdf_get_value/function.
   /para  
  /refsect1
 /refentry
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/fdf/functions/fdf-set-file.xml?r1=1.4r2=1.5diff_format=u
Index: phpdoc/en/reference/fdf/functions/fdf-set-file.xml
diff -u phpdoc/en/reference/fdf/functions/fdf-set-file.xml:1.4 
phpdoc/en/reference/fdf/functions/fdf-set-file.xml:1.5
--- phpdoc/en/reference/fdf/functions/fdf-set-file.xml:1.4  Sat Aug 16 
17:06:53 2003
+++ phpdoc/en/reference/fdf/functions/fdf-set-file.xml  Sun Feb 12 20:56:42 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.4 $ --
+!-- $Revision: 1.5 $ --
 !-- splitted from ./en/functions/fdf.xml, last change in rev 1.2 --
 refentry id=function.fdf-set-file
  refnamediv
@@ -37,16 +37,16 @@
   $fdf = fdf_create();
 
   /* set field foo to value bar */
-  $fdf_set_value($fdf, foo, bar);
+  fdf_set_value($fdf, foo, bar);
 
   /* tell client to display FDF data using fdf_form.pdf */
   fdf_set_file($fdf, http://www.example.com/fdf_form.pdf;);
 
   /* output fdf */
-  fdf_save();
+  fdf_save($fdf);
 
   /* clean up */
-  fdf_close();
+  fdf_close($fdf);
 ?
 ]]
/programlisting