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

2007-08-20 Thread Jakub Vrana
vrana   Mon Aug 20 14:32:20 2007 UTC

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Keys and sections are evaluated as integers only before PHP 5.2.4 (bug #29306)
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.27r2=1.28diff_format=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.27 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.28
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.27Thu Aug 
 2 13:12:18 2007
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Mon Aug 20 
14:32:19 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.27 $ --
+!-- $Revision: 1.28 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
 refentry xmlns=http://docbook.org/ns/docbook; 
xml:id=function.parse-ini-file
  refnamediv
@@ -139,7 +139,7 @@
/example
   /para
   para
-   Keys and section names consisting from numbers are evaluated as PHP
+   Before PHP 5.2.4, keys and section names consisting from numbers are 
evaluated as PHP
link linkend=language.types.integerintegers/link thus numbers
starting by 0 are evaluated as octals and numbers starting by 0x are
evaluated as hexadecimals.


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

2007-08-02 Thread Hannes Magnusson
bjori   Thu Aug  2 13:12:18 2007 UTC

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Reword/fix (thanks Jani)
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.26r2=1.27diff_format=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.26 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.27
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.26Wed Jun 
20 22:24:28 2007
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Thu Aug  2 
13:12:18 2007
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.26 $ --
+!-- $Revision: 1.27 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
 refentry xmlns=http://docbook.org/ns/docbook; 
xml:id=function.parse-ini-file
  refnamediv
@@ -44,7 +44,7 @@
   /note
   note
para
-As of PHP 5.0.0 this function also handles new lines in values.
+As of PHP 5.0.0 values enclosed in double quotes can contain new lines.
/para
   /note
   note
@@ -57,8 +57,7 @@
/simpara
   /note
   para
-   The structure of the ini file is similar to that of
-   the php.ini;'s.
+   The structure of the ini file is the same as the php.ini;'s.
   /para
   para
link linkend=language.constantsConstants/link may also be parsed


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

2006-01-30 Thread Jakub Vrana
vrana   Mon Jan 30 15:08:14 2006 UTC

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  {} have special meaning too (bug #36149)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.22r2=1.23diff_format=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.22 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.23
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.22Wed Dec 
 7 11:46:40 2005
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Mon Jan 30 
15:08:14 2006
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.22 $ --
+!-- $Revision: 1.23 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -52,7 +52,7 @@
   There are reserved words which must not be used as keys for
   ini files.  These include: null, yes, no, true, and false.
   Values null, no and false results in , yes and true results in 1.
-  Characters literal|amp;~![()/literal must not be used anywhere in
+  Characters literal{}|amp;~![()/literal must not be used anywhere in
   the key and have a special meaning in the value.
  /simpara
 /note


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

2005-12-07 Thread Jakub Vrana
vrana   Wed Dec  7 06:46:45 2005 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Missing quotes (bug #35576)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.21r2=1.22ty=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.21 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.22
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.21Mon Sep 
 5 05:02:28 2005
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Wed Dec  7 
06:46:40 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.21 $ --
+!-- $Revision: 1.22 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -80,7 +80,7 @@
 animal = BIRD
 
 [second_section]
-path = /usr/local/bin
+path = /usr/local/bin
 URL = http://www.example.com/~username;
 ]]
   /programlisting


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

2005-09-05 Thread Jakub Vrana
vrana   Mon Sep  5 05:02:32 2005 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Translation of special values (bug #34354)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.20r2=1.21ty=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.20 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.21
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.20Thu Aug 
 4 08:14:25 2005
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Mon Sep  5 
05:02:28 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.20 $ --
+!-- $Revision: 1.21 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -51,6 +51,7 @@
  simpara
   There are reserved words which must not be used as keys for
   ini files.  These include: null, yes, no, true, and false.
+  Values null, no and false results in , yes and true results in 1.
   Characters literal|amp;~![()/literal must not be used anywhere in
   the key and have a special meaning in the value.
  /simpara


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

2005-08-04 Thread Jakub Vrana
vrana   Thu Aug  4 08:14:31 2005 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Forbidden characters (bug #33981)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.19r2=1.20ty=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.19 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.20
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.19Tue Dec 
28 10:00:09 2004
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Thu Aug  4 
08:14:25 2005
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.19 $ --
+!-- $Revision: 1.20 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -51,6 +51,8 @@
  simpara
   There are reserved words which must not be used as keys for
   ini files.  These include: null, yes, no, true, and false.
+  Characters literal|amp;~![()/literal must not be used anywhere in
+  the key and have a special meaning in the value.
  /simpara
 /note
 para


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

2004-12-28 Thread Mehdi Achour
didou   Tue Dec 28 09:53:14 2004 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  fix #31151: parse_ini_file() can't handle newline with PHP4
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.17r2=1.18ty=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.17 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.18
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.17Tue Jul 
27 05:44:05 2004
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Dec 28 
09:53:14 2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.17 $ --
+!-- $Revision: 1.18 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -43,6 +43,12 @@
  /simpara
 /note
 note
+ para
+  Prior to PHP 5.0 this function can't handle newlines. Only the first
+  line is parsed.
+ /para
+/note
+note
  simpara
   There are reserved words which must not be used as keys for
   ini files.  These include: null, yes, no, true, and false.


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

2004-12-28 Thread Derick Rethans
On Tue, 28 Dec 2004, Mehdi Achour wrote:

 didou Tue Dec 28 09:53:14 2004 EDT

   Modified files:
 /phpdoc/en/reference/filesystem/functions parse-ini-file.xml
   Log:
   fix #31151: parse_ini_file() can't handle newline with PHP4

 http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.17r2=1.18ty=u
 Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
 diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.17 
 phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.18
 --- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.17  Tue Jul 
 27 05:44:05 2004
 +++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml   Tue Dec 
 28 09:53:14 2004
 @@ -1,5 +1,5 @@
  ?xml version=1.0 encoding=iso-8859-1?
 -!-- $Revision: 1.17 $ --
 +!-- $Revision: 1.18 $ --
  !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
refentry id=function.parse-ini-file
 refnamediv
 @@ -43,6 +43,12 @@
   /simpara
  /note
  note
 + para
 +  Prior to PHP 5.0 this function can't handle newlines. Only the first
 +  line is parsed.
 + /para
 +/note
 +note

I would change that to:
As of PHP 5.0 this function also handles new lines in values.
This would make more sense.

Derick


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

2004-12-28 Thread Mehdi Achour
didou   Tue Dec 28 10:00:10 2004 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Reword my bad english, merci Derick
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.18r2=1.19ty=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.18 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.19
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.18Tue Dec 
28 09:53:14 2004
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Dec 28 
10:00:09 2004
@@ -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.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -44,8 +44,7 @@
 /note
 note
  para
-  Prior to PHP 5.0 this function can't handle newlines. Only the first
-  line is parsed.
+  As of PHP 5.0 this function also handles new lines in values.
  /para
 /note
 note


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

2004-07-27 Thread Jakub Vrana
vrana   Tue Jul 27 05:44:05 2004 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Numbers in keys and section names (bug #29306)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/filesystem/functions/parse-ini-file.xml?r1=1.16r2=1.17ty=u
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.16 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.17
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.16Mon Dec 15 
11:49:45 2003
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Jul 27 05:44:05 
2004
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.16 $ --
+!-- $Revision: 1.17 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -130,6 +130,12 @@
 ]]
   /screen
  /example
+/para
+para
+ Keys and section names consisting from numbers are evaluated as PHP
+ link linkend=language.types.integerintegers/link thus numbers
+ starting by 0 are evaluated as octals and numbers starting by 0x are
+ evaluated as hexadecimals.
 /para
/refsect1
   /refentry


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

2003-09-30 Thread Mehdi Achour
didou   Tue Sep 30 04:43:32 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
/phpdoc/en/reference/oci8/functions ocinewdescriptor.xml 
  Log:
  adding role when needed
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.14 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.15
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.14Mon Aug  4 
13:07:19 2003
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Sep 30 04:43:31 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.14 $ --
+!-- $Revision: 1.15 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -81,7 +81,7 @@
 para
  example
   titlefunctionparse_ini_file/function example/title
-  programlisting
+  programlisting role=php
 ![CDATA[
 ?php
 
Index: phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml
diff -u phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.7 
phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.8
--- phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml:1.7 Sat Aug 16 12:59:40 
2003
+++ phpdoc/en/reference/oci8/functions/ocinewdescriptor.xml Tue Sep 30 04:43:32 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 !-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 --
   refentry id=function.ocinewdescriptor
refnamediv
@@ -58,7 +58,7 @@
 ?  
 ]]
   /programlisting
-  programlisting
+  programlisting role=php
 ![CDATA[
 ?php
 /* This script demonstrates file upload to LOB columns


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

2003-08-04 Thread Mehdi Achour
The mail server was down during my last commit, so here's a home-made
commit mail.
Mehdi

User : didou
Modified files : /en/reference/filesystem/functions/parse-ini-file.xml
Log : adding null to reserved words


 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.13 $ --
+!-- $Revision: 1.14 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev
1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -45,7 +45,7 @@
 note
  simpara
   There are reserved words which must not be used as keys for
-  ini files.  These include: yes, no, true, and false.
+  ini files.  These include: null, yes, no, true, and false.
  /simpara
 /note
 para


--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


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

2003-04-01 Thread Andrew Lindeman
alindeman   Tue Apr  1 18:19:32 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  fixing bug #22923
  
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.11 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.12
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.11Mon Feb 10 
22:04:15 2003
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Apr  1 18:19:32 
2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.11 $ --
+!-- $Revision: 1.12 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -40,6 +40,12 @@
  simpara
   Since PHP 4.2.1 this function is also affected by safemode;
   and link linkend=ini.open-basediropen_basedir/link.
+ /simpara
+/note
+note
+ simpara
+  There are reserved words which must not be used as keys for
+  ini files.  These include: yes, no, true, and false.
  /simpara
 /note
 para



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



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

2003-01-09 Thread CHAILLAN Nicolas
nicos   Thu Jan  9 10:24:32 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Fixing #21546, looks okay according to james
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.7 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.8
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.7 Tue Nov 19 
03:50:05 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Thu Jan  9 10:24:32 
+2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.7 $ --
+!-- $Revision: 1.8 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -49,7 +49,8 @@
 /para
 warning
  para
-  If the ini file you are trying to parse is malformed, PHP will exit.
+  If the ini file you are trying to parse is malformed, PHP will exit
+  and return a warning that can't be hidden.
  /para
 /warning
 para



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-01-09 Thread CHAILLAN Nicolas
nicos   Thu Jan  9 10:30:32 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  It will not return an error but output it @Goba
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.8 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.9
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.8 Thu Jan  9 
10:24:32 2003
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Thu Jan  9 10:30:31 
+2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.8 $ --
+!-- $Revision: 1.9 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -50,7 +50,7 @@
 warning
  para
   If the ini file you are trying to parse is malformed, PHP will exit
-  and return a warning that can't be hidden.
+  and output a warning that can't be hidden.
  /para
 /warning
 para



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-01-09 Thread nicos
A fatal warning can be hidden too? so a fatal warning that can't be hidden?

--
Regards.
M.CHAILLAN Nicolas
[EMAIL PROTECTED]
www.WorldAKT.com Hébergement de sites internets.

Philip Olson [EMAIL PROTECTED] a écrit dans le message de news:
[EMAIL PROTECTED]

  -  and return a warning that can't be hidden.
  +  and output a warning that can't be hidden.

 A fatal warning?




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2003-01-09 Thread Derick Rethans
derick  Thu Jan  9 16:27:29 2003 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  - Remove bogus docs, it is not right to document a bug.
  
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.9 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.10
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.9 Thu Jan  9 
10:30:31 2003
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Thu Jan  9 16:27:29 
+2003
@@ -1,5 +1,5 @@
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.9 $ --
+!-- $Revision: 1.10 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
@@ -47,12 +47,6 @@
  The structure of the ini file is similar to that of
  the php.ini;'s.
 /para
-warning
- para
-  If the ini file you are trying to parse is malformed, PHP will exit
-  and output a warning that can't be hidden.
- /para
-/warning
 para
  link linkend=language.constantsConstants/link may also be parsed
  in the ini file so if you define a constant as an ini value before



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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

2002-04-29 Thread Dirkjan Ochtman

manuzhaiMon Apr 29 04:09:03 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Fixed bug 13279.
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.2 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.3
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.2 Wed Apr 17 
02:38:09 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Mon Apr 29 04:09:01 
+2002
 -1,5 +1,5 
 ?xml version=1.0 encoding=iso-8859-1?
-!-- $Revision: 1.2 $ --
+!-- $Revision: 1.3 $ --
 !-- splitted from ./en/functions/filesystem.xml, last change in rev 1.87 --
   refentry id=function.parse-ini-file
refnamediv
 -34,6 +34,11 
  The structure of the ini file is similar to that of
  the php.ini;'s.
 /para
+warning
+ para
+  If the ini file you are trying to parse is malformed, PHP will exit.
+ /para
+/warning
 para
  example
   titleContents of sample.ini/title