Skip to content

Fix show command for PHP >= 7.0.0 - #109

Open
spelcaster wants to merge 1 commit into
psecio:masterfrom
spelcaster:i100
Open

Fix show command for PHP >= 7.0.0#109
spelcaster wants to merge 1 commit into
psecio:masterfrom
spelcaster:i100

Conversation

@spelcaster

Copy link
Copy Markdown
  • Implemented the methods showIni and showSection;
  • The showIni can display data if it's empty, an array or only a value;
  • It's important to note that this code rely on the process_sections
    argument from the parse_ini_file function and this processing is
    somehow weak, because it depends on the existence of the '[SECTION_NAME]'
    and the 'section_name.' is not interpreted as a section;

- Implemented the methods showIni and showSection;
- The showIni can display data if it's empty, an array or only a value;
- It's important to note that this code rely on the process_sections
  argument from the parse_ini_file function and this processing is
  somehow weak, because it depends on the existence of the '[SECTION_NAME]'
  and the 'section_name.' is not interpreted as a section;
@spelcaster

Copy link
Copy Markdown
Author

Fixes #100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant