php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58535 PHP has encountered an Access Violation at 031DF647
Submitted: 2009-02-03 01:32 UTC Modified: 2016-08-07 04:22 UTC
Votes:10
Avg. Score:3.6 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:2 (66.7%)
Same OS:1 (33.3%)
From: slemat at free dot fr Assigned: cmb (profile)
Status: No Feedback Package: pdflib (PECL)
PHP Version: 5.2.5 OS: Windows Vista
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: slemat at free dot fr
New email:
PHP Version: OS:

 

 [2009-02-03 01:32 UTC] slemat at free dot fr
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [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
Does this issue still persist with current versions of PDFlib?
 [2016-08-07 04:22 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 21:01:30 2024 UTC