///// <summary> ///// Gets a list of implemented extensions. ///// </summary> //public override string[] ImplementedExtensions //{ // get { return new string[] { ExtensionName }; } //} //internal const string ExtensionName = "zlib"; /// <summary> /// Called by the Core after the library is loaded. /// </summary> protected override void Loaded(PhpLibraryAttribute assemblyAttribute, LibraryConfigStore configStore) { base.Loaded(assemblyAttribute, configStore); singleton = this; IconvConfiguration.RegisterLegacyOptions(); }