helly           Sat Mar  3 21:40:24 2007 UTC

  Modified files:              
    /php-src/win32      php5dllts.dsp 
    /php-src/win32/build        config.w32 
  Log:
  - Add glob stream to win build
  
http://cvs.php.net/viewvc.cgi/php-src/win32/php5dllts.dsp?r1=1.9&r2=1.10&diff_format=u
Index: php-src/win32/php5dllts.dsp
diff -u php-src/win32/php5dllts.dsp:1.9 php-src/win32/php5dllts.dsp:1.10
--- php-src/win32/php5dllts.dsp:1.9     Fri Nov 10 09:56:37 2006
+++ php-src/win32/php5dllts.dsp Sat Mar  3 21:40:23 2007
@@ -2176,6 +2176,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\main\streams\php_stream_glob_wrapper.h
+# End Source File
+# Begin Source File
+
 SOURCE=..\main\streams\php_stream_mmap.h
 # End Source File
 # Begin Source File
@@ -2205,6 +2209,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\main\streams\glob_wrapper.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\main\streams\memory.c
 # End Source File
 # Begin Source File
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.62&r2=1.63&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.62 php-src/win32/build/config.w32:1.63
--- php-src/win32/build/config.w32:1.62 Wed Dec 20 10:50:46 2006
+++ php-src/win32/build/config.w32      Sat Mar  3 21:40:23 2007
@@ -1,5 +1,5 @@
 // vim:ft=javascript
-// $Id: config.w32,v 1.62 2006/12/20 10:50:46 dmitry Exp $
+// $Id: config.w32,v 1.63 2007/03/03 21:40:23 helly Exp $
 // "Master" config file; think of it as a configure.in
 // equivalent.
 
@@ -286,7 +286,7 @@
        php_open_temporary_file.c php_logos.c output.c internal_functions.c 
php_sprintf.c");
 
 ADD_SOURCES("main/streams", "streams.c cast.c memory.c filter.c 
plain_wrapper.c \
-       userspace.c transports.c xp_socket.c mmap.c unicode_filter.c");
+       userspace.c transports.c xp_socket.c mmap.c unicode_filter.c 
glob_wrapper.c");
 
 ADD_SOURCES("win32", "crypt_win32.c flock.c glob.c md5crypt.c readdir.c \
        registry.c select.c sendmail.c time.c wfile.c winutil.c wsyslog.c 
globals.c");

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

Reply via email to