helly           Sun Feb  5 11:43:28 2006 UTC

  Modified files:              
    /php-src/ext/spl    spl_directory.c 
  Log:
  - Fix bug #36287
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_directory.c?r1=1.70&r2=1.71&diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.70 
php-src/ext/spl/spl_directory.c:1.71
--- php-src/ext/spl/spl_directory.c:1.70        Thu Feb  2 19:02:05 2006
+++ php-src/ext/spl/spl_directory.c     Sun Feb  5 11:43:28 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_directory.c,v 1.70 2006/02/02 19:02:05 helly Exp $ */
+/* $Id: spl_directory.c,v 1.71 2006/02/05 11:43:28 helly Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -1199,6 +1199,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