ID: 22050 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: GD related Operating System: HP-UX 10.20 PHP Version: 4.3.0 New Comment:
Oops, the correct bug report can be found here: http://bugs.php.net/bug.php?id=21596 Previous Comments: ------------------------------------------------------------------------ [2003-02-04 14:32:16] [EMAIL PROTECTED] 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 12:37:26] [EMAIL PROTECTED] 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 12:28:44] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=22050&edit=1
