helly Tue Mar 7 20:22:12 2006 UTC Modified files: /php-src/ext/spl spl_directory.c Log: - WS http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_directory.c?r1=1.80&r2=1.81&diff_format=u Index: php-src/ext/spl/spl_directory.c diff -u php-src/ext/spl/spl_directory.c:1.80 php-src/ext/spl/spl_directory.c:1.81 --- php-src/ext/spl/spl_directory.c:1.80 Mon Mar 6 09:45:25 2006 +++ php-src/ext/spl/spl_directory.c Tue Mar 7 20:22:12 2006 @@ -16,7 +16,7 @@ +----------------------------------------------------------------------+ */ -/* $Id: spl_directory.c,v 1.80 2006/03/06 09:45:25 helly Exp $ */ +/* $Id: spl_directory.c,v 1.81 2006/03/07 20:22:12 helly Exp $ */ #ifdef HAVE_CONFIG_H # include "config.h" @@ -437,8 +437,8 @@ if (!len) { php_set_error_handling(EH_NORMAL, NULL TSRMLS_CC); - zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Directory name must not be empty."); - return; + zend_throw_exception_ex(spl_ce_RuntimeException, 0 TSRMLS_CC, "Directory name must not be empty."); + return; } intern = (spl_filesystem_object*)zend_object_store_get_object(getThis() TSRMLS_CC);
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php