dmitry Mon Jun 25 14:22:49 2007 UTC Modified files: (Branch: PHP_5_2) /php-src configure.in Log: Fixed stat() to support rdev, blocksize and blocks on Fedora 7 http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.579.2.52.2.57&r2=1.579.2.52.2.58&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.579.2.52.2.57 php-src/configure.in:1.579.2.52.2.58 --- php-src/configure.in:1.579.2.52.2.57 Wed May 30 18:48:58 2007 +++ php-src/configure.in Mon Jun 25 14:22:49 2007 @@ -1,4 +1,4 @@ - ## $Id: configure.in,v 1.579.2.52.2.57 2007/05/30 18:48:58 iliaa Exp $ -*- autoconf -*- + ## $Id: configure.in,v 1.579.2.52.2.58 2007/06/25 14:22:49 dmitry Exp $ -*- autoconf -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -373,6 +373,7 @@ sys/resource.h \ sys/select.h \ sys/socket.h \ +sys/stat.h \ sys/statfs.h \ sys/statvfs.h \ sys/vfs.h \
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php