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

[BUG]: Non boolean globals do not display in phpinfo() #2312

Closed
niden opened this issue Oct 9, 2021 · 0 comments · Fixed by #2316
Closed

[BUG]: Non boolean globals do not display in phpinfo() #2312

niden opened this issue Oct 9, 2021 · 0 comments · Fixed by #2316
Labels
bug Hacktoberfest See https://hacktoberfest.digitalocean.com/ for participants details
Milestone

Comments

@niden
Copy link
Contributor

niden commented Oct 9, 2021

Related:
#2280
#2308
phalcon/cphalcon#15269

When defining:

    "orm.resultset_prefetch_records": {
      "type": "string",
      "default": "0"
    },

in config.json the application compiles just fine. However the setting is not visible in phpinfo()

php --ri phalcon

Directive => Local Value => Master Value
phalcon.db.escape_identifiers => On => On
phalcon.db.force_casting => Off => Off
phalcon.orm.case_insensitive_column_map => Off => Off
phalcon.orm.cast_last_insert_id_to_int => Off => Off
phalcon.orm.cast_on_hydrate => Off => Off
phalcon.orm.column_renaming => On => On
phalcon.orm.disable_assign_setters => Off => Off
phalcon.orm.enable_implicit_joins => On => On
phalcon.orm.enable_literals => On => On
phalcon.orm.events => On => On
phalcon.orm.exception_on_failed_save => Off => Off
phalcon.orm.exception_on_failed_metadata_save => On => On
phalcon.orm.ignore_unknown_columns => Off => Off
phalcon.orm.late_state_binding => Off => Off
phalcon.orm.not_null_validations => On => On
phalcon.orm.update_snapshot_on_save => On => On
phalcon.orm.virtual_foreign_keys => On => On
phalcon.warning.enable => On => On
@Jeckerson Jeckerson added bug Hacktoberfest See https://hacktoberfest.digitalocean.com/ for participants details labels Oct 9, 2021
Jeckerson added a commit that referenced this issue Oct 24, 2021
@Jeckerson Jeckerson linked a pull request Oct 24, 2021 that will close this issue
3 tasks
Jeckerson added a commit that referenced this issue Oct 24, 2021
@Jeckerson Jeckerson added this to the 0.15.2 milestone Oct 24, 2021
Jeckerson added a commit that referenced this issue Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Hacktoberfest See https://hacktoberfest.digitalocean.com/ for participants details
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants