bjori Wed Mar 25 19:56:00 2009 UTC
Modified files: (Branch: PHP_5_3)
/php-src/main/streams userspace.c
Log:
Add missing proto
http://cvs.php.net/viewvc.cgi/php-src/main/streams/userspace.c?r1=1.31.2.3.2.7.2.8&r2=1.31.2.3.2.7.2.9&diff_format=u
Index: php-src/main/streams/userspace.c
diff -u php-src/main/streams/userspace.c:1.31.2.3.2.7.2.8
php-src/main/streams/userspace.c:1.31.2.3.2.7.2.9
--- php-src/main/streams/userspace.c:1.31.2.3.2.7.2.8 Wed Dec 31 11:15:48 2008
+++ php-src/main/streams/userspace.c Wed Mar 25 19:55:59 2009
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: userspace.c,v 1.31.2.3.2.7.2.8 2008/12/31 11:15:48 sebastian Exp $ */
+/* $Id: userspace.c,v 1.31.2.3.2.7.2.9 2009/03/25 19:55:59 bjori Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -250,6 +250,11 @@
{
reset to start of dir list;
}
+
+ function stream_lock($operation)
+ {
+ return true / false;
+ }
}}} **/
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php