[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/posix config.m4 posix.c

2008-09-20 Thread Arnaud Le Blanc
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

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/posix config.m4

2007-03-01 Thread Antony Dovgal
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

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/posix config.m4 posix.c

2006-12-06 Thread Ilia Alshanetsky
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

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/posix config.m4 php_posix.h posix.c

2006-06-19 Thread Jani Taskinen
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_

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/posix config.m4 php_posix.h posix.c

2006-06-18 Thread Ilia Alshanetsky
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