php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #22645 imagegd2 on the php4 branch missed the chunk size and type fix
Submitted: 2003-03-11 20:42 UTC Modified: 2003-03-11 22:08 UTC
From: swbrown at ucsd dot edu Assigned: pajoye (profile)
Status: Closed Package: Documentation problem
PHP Version: 4.3.1 OS: any
Private report: No CVE-ID: None
 [2003-03-11 20:42 UTC] swbrown at ucsd dot edu
The docs for imagegd2 (http://www.php.net/manual/en/function.imagegd2.php) say the chunk size and type params work as of 4.3.1, but the fix seems to have only gone into the php5 branch (ext/gd/gd.c 1.244 is the fix).  Could someone apply 1.244 to the php4 branch?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-11 20:46 UTC] sniper@php.net
The correct version where they will be is 4.3.2.

 [2003-03-11 21:40 UTC] swbrown at ucsd dot edu
Hrm, I think it ate my last comment.  Short version: php4's branch doesn't seem to have it so the fix won't be in 4.3.2.  Here's the backport against php4's CVS branch:

http://www-cse.ucsd.edu/~sbrown/patches/php4-gd.c-1.244-backport-swb.patch

#22646 also needs fixed for imagegd2 to work.  Patch included there too.
 [2003-03-11 22:03 UTC] pajoye@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.

Hello,

The PHP_4_3 branch already contains this fix. Please try a snapshot or get the source with:
cvs co -r PHP_4_3 php4.

Thank's

pierre
 [2003-03-11 22:08 UTC] pajoye@php.net
This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 18:01:30 2024 UTC