pajoye Mon, 03 Jan 2011 20:38:21 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=307039
Log:
- useless commented code
Changed paths:
U php/php-src/trunk/ext/gd/gd_ctx.c
Modified: php/php-src/trunk/ext/gd/gd_ctx.c
===================================================================
--- php/php-src/trunk/ext/gd/gd_ctx.c 2011-01-03 19:24:04 UTC (rev 307038)
+++ php/php-src/trunk/ext/gd/gd_ctx.c 2011-01-03 20:38:21 UTC (rev 307039)
@@ -103,7 +103,6 @@
* PHP_GDIMG_TYPE_WBM
* PHP_GDIMG_TYPE_WEBP
* */
- //if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC,
"r|s!ll", &imgind, &file, &file_len, &quality, &basefilter) == FAILURE) {
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "r|z/!ll",
&imgind, &to_zval, &quality, &basefilter) == FAILURE) {
return;
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php