|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-02-04 12:37 UTC] iliaa@php.net
[2003-02-04 14:32 UTC] charles_fisher at bigfoot dot com
[2003-02-04 14:35 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Dec 03 15:00:01 2025 UTC |
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?