[PHP-DOC] cvs: phpdoc /en/reference/filesystem/functions file.xml

2006-11-18 Thread Vincent Briet
poz Sat Nov 18 14:37:53 2006 UTC

  Modified files:  
/phpdoc/en/reference/filesystem/functions   file.xml 
  Log:
  typo
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/file.xml?r1=1.18r2=1.19diff_format=u
Index: phpdoc/en/reference/filesystem/functions/file.xml
diff -u phpdoc/en/reference/filesystem/functions/file.xml:1.18 
phpdoc/en/reference/filesystem/functions/file.xml:1.19
--- phpdoc/en/reference/filesystem/functions/file.xml:1.18  Thu Oct 26 
02:17:14 2006
+++ phpdoc/en/reference/filesystem/functions/file.xml   Sat Nov 18 14:37:53 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.18 $ --
+!-- $Revision: 1.19 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.2 --
   refentry id=function.file
refnamediv
@@ -72,7 +72,7 @@
  functionfopen/function, functionfsockopen/function, 
  functionpopen/function, functionfile_get_contents/function,
  functioninclude/function, and
- functionsteream_context_create/function  
+ functionstream_context_create/function  
 /para
/refsect1
   /refentry


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

2004-06-13 Thread Vincent Briet
poz Sun Jun 13 04:50:07 2004 EDT

  Modified files:  
/phpdoc/en/language operators.xml 
  Log:
  Fix ?xml
  
http://cvs.php.net/diff.php/phpdoc/en/language/operators.xml?r1=1.69r2=1.70ty=u
Index: phpdoc/en/language/operators.xml
diff -u phpdoc/en/language/operators.xml:1.69 phpdoc/en/language/operators.xml:1.70
--- phpdoc/en/language/operators.xml:1.69   Sat Jun 12 22:52:14 2004
+++ phpdoc/en/language/operators.xmlSun Jun 13 04:50:07 2004
@@ -1,5 +1,5 @@
-xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.69 $ --
+?xml version=1.0 encoding=iso-8859-1?
+!-- $Revision: 1.70 $ --
  chapter id=language.operators
   titleOperators/title
   simpara


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

2004-02-12 Thread Vincent Briet
poz Thu Feb 12 07:53:04 2004 EDT

  Modified files:  
/phpdoc/en/language expressions.xml 
  Log:
  Fixing #27223
  # added a link and removed the conflictual sentence
  
http://cvs.php.net/diff.php/phpdoc/en/language/expressions.xml?r1=1.25r2=1.26ty=u
Index: phpdoc/en/language/expressions.xml
diff -u phpdoc/en/language/expressions.xml:1.25 phpdoc/en/language/expressions.xml:1.26
--- phpdoc/en/language/expressions.xml:1.25 Sat Jan 17 16:02:49 2004
+++ phpdoc/en/language/expressions.xml  Thu Feb 12 07:53:04 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.25 $ --
+!-- $Revision: 1.26 $ --
  chapter id=language.expressions
titleExpressions/title
simpara
@@ -39,7 +39,8 @@
/para
simpara
 Assuming you're familiar with the concept of functions (if you're
-not, take a look at the chapter about functions), you'd assume
+not, take a look at the chapter about link
+linkend=functionsfunctions/link), you'd assume
 that typing literal$c = foo()/literal is essentially just like
 writing literal$c = 5/literal, and you're right.  Functions
 are expressions with the value of their return value.  Since foo()
@@ -181,9 +182,7 @@
 /informalexample
/para
simpara
-In the beginning of the chapter we said that we'll be describing
-the various statement types, and as promised, expressions can be
-statements.  However, not every expression is a statement.  In
+Some expressions can be considered as statements. In
 this case, a statement has the form of 'expr' ';' that is, an
 expression followed by a semicolon.  In '$b=$a=5;', $a=5 is a
 valid expression, but it's not a statement by itself.  '$b=$a=5;'


Re: [PHP-DOC] #27223 [Opn-Csd]: Some omissions in Expressions chapter

2004-02-11 Thread Vincent Briet
[EMAIL PROTECTED] wrote:

 ID:  27223
 Updated by:  [EMAIL PROTECTED]
 Reported By: ihave at no dot mail
-Status:  Open
+Status:  Closed
 Bug Type:Documentation problem
 PHP Version: Irrelevant
 New Comment:
It's not closed, but i don't know how to change to open status, sorry :(

--
Vincent


[PHP-DOC] cvs: phpdoc /en/reference/session/functions session-commit.xml

2004-02-04 Thread Vincent Briet
poz Wed Feb  4 05:06:58 2004 EDT

  Modified files:  
/phpdoc/en/reference/session/functions  session-commit.xml 
  Log:
  right refname
  
http://cvs.php.net/diff.php/phpdoc/en/reference/session/functions/session-commit.xml?r1=1.1r2=1.2ty=u
Index: phpdoc/en/reference/session/functions/session-commit.xml
diff -u phpdoc/en/reference/session/functions/session-commit.xml:1.1 
phpdoc/en/reference/session/functions/session-commit.xml:1.2
--- phpdoc/en/reference/session/functions/session-commit.xml:1.1Tue Feb  3 
13:52:15 2004
+++ phpdoc/en/reference/session/functions/session-commit.xmlWed Feb  4 05:06:57 
2004
@@ -1,8 +1,8 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.1 $ --
+!-- $Revision: 1.2 $ --
   refentry id=function.session-commit
refnamediv
-refnamepos/refname
+refnamesession_commit/refname
 refpurposeAlias of functionsession_write_close/function/refpurpose
/refnamediv
refsect1


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

2004-02-03 Thread Vincent Briet
Vlad Krupin wrote:

vlad		Tue Feb  3 14:08:25 2004 EDT

  Modified files:  
/phpdoc/en/reference/pspell	reference.xml 
  Log:
  We've been available for windows since 4.3.2 or so. Time to reflect that in the documentation

it could be useful to specify that this function is available for 
windows since PHP 4.3.2 ?

--
Vincent.