#21464 [Com]: imap_get_quota broken in php4.3.0?
ID: 21464 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback Bug Type: IMAP related Operating System: UnitedLinux 1.0 PHP Version: 4.3.0 New Comment: I run into the same problem. I just compiled php 4.3.0 and I installed IMP 3.1. When IMP executes the command imap_get_quota or imap_get_quotaroot, the PHP processor barks: Fatal error: Call to undefined function: imap_get_quota() in /usr/local/www/ideastar_mail/horde/imp/config/conf.php on line 391 I know IMAP is working, as the rest of IMP is working fine and the other imap commands work fine. Previous Comments: [2003-01-06 10:48:49] [EMAIL PROTECTED] Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Marking as bogus, because the functionality of imap_get_quota was changed a bit to correct for a bug (which basically returned the wrong values). You might want to try a newer IMP, or give a bit more information as to what is broken in the function. [2003-01-06 10:10:10] [EMAIL PROTECTED] just tried to get IMP3.1 running on UnitedLinux1.0 the IMP- configfile contains the "imap_get_quota" - command however, when I disable the Line ("// ...") IMP works fine just without Quotadisplay if i leave the Line active there comes no Output produced from any command after that Line i use php 4.3.0/imap-2000a (without ssl) -- Edit this bug report at http://bugs.php.net/?id=21464&edit=1
#21697 [NEW]: imap_get_quota and imap_get_quotaroot are gone?
From: [EMAIL PROTECTED] Operating system: RH 6.2 PHP version: 4.3.0 PHP Bug Type: IMAP related Bug description: imap_get_quota and imap_get_quotaroot are gone? using IMP 3.1, if I uncomment the section to display user quota, I get: Fatal error: Call to undefined function: imap_get_quota() in /usr/local/www/ideastar_mail/horde/imp/config/conf.php on line 391 I get the same result if I change the function call to imap_get_quotaroot. -- Edit bug report at http://bugs.php.net/?id=21697&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21697&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21697&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21697&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21697&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21697&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=21697&r=support Expected behavior: http://bugs.php.net/fix.php?id=21697&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=21697&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=21697&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21697&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21697&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21697&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21697&r=isapi Install GNU Sed:http://bugs.php.net/fix.php?id=21697&r=gnused
#21712 [NEW]: Using ImageCreateFromJPEG with ImageTTFText causes type to appear jagged
From: [EMAIL PROTECTED] Operating system: RedHat 6.1 PHP version: 4.3.0 PHP Bug Type: GD related Bug description: Using ImageCreateFromJPEG with ImageTTFText causes type to appear jagged The following code creates a new JPEG image. It worked fine under PHP 4.2.3, but since the upgrade to PHP 4.3.0, the type now appears jagged and in some cases with smaller type, unreadable: ImageCreateFromPNG gives me the same results. If replace the ImageCreateFromJPEG() with just an ImageCreate and give it a solid color, it looks fine. It seems to only be affected when I start the image with a template image. -- Edit bug report at http://bugs.php.net/?id=21712&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=21712&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=21712&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=21712&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=21712&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=21712&r=oldversion Not developer issue:http://bugs.php.net/fix.php?id=21712&r=support Expected behavior: http://bugs.php.net/fix.php?id=21712&r=notwrong Not enough info:http://bugs.php.net/fix.php?id=21712&r=notenoughinfo Submitted twice:http://bugs.php.net/fix.php?id=21712&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=21712&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21712&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=21712&r=dst IIS Stability: http://bugs.php.net/fix.php?id=21712&r=isapi Install GNU Sed:http://bugs.php.net/fix.php?id=21712&r=gnused
#21712 [Fbk->Opn]: Using ImageCreateFromJPEG with ImageTTFText causes type to appear jagged
ID: 21712 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: GD related Operating System: RedHat 6.1 PHP Version: 4.3.0 New Comment: I assume the bundled library. Although the unbundled library did exist on this machine before I compiled the new PHP. And it was version 2.0.1. Previous Comments: [2003-01-17 08:48:28] [EMAIL PROTECTED] Are you using bundled or non-bundled GD library? In case of the latter, what version of GD library are you using? [2003-01-17 08:47:03] [EMAIL PROTECTED] The following code creates a new JPEG image. It worked fine under PHP 4.2.3, but since the upgrade to PHP 4.3.0, the type now appears jagged and in some cases with smaller type, unreadable: ImageCreateFromPNG gives me the same results. If replace the ImageCreateFromJPEG() with just an ImageCreate and give it a solid color, it looks fine. It seems to only be affected when I start the image with a template image. -- Edit this bug report at http://bugs.php.net/?id=21712&edit=1
#21712 [Fbk->Opn]: Using ImageCreateFromJPEG with ImageTTFText causes type to appear jagged
ID: 21712 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: GD related Operating System: RedHat 6.1 PHP Version: 4.3.0 New Comment: They are equal. Basically, this code takes a template image, and places some dynamic text on top of it. It's used to make custom header graphics for a site, without the need to create new images in Photoshop, etc. Previous Comments: [2003-01-17 12:39:27] [EMAIL PROTECTED] Are the dimentions of the 'source' image greater, less then or equal to the size of the 'destination' image? [2003-01-17 09:18:20] [EMAIL PROTECTED] I assume the bundled library. Although the unbundled library did exist on this machine before I compiled the new PHP. And it was version 2.0.1. [2003-01-17 08:48:28] [EMAIL PROTECTED] Are you using bundled or non-bundled GD library? In case of the latter, what version of GD library are you using? [2003-01-17 08:47:03] [EMAIL PROTECTED] The following code creates a new JPEG image. It worked fine under PHP 4.2.3, but since the upgrade to PHP 4.3.0, the type now appears jagged and in some cases with smaller type, unreadable: ImageCreateFromPNG gives me the same results. If replace the ImageCreateFromJPEG() with just an ImageCreate and give it a solid color, it looks fine. It seems to only be affected when I start the image with a template image. -- Edit this bug report at http://bugs.php.net/?id=21712&edit=1
#21712 [Fbk->Opn]: Using ImageCreateFromJPEG with ImageTTFText causes type to appear jagged
ID: 21712 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: GD related Operating System: RedHat 6.1 PHP Version: 4.3.0 New Comment: Not sure about which libttf version. I know I have freetype-2.0.9 installed on the machine with the link below. Not sure if that helps. http://tpol.ideastar.com/test.php The code that produces bad results: The code that produces good results (trial and error figured this one out): Previous Comments: [2003-01-17 14:09:01] [EMAIL PROTECTED] I've tried to duplicate the problem you've described using PHP 4.3.0 using bundled GD and PHP 4.2.3 using standard GD. Both produce absolutely identical images with the TTF (arial) font that I've used. What version of freetype library are you using and if possible can you put the 'good' & 'bad' image online for comparison reasons. [2003-01-17 12:59:10] [EMAIL PROTECTED] They are equal. Basically, this code takes a template image, and places some dynamic text on top of it. It's used to make custom header graphics for a site, without the need to create new images in Photoshop, etc. [2003-01-17 12:39:27] [EMAIL PROTECTED] Are the dimentions of the 'source' image greater, less then or equal to the size of the 'destination' image? [2003-01-17 09:18:20] [EMAIL PROTECTED] I assume the bundled library. Although the unbundled library did exist on this machine before I compiled the new PHP. And it was version 2.0.1. [2003-01-17 08:48:28] [EMAIL PROTECTED] Are you using bundled or non-bundled GD library? In case of the latter, what version of GD library are you using? The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/21712 -- Edit this bug report at http://bugs.php.net/?id=21712&edit=1
#21712 [Fbk->Opn]: Using ImageCreateFromJPEG with ImageTTFText causes type to appear jagged
ID: 21712 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Feedback +Status: Open Bug Type: GD related Operating System: RedHat 6.1 PHP Version: 4.3.0 New Comment: It would appear that I might have been using the unbundled version of gd. I went back to my test machine and removed all references to gd in /usr/local and recomipiled. That seemed to do the trick. I did use the latest build as you suggested. I am going to go back and try recompiling my production machine using the same settings but using the release version of 4.3.0. Thanks for your help. Previous Comments: [2003-01-17 15:01:45] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Using the latest snapshot with identical font, source image and test script I've created an image that is not jagged. For reference I am including a URL to the image created using 4.3.1-dev + bundled GD library. http://bb.prohost.org/img.jpg [2003-01-17 14:33:59] [EMAIL PROTECTED] Not sure about which libttf version. I know I have freetype-2.0.9 installed on the machine with the link below. Not sure if that helps. http://tpol.ideastar.com/test.php The code that produces bad results: The code that produces good results (trial and error figured this one out): [2003-01-17 14:09:01] [EMAIL PROTECTED] I've tried to duplicate the problem you've described using PHP 4.3.0 using bundled GD and PHP 4.2.3 using standard GD. Both produce absolutely identical images with the TTF (arial) font that I've used. What version of freetype library are you using and if possible can you put the 'good' & 'bad' image online for comparison reasons. [2003-01-17 12:59:10] [EMAIL PROTECTED] They are equal. Basically, this code takes a template image, and places some dynamic text on top of it. It's used to make custom header graphics for a site, without the need to create new images in Photoshop, etc. [2003-01-17 12:39:27] [EMAIL PROTECTED] Are the dimentions of the 'source' image greater, less then or equal to the size of the 'destination' image? The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/21712 -- Edit this bug report at http://bugs.php.net/?id=21712&edit=1
#21712 [Opn->Bgs]: Using ImageCreateFromJPEG with ImageTTFText causes type to appear jagged
ID: 21712 User updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: GD related Operating System: RedHat 6.1 PHP Version: 4.3.0 New Comment: I recompiled php 4.3.0 again. My mistake was in the configure script. I put --with-gd="/usr/local" rather than just --with-gd by itself. This time, it used the bundled version of gd and the type came out okay. Previous Comments: [2003-01-17 15:44:24] [EMAIL PROTECTED] It would appear that I might have been using the unbundled version of gd. I went back to my test machine and removed all references to gd in /usr/local and recomipiled. That seemed to do the trick. I did use the latest build as you suggested. I am going to go back and try recompiling my production machine using the same settings but using the release version of 4.3.0. Thanks for your help. [2003-01-17 15:01:45] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Using the latest snapshot with identical font, source image and test script I've created an image that is not jagged. For reference I am including a URL to the image created using 4.3.1-dev + bundled GD library. http://bb.prohost.org/img.jpg [2003-01-17 14:33:59] [EMAIL PROTECTED] Not sure about which libttf version. I know I have freetype-2.0.9 installed on the machine with the link below. Not sure if that helps. http://tpol.ideastar.com/test.php The code that produces bad results: The code that produces good results (trial and error figured this one out): [2003-01-17 14:09:01] [EMAIL PROTECTED] I've tried to duplicate the problem you've described using PHP 4.3.0 using bundled GD and PHP 4.2.3 using standard GD. Both produce absolutely identical images with the TTF (arial) font that I've used. What version of freetype library are you using and if possible can you put the 'good' & 'bad' image online for comparison reasons. [2003-01-17 12:59:10] [EMAIL PROTECTED] They are equal. Basically, this code takes a template image, and places some dynamic text on top of it. It's used to make custom header graphics for a site, without the need to create new images in Photoshop, etc. The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/21712 -- Edit this bug report at http://bugs.php.net/?id=21712&edit=1