lbarnaudSat Sep 20 22:13:00 2008 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/posix config.m4 posix.c
Log:
MFH: Fixed #46059 (Compile failure under IRIX 6.5.30 building posix.c)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1
tony2001Thu Mar 1 11:23:54 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/posix config.m4
Log:
MFH: fix #40678 (Cross compilation fails)
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.564&r2=1.2027.2.547.2
iliaa Thu Dec 7 01:41:19 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/posix posix.c config.m4
/php-srcNEWS
Log:
Fixed bug #39754 (Some POSIX extension functions not thread safe).
http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r
On Mon, 19 Jun 2006, Ilia Alshanetsky wrote:
+/* {{{ proto bool initgroups(string name, int base_group_id)
+ Calculate the group access list for the user specified in name. */
+PHP_FUNCTION(posix_initgroups)
+{
+ long basegid;
+ char *name;
+ int name_len;
+
+ if (zend_
iliaa Mon Jun 19 02:19:13 2006 UTC
Modified files: (Branch: PHP_5_2)
/php-srcNEWS
/php-src/ext/posix config.m4 php_posix.h posix.c
Log:
Added posix_initgroups() function.
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.547.2.88&r2=1.2027.2