#
4e198252 |
| 01-Jan-2012 |
Felipe Pena |
- Year++
|
Revision tags: php-5.3.9RC4, php-5.4.0RC4, php-5.3.9RC3, php-5.4.0RC3, php-5.3.9RC2, php-5.4.0RC2, php-5.4.0RC1, php-5.3.9RC1, php-5.4.0beta2, php-5.4.0beta1, yaf-2.1.0, php-5.3.8, php-5.3.7, php-5.3.7RC5, php-5.4.0alpha3, php-5.3.7RC4, php-5.3.7RC3, php-5.4.0alpha2, php-5.3.7RC2, php-5.4.0alpha1, php-5.3.7RC1, php-5.3.6, php-5.3.6RC3, php-5.3.6RC2, php-5.3.6RC1, php-5.2.17, php-5.3.5 |
|
#
927bf09c |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
#
0203cc3d |
| 01-Jan-2011 |
Felipe Pena |
- Year++
|
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1, oci8-1.4.3 |
|
#
3ef14fc6 |
| 01-Aug-2010 |
Felipe Pena |
- Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
|
#
05e25f00 |
| 01-Aug-2010 |
Felipe Pena |
- Fixed bug #52508 (newline problem with parse_ini_file+INI_SCANNER_RAW)
|
Revision tags: php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1 |
|
#
00191c3c |
| 26-May-2010 |
Felipe Pena |
- Fixed bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline)
|
#
de531056 |
| 26-May-2010 |
Felipe Pena |
- Fixed bug #51899 (Parse error in parse_ini_file() function when empy value followed by no newline)
|
Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2 |
|
#
7a303b33 |
| 07-Feb-2010 |
Jani Taskinen |
- Fixed bug #50952 (allow underscore _ in constants parsed in php.ini files)
|
Revision tags: php-5.2.13RC1 |
|
#
3defe762 |
| 05-Jan-2010 |
Sebastian Bergmann |
sed -i "s#1998-2009#1998-2010#g" **/*.re **/*.y **/*.l
|
Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4 |
|
#
19d320ea |
| 30-Nov-2009 |
Jani Taskinen |
- Fixed bug #50340 (php.ini parser does not allow spaces in ini keys)
|
Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2, oci8-1.4.0, php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1 |
|
#
6e18b971 |
| 07-Aug-2009 |
Jani Taskinen |
- Fixed bug #48719 parse_ini_*(): scanner mode is not checked for sanity)
|
#
46505193 |
| 07-Aug-2009 |
Jani Taskinen |
- Fixed bug #48660 (parse_ini_*(): dollar sign as last character of value fails)
|
#
d0372048 |
| 04-Aug-2009 |
Jani Taskinen |
- Fixed bug #48768 (parse_ini_*() crash with INI_SCANNER_RAW)
|
#
ea98d7a7 |
| 04-Aug-2009 |
Jani Taskinen |
- Fixed bug #49056 (parse_ini_file() regression in 5.3.0 when using non-ASCII strings as option keys)
|
Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1 |
|
#
c80f0bf7 |
| 19-May-2009 |
Brian Shire |
MFH: Fix bug #47859 parse_ini_file() does not like asterisk (*) in key in the beginning, and allow [*_-] chars at start of ini labels
|
Revision tags: php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1 |
|
#
7f6ff02f |
| 02-Feb-2009 |
Nuno Lopes |
fix bug #46347: allow * in ini keys
|
Revision tags: php-5.3.0beta1 |
|
#
bfcea7ff |
| 02-Jan-2009 |
Felipe Pena |
- MFH: Year++
|
#
db73c5ec |
| 24-Dec-2008 |
Scott MacVicar |
MFH Fix bug #45991 - UTF-8 BOM breaks ini parser
|
Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3 |
|
#
2276e85f |
| 05-Nov-2008 |
Arnaud Le Blanc |
MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) [DOC] new function parse_ini_string() proto array parse_ini_string(string ini_string [, bool proc
MFH: Added parse_ini_string() function (grange at lemonde dot fr, Arnaud) [DOC] new function parse_ini_string() proto array parse_ini_string(string ini_string [, bool process_sections [, int scanner_mode]]) Same as parse_ini_file() except that it takes a string instead of a filename.
show more ...
|
#
b3d0514b |
| 02-Nov-2008 |
Arnaud Le Blanc |
Fixed bug #44575 (parse_ini_file comment # line problems) [DOC] parse_ini_file(): comments starting with # are deprecated in PHP 5.3 (comments starting with ; should be used instead)
|
Revision tags: php-5.2.7RC2, php-5.2.7RC1 |
|
#
193dd31a |
| 11-Sep-2008 |
Stanislav Malyshev |
Fix BC issue with ini scanner. # Now in "": \LETTER is literal, \" is escaped ", value ending with \" is literal
|
#
dee3bb23 |
| 17-Aug-2008 |
Arnaud Le Blanc |
MFH: Allow underscore at start of labels as underscore has no meaning here (fixes #44842)
|
#
1defd7a9 |
| 17-Aug-2008 |
Arnaud Le Blanc |
MFH: Fixed #45384 (parse_ini_file will result in parse error with no trailing newline)
|
#
42eed0b5 |
| 07-Aug-2008 |
Nuno Lopes |
fix crash: yytext can't be modified because it is mmaped(). strndup() will take care of last zero char
|
Revision tags: php-4.4.9, php-5.3.0alpha1, php-4.4.9RC1, BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5 |
|
#
878230cf |
| 07-Apr-2008 |
Scott MacVicar |
Fixed bug #44609 (Dollar in ini variables are not parsed correctly)
|