Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-ezc-Configuration-1.3.5-9.el7 RPM for noarch

From EPEL 7 for ppc64le / Packages / p

Name: php-ezc-Configuration Distribution: Fedora Project
Version: 1.3.5 Vendor: Fedora Project
Release: 9.el7 Build date: Thu Sep 4 18:46:01 2014
Group: Development/Libraries Build host: buildvm-26.phx2.fedoraproject.org
Size: 1104711 Source RPM: php-ezc-Configuration-1.3.5-9.el7.src.rpm
Packager: Fedora Project
Url: http://ezcomponents.org/
Summary: A component that allows you to use configuration files in different formats
The Configuration component allows you to read settings from configuration
files. Those settings can come from any backend in theory, but currently there
are two reader classes: ezcConfigurationIniReader  for reading plain
configuration files and ezcConfigurationArrayReader for reading parsed
configuration files in the form of a PHP array.

The Configuration component also allows you to modify settings in configuration
files and write those changes back to disk. There are two writer classes:
ezcConfigurationIniWriter for writing plain configuration files and
ezcConfigurationArrayWriter  for writing parsed configuration files in the form
of a PHP array.

Provides

Requires

License

BSD

Changelog

* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Mon Apr 01 2013 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.5-7
  - Fix metadata location, FTBFS #914338
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Aug 19 2012 Remi Collet <remi@fedoraproject.org> - 1.3.5-5
  - move data to doc (not used in the code, really doc)
  - doc in /usr/share/doc/pear
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.5-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Thu Nov 26 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.5-1
  - Update to 1.3.5
* Mon Oct 12 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.4-1
  - Update to 1.3.4
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.3-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Tue May 12 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.3-1
  - Update to 1.3.3
* Sun Feb 08 2009 Guillaume Kulakowski <guillaume DOT kulakowski AT fedoraproject DOT org> - 1.3.2-1
  - Initial packaging

Files

/usr/share/doc/pear/Configuration
/usr/share/doc/pear/Configuration/design
/usr/share/doc/pear/Configuration/design/class_diagram.png
/usr/share/doc/pear/Configuration/design/config_manager.png
/usr/share/doc/pear/Configuration/design/configuration.png
/usr/share/doc/pear/Configuration/design/configuration.xml
/usr/share/doc/pear/Configuration/design/configuration_array.png
/usr/share/doc/pear/Configuration/design/configuration_exceptions.png
/usr/share/doc/pear/Configuration/design/configuration_ini.png
/usr/share/doc/pear/Configuration/design/configuration_validation.png
/usr/share/doc/pear/Configuration/design/design.txt
/usr/share/doc/pear/Configuration/design/requirements.txt
/usr/share/doc/pear/Configuration/docs
/usr/share/doc/pear/Configuration/docs/CREDITS
/usr/share/doc/pear/Configuration/docs/LICENSE
/usr/share/doc/pear/Configuration/docs/examples
/usr/share/doc/pear/Configuration/docs/examples/autoload.php
/usr/share/doc/pear/Configuration/docs/examples/manager.php
/usr/share/doc/pear/Configuration/docs/examples/reading_ini.php
/usr/share/doc/pear/Configuration/docs/examples/reading_ini_cached.php
/usr/share/doc/pear/Configuration/docs/examples/settings.ini
/usr/share/doc/pear/Configuration/docs/examples/settings.php
/usr/share/doc/pear/Configuration/docs/examples/write_ini.php
/usr/share/doc/pear/Configuration/docs/tutorial.txt
/usr/share/doc/pear/Configuration/docs/tutorial_autoload.php
/usr/share/doc/pear/Configuration/docs/tutorial_example_01.php
/usr/share/doc/pear/Configuration/docs/tutorial_example_02.php
/usr/share/doc/pear/Configuration/docs/tutorial_example_03.php
/usr/share/doc/pear/Configuration/docs/tutorial_lazy_initialization.php
/usr/share/pear/ezc/Configuration
/usr/share/pear/ezc/Configuration/array
/usr/share/pear/ezc/Configuration/array/array_reader.php
/usr/share/pear/ezc/Configuration/array/array_writer.php
/usr/share/pear/ezc/Configuration/configuration.php
/usr/share/pear/ezc/Configuration/configuration_autoload.php
/usr/share/pear/ezc/Configuration/configuration_manager.php
/usr/share/pear/ezc/Configuration/exceptions
/usr/share/pear/ezc/Configuration/exceptions/exception.php
/usr/share/pear/ezc/Configuration/exceptions/group_exists_already.php
/usr/share/pear/ezc/Configuration/exceptions/invalid_reader_class.php
/usr/share/pear/ezc/Configuration/exceptions/invalid_suffix.php
/usr/share/pear/ezc/Configuration/exceptions/manager_no_init.php
/usr/share/pear/ezc/Configuration/exceptions/no_config.php
/usr/share/pear/ezc/Configuration/exceptions/no_config_object.php
/usr/share/pear/ezc/Configuration/exceptions/parse_error.php
/usr/share/pear/ezc/Configuration/exceptions/read_failed.php
/usr/share/pear/ezc/Configuration/exceptions/setting_wrong_type.php
/usr/share/pear/ezc/Configuration/exceptions/settingname_not_string.php
/usr/share/pear/ezc/Configuration/exceptions/unknown_config.php
/usr/share/pear/ezc/Configuration/exceptions/unknown_group.php
/usr/share/pear/ezc/Configuration/exceptions/unknown_setting.php
/usr/share/pear/ezc/Configuration/exceptions/write_failed.php
/usr/share/pear/ezc/Configuration/file_reader.php
/usr/share/pear/ezc/Configuration/file_writer.php
/usr/share/pear/ezc/Configuration/ini
/usr/share/pear/ezc/Configuration/ini/ini_parser.php
/usr/share/pear/ezc/Configuration/ini/ini_reader.php
/usr/share/pear/ezc/Configuration/ini/ini_writer.php
/usr/share/pear/ezc/Configuration/interfaces
/usr/share/pear/ezc/Configuration/interfaces/reader.php
/usr/share/pear/ezc/Configuration/interfaces/writer.php
/usr/share/pear/ezc/Configuration/structs
/usr/share/pear/ezc/Configuration/structs/ini_item.php
/usr/share/pear/ezc/Configuration/structs/validation_item.php
/usr/share/pear/ezc/Configuration/validation_result.php
/usr/share/pear/ezc/autoload/configuration_autoload.php
/var/lib/pear/pkgxml/php-ezc-Configuration.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 18 02:57:51 2024