iliaa           Thu Dec 29 21:59:39 2005 EDT

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/gd     gd.c 
  Log:
  Not a fatal error.
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/gd.c?r1=1.312.2.10&r2=1.312.2.11&diff_format=u
Index: php-src/ext/gd/gd.c
diff -u php-src/ext/gd/gd.c:1.312.2.10 php-src/ext/gd/gd.c:1.312.2.11
--- php-src/ext/gd/gd.c:1.312.2.10      Sun Dec 25 20:33:05 2005
+++ php-src/ext/gd/gd.c Thu Dec 29 21:59:39 2005
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: gd.c,v 1.312.2.10 2005/12/25 20:33:05 pajoye Exp $ */
+/* $Id: gd.c,v 1.312.2.11 2005/12/29 21:59:39 iliaa Exp $ */
 
 /* gd 1.2 is copyright 1994, 1995, Quest Protein Database Center,
    Cold Spring Harbor Labs. */
@@ -3402,7 +3402,7 @@
        T1_DeleteAllSizes(*f_ind);
 
        if (Z_DVAL_PP(ext) <= 0) {
-               php_error_docref(NULL TSRMLS_CC, E_ERROR, "Second parameter %f 
out of range (must be > 0)", Z_DVAL_PP(ext));
+               php_error_docref(NULL TSRMLS_CC, E_WARNING, "Second parameter 
%f out of range (must be > 0)", Z_DVAL_PP(ext));
                RETURN_FALSE;
        }
 

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

Reply via email to