pajoye                                   Tue, 28 Dec 2010 17:20:10 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=306804

Log:
- WS

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/gd/gd_ctx.c
    U   php/php-src/trunk/ext/gd/gd_ctx.c

Modified: php/php-src/branches/PHP_5_3/ext/gd/gd_ctx.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/gd/gd_ctx.c        2010-12-28 16:41:39 UTC 
(rev 306803)
+++ php/php-src/branches/PHP_5_3/ext/gd/gd_ctx.c        2010-12-28 17:20:10 UTC 
(rev 306804)
@@ -76,7 +76,7 @@
                 * PHP_GDIMG_TYPE_WBM */
                if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!ll", 
&imgind, &file, &file_len, &quality, &basefilter) == FAILURE) {
                        return;
-               }
+               }
        }

        ZEND_FETCH_RESOURCE(im, gdImagePtr, &imgind, -1, "Image", 
phpi_get_le_gd());

Modified: php/php-src/trunk/ext/gd/gd_ctx.c
===================================================================
--- php/php-src/trunk/ext/gd/gd_ctx.c   2010-12-28 16:41:39 UTC (rev 306803)
+++ php/php-src/trunk/ext/gd/gd_ctx.c   2010-12-28 17:20:10 UTC (rev 306804)
@@ -78,7 +78,7 @@
                 * */
                if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|s!ll", 
&imgind, &file, &file_len, &quality, &basefilter) == FAILURE) {
                        return;
-               }
+               }
        }

        ZEND_FETCH_RESOURCE(im, gdImagePtr, &imgind, -1, "Image", 
phpi_get_le_gd());

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

Reply via email to