iliaa           Thu Nov 30 16:48:04 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/posix  config.m4 
  Log:
  Added missing function checks
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/posix/config.m4?r1=1.12.4.1&r2=1.12.4.2&diff_format=u
Index: php-src/ext/posix/config.m4
diff -u php-src/ext/posix/config.m4:1.12.4.1 
php-src/ext/posix/config.m4:1.12.4.2
--- php-src/ext/posix/config.m4:1.12.4.1        Mon Jun 19 02:19:13 2006
+++ php-src/ext/posix/config.m4 Thu Nov 30 16:48:03 2006
@@ -1,5 +1,5 @@
 dnl
-dnl $Id: config.m4,v 1.12.4.1 2006/06/19 02:19:13 iliaa Exp $
+dnl $Id: config.m4,v 1.12.4.2 2006/11/30 16:48:03 iliaa Exp $
 dnl
 
 PHP_ARG_ENABLE(posix,whether to enable POSIX-like functions,
@@ -11,5 +11,5 @@
 
   AC_CHECK_HEADERS(sys/mkdev.h)
 
-  AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo 
mknod getrlimit getlogin getgroups makedev initgroups)
+  AC_CHECK_FUNCS(seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo 
mknod getrlimit getlogin getgroups makedev initgroups getpwuid_r getgrgid_r)
 fi

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

Reply via email to