[PHP-DEV] libbind required for getmxrr?

2001-02-21 Thread Michael Kunze
Hi all, i'm running into trouble with the latest snap of PHP 4. I'm trying to use getmxrr but my build tells me that this function is not supported. I've browsed through the code and found that these function is not avialable when HAVE_BINDLIB is not defined (funny enough, i only found

[PHP-DEV] Analysis of getdnsrr getmxrr bugs on SuSE linux

2001-02-24 Thread Michael Kunze
Hi all, I'm running a linux box based on the SuSE distribution. Trying to use the getmxrr function in recent snap builds of PHP4, i found out that this function was not supported anymore. Browsing through the code resulted in the observation that both mentioned functions were only avialable if

[PHP-DEV] Bug #12065 Updated: libgd was not built with TrueType font support problem

2001-07-13 Thread Michael Kunze
...i have the same problem here with SuSE linux 7.2., freetype 2.0.3 and gd 1.8.4. I definitely have tested freetype2 support with the gdtestft freetype2 test program provided by gd and it works. Greetings Michael -- PHP Development Mailing List http://www.php.net/ To unsubscribe, e-mail:

[PHP-DEV] Bug #14731: Additional info

2002-02-08 Thread Michael Kunze
Hi all, I'm using an Olympus E-10 DC and can confirm the same problems as others have reported on the list. The exif extension works indeed if the cases TAG_JPEGQUAL and TAG_MACRO are commented out...very funny, as these are Olympus specific cases... It would be really nice if someone would

[PHP-DEV] Gd compile issues with CVS

2002-02-25 Thread Michael Kunze
Hi all, I was bitten by compile failures with latest CVS and filed a bug report (#15697). After investigating the problem, i found that changes in config.m4 were responsible of the problems. from the Changelog: 2002-02-23 Rui Hirokawa [EMAIL PROTECTED] [...] * ext/gd/config.m4:

[PHP-DEV] MySQL 4.0.1 compile problems

2002-03-14 Thread Michael Kunze
Hi all, i tried to compile latest CVS (checked out 1h ago) with MySQL 4.0.1, but I'm getting the error below when linking: ext/mysql/php_mysql.lo: In function `zif_mysql_create_db': ext/mysql/php_mysql.lo(.text+0x16ac): undefined reference to `mysql_create_db' ext/mysql/php_mysql.lo: In

[PHP-DEV] MySQL 4.0.1 support gone?

2002-03-18 Thread Michael Kunze
Hi all, I'm still having trouble to compile latest CVS on Linux with MySQL 4.0.1 (see bug 16139). Has support for MySQL 4.0.1 been withdrawn from CVS? Cheers Michael -- PHP Development Mailing List http://www.php.net/ To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] Problems uploading large files

2002-08-14 Thread Michael Kunze
Hi all, there are some bug reports regarding large file uploads, but here is an observation that might give additional hints for solving the problem: I'm not able to upload files via HTTP POST greater than 102574 KByte (with Mozilla 1.1). This applies no mater what i set max_upload_size,