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)
|
Revision tags: php-5.2.6RC4 |
|
#
bfcdbbcd |
| 04-Apr-2008 |
Nuno Lopes |
add sanity checks for ZEND_MMAP_AHEAD and reduce the value from 32 to 16 (lowest safe value)
|
Revision tags: php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1 |
|
#
0893c3e2 |
| 22-Mar-2008 |
Marcus Boerger |
- Another re2c version bump and scanner regeneration # It appears no one has used re2c in the way we do
|
#
40bdb5df |
| 21-Mar-2008 |
Marcus Boerger |
- Bugfix 44461
|
#
af316021 |
| 16-Mar-2008 |
Marcus Boerger |
- Rewrite scanner to be based on re2c instead of flex The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository versio
- Rewrite scanner to be based on re2c instead of flex The full patch is available as: http://php.net/~helly/php-re2c-5.3-20080316.diff.txt This is against php-re2c repository version 98 An older patch against version 97 is available under: http://php.net/~helly/php-re2c-97-20080316.diff.txt
show more ...
|
Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1 |
|
#
8a70a554 |
| 04-Feb-2008 |
Jani Taskinen |
MFH: - Fixed bugs #43915, #43923 and #44019, a tiny performance issue fixed too
|
Revision tags: php-4.4.8, php-4.4.8RC1, RELEASE_1_2_3, php-5.2.5, php-5.2.5RC2, php-5.2.5RC1, BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2 |
|
#
09b6f37f |
| 28-Sep-2007 |
Jani Taskinen |
MFH: - Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. - Added support for special [PATH=/opt/httpd/www.example.com/] sections in php.ini. All dir
MFH: - Added ".htaccess" style user-defined php.ini files support for CGI/FastCGI. - Added support for special [PATH=/opt/httpd/www.example.com/] sections in php.ini. All directives set in these sections will not be able to be overridden in user-defined ini-files or during runtime in the specified path. - Improved php.ini handling: . Added better error reporting for syntax errors in php.ini files . Allowed "ini-variables" to be used almost everywhere ini php.ini files . Allowed using alphanumeric/variable indexes in "array" ini options . Fixed get_cfg_var() to be able to return "array" ini options - Fixed bug #27372 (parse error loading browscap.ini at apache startup) - Fixed bug #42069 (parse_ini_file() allows using some non-alpha numeric characters)
show more ...
|
Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND |
|
#
c9f6d594 |
| 23-Jul-2007 |
Jani Taskinen |
MFH: - Fixed buf #42071 (ini scanner allows using NULL as option name). MFH: Use Z_* macros to access the zvals.
|
Revision tags: BEFORE_IMPORT_OF_MYSQLND, php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1, php-4.4.6, php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2, php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5 |
|
#
7d14dad0 |
| 19-Sep-2006 |
Dmitry Stogov |
MFH: Fixed mess with CGI/CLI -d command line option (now it works with cgi; constants are working exactly like in php.ini; with FastCGI -d affects all requests).
|
Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1, php-4.4.3, php-5.2.0RC1, php-4.4.3RC2, BEFORE_NEW_OUTPUT_API, php-4.4.3RC1, php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3, php-5.1.3RC2, php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4 |
|
#
b6cb9d3c |
| 17-Jan-2006 |
Ilia Alshanetsky |
Fixed bug #36046 (parse_ini_file() miscounts lines in multi-line values).
|
Revision tags: php-4.4.2, php-5.1.2RC2, php-4.4.2RC2 |
|
#
61e93ccf |
| 04-Jan-2006 |
Andi Gutmans |
- Update copyright notices to 2006
|