Grandt/PHPePub - GitHub
PHPePub - PHP Classes for dunamically generating EPub files.
Les articles publiés sur le site
-
image mime type detection failed.
24 février 2013, par Grandtimage mime type detection failed. Rev. 2.11 - 2013-02-24 * Fixed: image mimetype detection failed if EXIF was not installed on the PHP server.
-
Undefined variable : isFileGetContentsInstalled
23 février 2013, par GrandtUndefined variable: isFileGetContentsInstalled Rev. 2.10 - 2013-02-23 * Fixed: Undefined variable: isFileGetContentsInstalled
-
Updated revision.txt
17 février 2013, par GrandtUpdated revision.txt Need more coffee. I keep forgetting the little things.
-
Isolate and expose the new method to get external
17 février 2013, par GrandtIsolate and expose the new method to get external Added function getFileContents to use the previously added code for more robusylt get external file data. Will now attempt to use curl on external files, then fall back to file_get_content.
-
Fixed issue #9, external file load of images
17 février 2013, par GrandtFixed issue #9, external file load of images Rev. 2.09 - 2013-02-17 * Fixed: Github issue #9 Corrupt ePub file generated when image url's contains extra parameters * Fixed: Unable to load external images on some PHP installations due to restrictions on file_get_contents (PHP_INI: "allow_url_fopen" = false) * Fixed: determining image mime type not working when external files could not be opened (see above restriction)