Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix show command for PHP >= 7.0.0 #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

spelcaster
Copy link

  • 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
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.

None yet

1 participant