Пакет pear-XML_Serializer: Информация

    Исходный пакет: pear-XML_Serializer
    Версия: 0.21.0-alt1
    Последняя версия по данным Repology
    Собран:  28 июля 2016 г. 15:11 в задании #168097
    Сообщить об ошибке в пакете
    Домашняя страница: http://pear.php.net/package/XML_Serializer

    Лицензия: PHP License
    О пакете: Swiss-army knive for reading and writing XML files. Creates XML files from data structures and vice versa
    Описание: 
    XML_Serializer serializes complex data structures like arrays or object as
    XML documents.
    This class helps you generating any XML document you require without the
    need for DOM.
    Furthermore this package can be used as a replacement to serialize() and
    unserialize() as it comes with a matching XML_Unserializer that is able to
    create PHP data structures (like arrays and objects) from XML documents, if
    type hints are available.
    If you use the XML_Unserializer on standard XML files, it will try to
    guess how it has to be unserialized. In most cases it does exactly what you
    expect it to do.
    Try reading a RSS file with XML_Unserializer and you have the whole RSS
    file in a structured array or even a collection of objects, similar to
    XML_RSS.
    
    Since version 0.8.0 the package is able to treat XML documents similar to
    the simplexml extension of PHP 5.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    pear-XML_Serializer (noarch)

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov

    Права:
    Vitaly Lipatov
    @qa

      1. rpm-build-pear
      2. pear-core

    Последнее изменение


    28 июля 2016 г. Vitaly Lipatov 0.21.0-alt1
    - new version 0.21.0 (with rpmrb script)
    20 июня 2008 г. Vitaly Lipatov 0.18.0-alt2
    - autorebuild for correct requires(pre) (see bug #16086)
    10 января 2008 г. Vitaly Lipatov 0.18.0-alt1
    - initial build for ALT Linux Sisyphus