From: duke at masendav dot com
Operating system: Macos 10.5
PHP version: 5.3.0alpha2
PHP Bug Type: Scripting Engine problem
Bug description: parse_ini_file does not like asterisk (*) in key
Description:
------------
parse_ini_file no longer likes * (asterisk) in configuration keys.
Works just fine in PHP 5.2.5
Reproduce code:
---------------
Ini file with the following content:
[section]
part1.*.part2 = 1
PHP file:
<?php
parse_ini_file('test.ini');
Expected result:
----------------
ini file being parsed without any error messages
Actual result:
--------------
Warning: syntax error, unexpected '*' in test.ini on line 2
in test.php on line 2
--
Edit bug report at http://bugs.php.net/?id=46347&edit=1
--
Try a CVS snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=46347&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=46347&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):
http://bugs.php.net/fix.php?id=46347&r=trysnapshot60
Fixed in CVS: http://bugs.php.net/fix.php?id=46347&r=fixedcvs
Fixed in release:
http://bugs.php.net/fix.php?id=46347&r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=46347&r=needtrace
Need Reproduce Script: http://bugs.php.net/fix.php?id=46347&r=needscript
Try newer version: http://bugs.php.net/fix.php?id=46347&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=46347&r=support
Expected behavior: http://bugs.php.net/fix.php?id=46347&r=notwrong
Not enough info:
http://bugs.php.net/fix.php?id=46347&r=notenoughinfo
Submitted twice:
http://bugs.php.net/fix.php?id=46347&r=submittedtwice
register_globals: http://bugs.php.net/fix.php?id=46347&r=globals
PHP 4 support discontinued: http://bugs.php.net/fix.php?id=46347&r=php4
Daylight Savings: http://bugs.php.net/fix.php?id=46347&r=dst
IIS Stability: http://bugs.php.net/fix.php?id=46347&r=isapi
Install GNU Sed: http://bugs.php.net/fix.php?id=46347&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=46347&r=float
No Zend Extensions: http://bugs.php.net/fix.php?id=46347&r=nozend
MySQL Configuration Error: http://bugs.php.net/fix.php?id=46347&r=mysqlcfg