[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.27&r2=1.28&diff_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 @@
 
-
+
 
 http://docbook.org/ns/docbook"; 
xml:id="function.parse-ini-file">
  
@@ -139,7 +139,7 @@

   
   
-   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
integers 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.26&r2=1.27&diff_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 @@
 
-
+
 
 http://docbook.org/ns/docbook"; 
xml:id="function.parse-ini-file">
  
@@ -44,7 +44,7 @@
   
   

-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.

   
   
@@ -57,8 +57,7 @@

   
   
-   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.
   
   
Constants 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.22&r2=1.23&diff_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 @@
 
-
+
 
   

@@ -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 |&~![()" must not be used anywhere in
+  Characters {}|&~![()" must not be used anywhere in
   the key and have a special meaning in the value.
  
 


[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.21&r2=1.22&ty=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 @@
 
-
+
 
   

@@ -80,7 +80,7 @@
 animal = BIRD
 
 [second_section]
-path = /usr/local/bin
+path = "/usr/local/bin"
 URL = "http://www.example.com/~username";
 ]]>
   


[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.20&r2=1.21&ty=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 @@
 
-
+
 
   

@@ -51,6 +51,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 |&~![()" must not be used anywhere in
   the key and have a special meaning in the value.
  


[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.19&r2=1.20&ty=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 @@
 
-
+
 
   

@@ -51,6 +51,8 @@
  
   There are reserved words which must not be used as keys for
   ini files.  These include: null, yes, no, true, and false.
+  Characters |&~![()" must not be used anywhere in
+  the key and have a special meaning in the value.
  
 
 


[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.18&r2=1.19&ty=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 @@
 
-
+
 
   

@@ -44,8 +44,7 @@
 
 
  
-  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.
  
 
 


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.17&r2=1.18&ty=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 @@
>  
> -
> +
>  
>
> 
> @@ -43,6 +43,12 @@
>   
>  
>  
> + 
> +  Prior to PHP 5.0 this function can't handle newlines. Only the first
> +  line is parsed.
> + 
> +
> +

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 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.17&r2=1.18&ty=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 @@
 
-
+
 
   

@@ -43,6 +43,12 @@
  
 
 
+ 
+  Prior to PHP 5.0 this function can't handle newlines. Only the first
+  line is parsed.
+ 
+
+
  
   There are reserved words which must not be used as keys for
   ini files.  These include: null, yes, no, true, and false.


[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.16&r2=1.17&ty=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 @@
 
-
+
 
   

@@ -130,6 +130,12 @@
 ]]>
   
  
+
+
+ Keys and section names consisting from numbers are evaluated as PHP
+ integers 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 /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 @@
 
-
+
 
   

@@ -81,7 +81,7 @@
 
  
   parse_ini_file example
-  
+  
 
   
-  
+  
 

[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


 
-
+
 
   

@@ -45,7 +45,7 @@
 
  
   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.
  
 
 


--
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 @@
 
-
+
 
   

@@ -40,6 +40,12 @@
  
   Since PHP 4.2.1 this function is also affected by &safemode;
   and open_basedir.
+ 
+
+
+ 
+  There are reserved words which must not be used as keys for
+  ini files.  These include: yes, no, true, and false.
  
 
 



-- 
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 @@
 
-
+
 
   

@@ -47,12 +47,6 @@
  The structure of the ini file is similar to that of
  the &php.ini;'s.
 
-
- 
-  If the ini file you are trying to parse is malformed, PHP will exit
-  and output a warning that can't be hidden.
- 
-
 
  Constants 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




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 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 @@
 
-
+
 
   

@@ -50,7 +50,7 @@
 
  
   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.
  
 
 



-- 
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 @@
 
-
+
 
   

@@ -49,7 +49,8 @@
 
 
  
-  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.
  
 
 



-- 
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-11-19 Thread Philip Olson
philip  Tue Nov 19 03:50:05 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  ini values are evaluated for constants.  Closes bug #19608
  
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.6 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.7
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.6 Wed Jun  5 
03:15:48 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Nov 19 03:50:05 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -53,8 +53,14 @@
  
 
 
+ Constants may also be parsed
+ in the ini file so if you define a constant as an ini value before
+ running parse_ini_file, it will be integrated into
+ the results.  Only ini values are evaluated.  For example:  
+
+
  
-  Contents of sample.ini
+  Contents of sample.ini
   
 

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

2002-06-04 Thread Gabor Hojtsy

gobaWed Jun  5 03:15:48 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Make the quoting issue a bit more clear, add an example for it.
  
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.5 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.6
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.5 Tue Jun  4 
19:23:13 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Wed Jun  5 03:15:48 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -32,8 +32,8 @@
 
 
  
-  If the value contains any non-alphanumeric characters it needs to be
-  enclosed in double-quotes (").
+  If a value in the ini file contains any non-alphanumeric
+  characters it needs to be enclosed in double-quotes (").
  
 
 
@@ -66,6 +66,7 @@
 
 [second_section]
 path = /usr/local/bin
+URL = "http://www.example.com/~username";
 ]]>
   
  
@@ -100,6 +101,7 @@
 [one] => 1
 [five] => 5
 [path] => /usr/local/bin
+[URL] => http://www.example.com/~username
 )
 Array
 (
@@ -112,6 +114,7 @@
 [second_section] => Array
 (
 [path] => /usr/local/bin
+[URL] => http://www.example.com/~username
 )
 
 )





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

2002-06-04 Thread Edin Kadribasic

edink   Tue Jun  4 19:23:13 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  Fix for #15006.
  
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.4 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.5
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.4 Sat May 11 
16:24:52 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Tue Jun  4 19:23:13 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -28,6 +28,12 @@
   &php.ini; file. It is already processed,
   the time you run your script. This function can be used to
   read in your own application's configuration files.
+ 
+
+
+ 
+  If the value contains any non-alphanumeric characters it needs to be
+  enclosed in double-quotes (").
  
 
 





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

2002-05-11 Thread Markus Fischer

mfischerSat May 11 16:24:52 2002 EDT

  Modified files:  
/phpdoc/en/reference/filesystem/functions   parse-ini-file.xml 
  Log:
  - Update.
  # Go Rasmus go :-)
  
  
Index: phpdoc/en/reference/filesystem/functions/parse-ini-file.xml
diff -u phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.3 
phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.4
--- phpdoc/en/reference/filesystem/functions/parse-ini-file.xml:1.3 Mon Apr 29 
04:09:01 2002
+++ phpdoc/en/reference/filesystem/functions/parse-ini-file.xml Sat May 11 16:24:52 
+2002
@@ -1,5 +1,5 @@
 
-
+
 
   

@@ -29,6 +29,13 @@
   the time you run your script. This function can be used to
   read in your own application's configuration files.
  
+
+
+ 
+  Since PHP 4.2.1 this function is also affected by safe_mode and open_basedir.
+ 
 
 
  The structure of the ini file is similar to that of





[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 @@
 
-
+
 
   

@@ -34,6 +34,11 @@
  The structure of the ini file is similar to that of
  the &php.ini;'s.
 
+
+ 
+  If the ini file you are trying to parse is malformed, PHP will exit.
+ 
+
 
  
   Contents of sample.ini