You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The php-pecl-apc RPM has the line "apc.filters" in its default ini file, which is apparently supported. IniFile.entry_generic_nocomment can't parse a line without a separator. I'm a bit stumped trying to fix this, and I think the solution will mean a minor compatibility break.
When spaces are allowed around the separator, it is pretty much impossible (or rather—my brain hasn't been able to process yet) to support both flags and empty values.
The php-pecl-apc RPM has the line "apc.filters" in its default ini file, which is apparently supported. IniFile.entry_generic_nocomment can't parse a line without a separator. I'm a bit stumped trying to fix this, and I think the solution will mean a minor compatibility break.
Test case:
(from https://bugzilla.redhat.com/show_bug.cgi?id=1083019)
The text was updated successfully, but these errors were encountered: