]> granicus.if.org Git - php/commitdiff
MFH: fix #36295 (typo in SplFileObject::flock() parameter name)
authorAntony Dovgal <tony2001@php.net>
Sun, 5 Feb 2006 19:23:30 +0000 (19:23 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 5 Feb 2006 19:23:30 +0000 (19:23 +0000)
NEWS
ext/spl/spl_directory.c

diff --git a/NEWS b/NEWS
index 9e370a90c0b4bad74f915463784347a8e5556a4b..496b59411905bcf6704249d3e6ffaf4c9687827a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,7 @@ PHP                                                                        NEWS
 - Added imap_savebody() that allows message body to be written to a file. (Mike)
 - Fixed imagecolorallocate() and imagecolorallocatelapha() to return FALSE
   on error. (Pierre)
+- Fixed bug #36295 (typo in SplFileObject::flock() parameter name). (Tony)
 - Fixed bug #36287 (Segfault with SplFileInfo conversion). (Marcus)
 - Fixed bug #36268 (Object destructors called even after fatal errors). (Dmitry)
 - Fixed bug #36258 (SplFileObject::getPath() may lead to segfault). (Tony)
index 8a51c0d7c449677b150130a31182c401bf77ac96..8517cacb6312340e3d3713eb6eda1d042f994212 100755 (executable)
@@ -1899,7 +1899,7 @@ ZEND_END_ARG_INFO()
 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