helly           Sun Feb  5 11:43:44 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src/ext/spl    spl_directory.c 
  Log:
  - MFH Fix bug #36287
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_directory.c?r1=1.45.2.17&r2=1.45.2.18&diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.45.2.17 
php-src/ext/spl/spl_directory.c:1.45.2.18
--- php-src/ext/spl/spl_directory.c:1.45.2.17   Thu Feb  2 18:59:11 2006
+++ php-src/ext/spl/spl_directory.c     Sun Feb  5 11:43:44 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_directory.c,v 1.45.2.17 2006/02/02 18:59:11 helly Exp $ */
+/* $Id: spl_directory.c,v 1.45.2.18 2006/02/05 11:43:44 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -1203,6 +1203,7 @@
                        return SUCCESS;
                }
        }
+       ZVAL_NULL(writeobj);
        return FAILURE;
 }
 /* }}} */

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

Reply via email to