php / php/pecl-database-ibm_db2

Clean up INI handling

Open
#59 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
PHP
Stars
26
Forks
27
PR merge metrics
No merged PRs in 30d

Description

  • Convert 0/1 only options to bools
  • Make integer options have proper constants, use those in documentation
  • Make some options no longer i specific if they work everywhere (i.e. log verbose)
    • Some are i specific but can be useful if connecting from LUW, identify what works in LUW to i
    • Rename when applicable, can we still check for back-compat?
  • Rename some confusing options (i.e. ignore user ID actually runs Db2 server job in-process)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The issue names no files, tests, or entry points. Begin by locating the INI option definitions and their documentation, then inventory the boolean, integer, platform-specific, and confusing options described here. Done means the proposed cleanup is scoped, compatibility implications are checked, and the relevant documentation matches the supported options.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
databases
Issue type
Refactor
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.