Giter Site home page Giter Site logo

writeinifile's People

Contributors

g105b avatar magicalex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

writeinifile's Issues

Value with quote not escaped

I have a project which stores a third party command. The command is as follows: ./bin/cscript --title="Greg's program" --output=./dist/.

The output of WriteiniFile produces something like this:

[compiler]
name=cscript
command="./bin/cscript --title="Greg's program" --output=./dist/"

I believe that the double quotes should be escaped, as parsing the produced ini file fails with syntax error, unexpected 'G'.

Add the ability to set $process_sections to false

PHP's parse_ini_file function's second argument is $process_sections. By default it is set to false.
I wanted to write a simple .ini file (without sections) but noticed that your package requires that the .ini file has sections so it won't work on simple .ini files.

I'll include a pull request that will let people specify the $process_sections attribute when needed.

empty string converted to 0

If a value is an empty string, it's converted to 0, which is generally not what's wanted.

The encode() method would need to be changed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.