pollita Wed Mar 29 01:52:28 2006 UTC Modified files: /php-src configure.in Log: Ooops, missed a file http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.600&r2=1.601&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.600 php-src/configure.in:1.601 --- php-src/configure.in:1.600 Wed Mar 8 14:41:45 2006 +++ php-src/configure.in Wed Mar 29 01:52:28 2006 @@ -1,4 +1,4 @@ - ## $Id: configure.in,v 1.600 2006/03/08 14:41:45 iliaa Exp $ -*- autoconf -*- + ## $Id: configure.in,v 1.601 2006/03/29 01:52:28 pollita Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -1229,7 +1229,8 @@ output.c ) PHP_ADD_SOURCES(main/streams, streams.c cast.c memory.c filter.c \ - plain_wrapper.c userspace.c transports.c xp_socket.c mmap.c) + plain_wrapper.c userspace.c transports.c xp_socket.c mmap.c \ + unicode_filter.c ) PHP_ADD_SOURCES(/main, internal_functions.c,, sapi)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php