|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2016-07-28 16:35 UTC] cmb@php.net
-Status: Open
+Status: Feedback
-Assigned To:
+Assigned To: cmb
[2016-07-28 16:35 UTC] cmb@php.net
[2016-08-07 04:22 UTC] pecl-dev at lists dot php dot net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 14:00:01 2025 UTC |
Description: ------------ PECL package 5.2.6 PHP script (from PDFlib Lite zip file): Failure occurs first from the PDFlib constructor ($p = new PDFlib();) PDF is activated (phpinfo) with PDFlib Gmbh Version 5.0.3 PECL version 2.1.6-dev Revision $Revision: 1.157 $ Reproduce code: --------------- <?php try { $p = new PDFlib(); } catch (PDFlibException $e) { die("PDFlib exception occurred in pdfclock sample:\n" . "[" . $e->get_errnum() . "] " . $e->get_apiname() . ": " . $e->get_errmsg() . "\n"); } catch (Exception $e) { die($e); } ?> Expected result: ---------------- To create PDF documents, using the PHP PDFlib Lite functions. Actual result: -------------- PHP has encountered an Access Violation at 031DF647