php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22050 lockup in jpgraph
Submitted: 2003-02-04 12:28 UTC Modified: 2003-02-04 14:35 UTC
From: charles_fisher at bigfoot dot com Assigned:
Status: Not a bug Package: GD related
PHP Version: 4.3.0 OS: HP-UX 10.20
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: charles_fisher at bigfoot dot com
New email:
PHP Version: OS:

 

 [2003-02-04 12:28 UTC] charles_fisher at bigfoot dot com
We have had nothing but problems with graphics under the 4.3.0 release on HP-UX 10.20.

The most basic test case that we can find is canvaspiralex1.php from the jpgraph library - this example works fine under 4.1.2, but will either lock up the httpd with  4.3.0 or wait 30 seconds and time out.

I have tried removing freetype and compiling with older libpng libraries to no avail.

Here are my compile directives:

export CFLAGS="-Ae -s -O +Onolimit +DA2.0 -I/usr/local/include"
export LDFLAGS="-L/usr/local/lib -s"
export ECHO="print -r"

        ./configure \
        --with-zlib-dir \
        --with-png-dir \
        --with-gd \
        --enable-gd-native-ttf \
        --with-freetype-dir \
        --with-gettext \
        --with-mcrypt \
        --with-system-regex \
        --without-mysql \
        --with-oracle --with-oci8 \
        --enable-ftp \
        --enable-sockets \
        --enable-dbx \
        --prefix=/pkg/prdcrm/apache/php \
        --with-apache=../apache_1.3.27

What can I do?

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-04 12:37 UTC] iliaa@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. Because of this, we hope you add your comments
to the existing bug instead.

Thank you for your interest in PHP.

This is a known problem, bug #22042.
 [2003-02-04 14:32 UTC] charles_fisher at bigfoot dot com
What are you talking about? 22042 is a postgresql issue on slackware?

This is a GD problem on hp-ux. How exactly are these related?
 [2003-02-04 14:35 UTC] iliaa@php.net
Oops, the correct bug report can be found here:
http://bugs.php.net/bug.php?id=21596
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Dec 03 16:00:01 2025 UTC