Skip to content

PHP 5.6 module ini files are broken #367

Description

@drboone

All of the module ini files for php 5.6 in /opt/local/etc/php.d have invalid syntax. This provokes some syslog errors for the syntax, plus of course the modules don't load.

evita 25 $ pwd
/opt/local/etc/php.d
evita 26 $ cat apcu.ini
;; enable apcu
= 
evita 27 $ cat mysqli.ini
;; enable mysqli
= 

Trivial inspection of one or two suggests these actually come in the module package, but all of the ones I have installed on this machine are the same style.

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions