Grandt/PHPePub - GitHub

PHPePub - PHP Classes for dunamically generating EPub files.

https://github.com/Grandt/PHPePub

Les articles publiés sur le site

  • Step Zip requirement to 1.60

    11 janvier 2014, par Grandt
    Step Zip requirement to 1.60
  • New Zip.php

    11 janvier 2014, par Grandt
    New Zip.php
    
    New Zip.php fixes an issue with file attributes.
  • Merge pull request #19 from Grandt/3.20

    29 décembre 2013, par Grandt
    Merge pull request #19 from Grandt/3.20
    
    * Fixed: Issue #15, where name space declarations were erroneously stripped off the html tag of added chapters.
    * Fixed: An issue, where PNG images exceeding the maximum specified sizes were broken during resizing.
    * Fixed: Issue #16, where ePub 3 multimedia needed to be added to the automatic chapter processing.
    * Fixed: Potential issue related to Issue #16 with loading large files from external sources, where these might result in memory errors. These will now be loaded into a temp file on the server, before being added to the book.
    * Fixed: Issue #17, where a function was called as a global.
  • Resolve Merge issues

    29 décembre 2013, par Grandt
    Resolve Merge issues
  • Merge pull request #17 from methnen/getMimeTypeFromExtension

    29 décembre 2013, par Grandt
    Merge pull request #17 from methnen/getMimeTypeFromExtension
    
    Fixed reference to getMimeTypeFromExtension which was being treated as a globally available function.