From:             [EMAIL PROTECTED]
Operating system: HP-UX 10.20
PHP version:      4.3.0
PHP Bug Type:     GD related
Bug description:  lockup in jpgraph

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?
-- 
Edit bug report at http://bugs.php.net/?id=22050&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22050&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22050&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22050&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22050&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22050&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22050&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22050&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22050&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22050&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22050&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22050&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22050&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22050&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22050&r=gnused

Reply via email to