rocknbil

msg:4417487 | 4:54 pm on Feb 14, 2012 (gmt 0) |
I'm not sure what it's used for, but am EXTREMELY surprised # is no longer going to be a comment! The fix: modify this script to replace all instances of # with //.
|
lappert2001

msg:4417498 | 5:14 pm on Feb 14, 2012 (gmt 0) |
Thanks, I made the changes, and I'll see in about 30 minutes if it works or not.
|
coopster

msg:4417738 | 3:50 am on Feb 15, 2012 (gmt 0) |
I'm guessing you are attempting to parse an ini file. I use this quite often and in PHP >= 3 ... From the changelog: 5.3.0 Added optional scanner_mode parameter. Single quotes may now be used around variable assignments. Hash marks (#) may no longer be used as comments and will throw a deprecation warning if used. |
| [php.net...]
|
lappert2001

msg:4417764 | 5:59 am on Feb 15, 2012 (gmt 0) |
Thanks, The fix suggested by rocknbil seems to be working. No more warnings.
|
|