Re: [PHP] PDFlib problem



Rosen wrote:
Hi,
I have problem with PDFlib on Windows 2000, PHP 5.2.0 and Apache 2.2.3

When I try to execute:

$p = new PDFlib();

in the Apache log I receive:
PDFlib exception (fatal): [1202] PDF_set_parameter: Unknown key 'objorient'
[.....] [notice] Parent: child process exited with status 99 -- Restarting.

And nothing happens - I receive "Problem loading page".

Can someone help?

read this (it might help):

http://pecl.php.net/bugs/bug.php?id=9491&edit=1


basically, if your lucky, all you need to do is update PDFlib to a newer version.


Thanks in advance,
Rosen

.



Relevant Pages

  • Re: PHP5 + fastcgi + apache2.2 ... how to for FreeBSD?
    ... Install your choice of flavor of Apache. ... AddHandler fcgid-script .fcgi .php ... to check PHP is to just execute php -v at a shell prompt. ...
    (freebsd-questions)
  • Re: problems with pdf_new()
    ... > Apache 2.0.52 and PHP 4.3.9. ... > We're using PDFlib 5.0.3. ... > Don't know if it matters, but we "installed" PDFlib on the new server ...
    (comp.lang.php)
  • Re: Unix Permissions: Using groups to isolate users from webserver
    ... >> the only thing matters is its access mode. ... Since every user is able to execute a programm of his choice under apache user ... That's if I execute the server as root right? ... that since usually php executed inside httpd you need to switch to CGI ...
    (Security-Basics)
  • Re: Slackware 8.0, 7.1 Vulnerability: /usr/bin/locate
    ... If apache run by uid nobody, All accounts system will have gain access to ... you installed php as module of apache ... put this script in your public_html directory and access this file from ... This script will execute by php uid nobody. ...
    (Bugtraq)
  • apache and index.php execution
    ... I'm totally unfamiliar with .php but, from what I can work out, the ... php needs to be called to read it and then execute ... I'm guessing there should be a hash-bang or similar so the shell knows ... I've tried to confirm the above by making it executable, apache tries to ...
    (uk.comp.os.linux)