Bug #43475 [Asn]: Thick styled lines have scrambled patterns

2010-08-02 Thread lbayuk at pobox dot com
Edit report at http://bugs.php.net/bug.php?id=43475edit=1 ID: 43475 User updated by:lbayuk at pobox dot com Reported by:lbayuk at pobox dot com Summary:Thick styled lines have scrambled patterns Status: Assigned Type: Bug

#48732 [Com]: TTF Bounding box wrong for letters below baseline

2009-07-03 Thread lbayuk at pobox dot com
ID: 48732 Comment by: lbayuk at pobox dot com Reported By: sta at netimage dot dk Status: Open Bug Type: GD related Operating System: FreeBSD 7.1 PHP Version: 5.2.10 New Comment: Duplicated in PHP-5.2.10 and also PHP-5.3.0. The descenders

#43073 [Fbk-Opn]: TrueType bounding box is wrong for angle0

2008-11-02 Thread lbayuk at pobox dot com
ID: 43073 User updated by: lbayuk at pobox dot com Reported By: lbayuk at pobox dot com -Status: Feedback +Status: Open Bug Type: GD related Operating System: Linux -PHP Version: 5.2.4 +PHP Version: 5.2.6 Assigned To: pajoye New

#43475 [Fbk-Opn]: Thick styled lines have scrambled patterns

2008-10-26 Thread lbayuk at pobox dot com
ID: 43475 User updated by: lbayuk at pobox dot com Reported By: lbayuk at pobox dot com -Status: Feedback +Status: Open Bug Type: GD related Operating System: Linux -PHP Version: 5.2.5 +PHP Version: 5.2.6 New Comment: I tried php5.2

#46145 [Opn]: printf %e format should make 2 digit exponent

2008-09-28 Thread lbayuk at pobox dot com
ID: 46145 User updated by: lbayuk at pobox dot com Reported By: lbayuk at pobox dot com Status: Open Bug Type: Strings related Operating System: Linux PHP Version: 5.2.6 New Comment: After taking a look at your patch, approximately

#46145 [NEW]: printf %e format should make 2 digit exponent

2008-09-21 Thread lbayuk at pobox dot com
From: lbayuk at pobox dot com Operating system: Linux PHP version: 5.2.6 PHP Bug Type: Unknown/Other Function Bug description: printf %e format should make 2 digit exponent Description: PHP printf, sprintf, and fprintf with %e scientific notation produce a 1

#43475 [NEW]: Thick styled lines have scrambled patterns

2007-12-01 Thread lbayuk at pobox dot com
From: lbayuk at pobox dot com Operating system: Linux PHP version: 5.2.5 PHP Bug Type: GD related Bug description: Thick styled lines have scrambled patterns Description: Styled lines with thickness greater than 1 are not drawn correctly. The style pattern

#43283 [NEW]: CLI does not define STDOUT/STDERR with stdin script

2007-11-13 Thread lbayuk at pobox dot com
From: lbayuk at pobox dot com Operating system: Linux PHP version: 5.2.5 PHP Bug Type: CGI related Bug description: CLI does not define STDOUT/STDERR with stdin script Description: When using the PHP CLI executable, the script can be named on the command line

#43073 [NEW]: TrueType bounding box is wrong for angle0

2007-10-22 Thread lbayuk at pobox dot com
From: lbayuk at pobox dot com Operating system: Linux PHP version: 5.2.4 PHP Bug Type: GD related Bug description: TrueType bounding box is wrong for angle0 Description: The bounding box returned from imagettfbbox() and imagettftext() is incorrect for anything

#37730 [Com]: ImageTTFText ImageTTFBBox don't give accurate rectangle with angle

2007-09-27 Thread lbayuk at pobox dot com
ID: 37730 Comment by: lbayuk at pobox dot com Reported By: marc dot lazzaro at st dot com Status: No Feedback Bug Type: GD related Operating System: Win XP PHP Version: 5.1.4 Assigned To: pajoye New Comment: I am also finding

#41195 [Opn]: Indexing non-array should raise notice

2007-05-02 Thread lbayuk at pobox dot com
ID: 41195 User updated by: lbayuk at pobox dot com Reported By: lbayuk at pobox dot com Status: Open Bug Type: Feature/Change Request Operating System: Linux PHP Version: 5.2.1 New Comment: OK, so we're back at Feature/Change Request. Except

#41195 [Opn]: Indexing non-array should raise notice

2007-04-30 Thread lbayuk at pobox dot com
ID: 41195 User updated by: lbayuk at pobox dot com Reported By: lbayuk at pobox dot com Status: Open -Bug Type: Feature/Change Request +Bug Type: Arrays related Operating System: Linux PHP Version: 5.2.1 New Comment: Changed category... I

#41195 [NEW]: Indexing non-array should raise notice

2007-04-25 Thread lbayuk at pobox dot com
From: lbayuk at pobox dot com Operating system: Linux PHP version: 5.2.1 PHP Bug Type: Arrays related Bug description: Indexing non-array should raise notice Description: If I index a scalar or NULL variable as if it were an array, I get NULL back