stas Wed Nov 7 19:47:38 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src/win32/build config.w32
Log:
add glob wrapper
http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32?r1=1.40.2.8.2.10.2.2&r2=1.40.2.8.2.10.2.3&diff_format=u
Index: php-src/win32/build/config.w32
diff -u php-src/win32/build/config.w32:1.40.2.8.2.10.2.2
php-src/win32/build/config.w32:1.40.2.8.2.10.2.3
--- php-src/win32/build/config.w32:1.40.2.8.2.10.2.2 Fri Oct 5 15:00:09 2007
+++ php-src/win32/build/config.w32 Wed Nov 7 19:47:38 2007
@@ -1,5 +1,5 @@
// vim:ft=javascript
-// $Id: config.w32,v 1.40.2.8.2.10.2.2 2007/10/05 15:00:09 jani Exp $
+// $Id: config.w32,v 1.40.2.8.2.10.2.3 2007/11/07 19:47:38 stas Exp $
// "Master" config file; think of it as a configure.in
// equivalent.
@@ -307,7 +307,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");
+ userspace.c transports.c xp_socket.c mmap.c glob_wrapper.c");
ADD_SOURCES("win32", "crypt_win32.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