tony2001                Sun Feb  5 19:22:13 2006 UTC

  Modified files:              
    /php-src/ext/spl    spl_directory.c 
  Log:
  fix #36295 (typo in SplFileObject::flock() parameter name)
  
  
http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_directory.c?r1=1.71&r2=1.72&diff_format=u
Index: php-src/ext/spl/spl_directory.c
diff -u php-src/ext/spl/spl_directory.c:1.71 
php-src/ext/spl/spl_directory.c:1.72
--- php-src/ext/spl/spl_directory.c:1.71        Sun Feb  5 11:43:28 2006
+++ php-src/ext/spl/spl_directory.c     Sun Feb  5 19:22:13 2006
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: spl_directory.c,v 1.71 2006/02/05 11:43:28 helly Exp $ */
+/* $Id: spl_directory.c,v 1.72 2006/02/05 19:22:13 tony2001 Exp $ */
 
 #ifdef HAVE_CONFIG_H
 # include "config.h"
@@ -1895,7 +1895,7 @@
 static
 ZEND_BEGIN_ARG_INFO_EX(arginfo_file_object_flock, 0, 0, 1) 
        ZEND_ARG_INFO(0, operation)
-       ZEND_ARG_INFO(1, wouldblock])
+       ZEND_ARG_INFO(1, wouldblock)
 ZEND_END_ARG_INFO()
 
 static

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

Reply via email to