History log of /PHP-7.4/Zend/zend_ini_scanner.l (Results 51 – 75 of 133)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9
# 6dff07aa 16-Nov-2012 Pierrick Charron

Fixed bug #63512 parse_ini_file() with INI_SCANNER_RAW removes quotes from value

Restore the old behavior but keep bug 51094 fixed


Revision tags: php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1, php-5.3.17, php-5.4.7, php-5.4.7RC1, php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4
# fed5923d 07-Jun-2012 Pierrick Charron

Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon)

Modify the scanner to check if the first char of the raw data is an opening " in which case w

Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon)

Modify the scanner to check if the first char of the raw data is an opening " in which case we
need to find the closing one. Otherwise just search for the next end of value char [\r\n;\000]

show more ...


Revision tags: php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12, php-5.3.11, php-5.4.1, php-5.3.11RC2, php-5.4.1RC2, php-5.3.11RC1, php-5.4.1RC1, PHP-5.4.1-RC1
# bacd8202 02-Mar-2012 Xinchen Hui

MFH: Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)


Revision tags: php-5.4.0
# c870ebe1 25-Feb-2012 Xinchen Hui

Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)


# 38b549ea 25-Feb-2012 Xinchen Hui

Fixed bug #61087 (Memory leak in parse_ini_file when specifying invalid scanner mode)


Revision tags: php-5.4.0RC8, php-5.3.10, php-5.4.0RC7, php-5.4.0RC6, php-5.3.9, php-5.4.0RC5
# e4ca0ed0 01-Jan-2012 Felipe Pena

- Year++


# 8775a375 01-Jan-2012 Felipe Pena

- Year++


# 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


123456