[PHP-CVS] com php-src: gd: fix proto comment: ext/gd/gd.c

2013-04-24 Thread Remi Collet
Commit:7189cc5be85016d41cd4fb65e968d0856bd0aea1
Author:Remi Collet r...@php.net Wed, 24 Apr 2013 14:42:51 +0200
Parents:   eb4065b9e168114bd611cfb3563a9f7760254456
Branches:  PHP-5.5

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=7189cc5be85016d41cd4fb65e968d0856bd0aea1

Log:
gd: fix proto comment

Changed paths:
  M  ext/gd/gd.c


Diff:
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index ea289e7..1888973 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -5360,7 +5360,7 @@ PHP_FUNCTION(imagecropauto)
 /* }}} */
 
 /* {{{ proto resource imagescale(resource im, new_width[, new_height[, 
method]])
-   Crop an image using the given coordinates and size, x, y, width and height. 
*/
+   Scale an image using the given new width and height. */
 PHP_FUNCTION(imagescale)
 {
zval *IM;


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-CVS] com php-src: gd: fix proto comment: ext/gd/gd.c

2013-04-24 Thread Remi Collet
Commit:7264179eef2a17d04a0c86ec5b99f5b889acda12
Author:Remi Collet r...@php.net Wed, 24 Apr 2013 14:42:51 +0200
Parents:   d07b7c2fc03656e708fd8e185f6477ace669839a
Branches:  master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=7264179eef2a17d04a0c86ec5b99f5b889acda12

Log:
gd: fix proto comment

Changed paths:
  M  ext/gd/gd.c


Diff:
diff --git a/ext/gd/gd.c b/ext/gd/gd.c
index b05f32c..a51553a 100644
--- a/ext/gd/gd.c
+++ b/ext/gd/gd.c
@@ -5368,7 +5368,7 @@ PHP_FUNCTION(imagecropauto)
 /* }}} */
 
 /* {{{ proto resource imagescale(resource im, new_width[, new_height[, 
method]])
-   Crop an image using the given coordinates and size, x, y, width and height. 
*/
+   Scale an image using the given new width and height. */
 PHP_FUNCTION(imagescale)
 {
zval *IM;


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php