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

2009-01-04 Thread Antony Dovgal
tony2001Sun Jan 4 15:08:34 2009 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: MFH: Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname.domainname (c) felipe, Sun Jun 22 21:45:42 2008 UTC http://cvs.ph

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

2008-08-20 Thread Rasmus Lerdorf
rasmus Wed Aug 20 20:04:52 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: Fix OSX build problem in this branch as well http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.70.2.3.2.18&r2=1.70.2.3.2.19&diff_format=u Index:

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

2008-04-11 Thread Antony Dovgal
tony2001Fri Apr 11 11:00:24 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: MFH: fix 2 segfaults in ZTS mode http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.70.2.3.2.17&r2=1.70.2.3.2.18&diff_format=u Index: php-

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

2007-07-25 Thread Hannes Magnusson
bjori Wed Jul 25 09:06:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: MFH: Show "wrong parameter count" error messages http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.70.2.3.2.15&r2=1.70.2.3.2.16&diff_format=u Ind

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

2007-02-22 Thread Antony Dovgal
tony2001Thu Feb 22 23:40:39 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: MFH: check for buflen (on FreeBSD _SC_GETGR_R_SIZE_MAX is not implemented) patch by stas at FreeBSD dot org http://cvs.php.net/viewvc.cgi/php-src/

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

2007-02-09 Thread Antony Dovgal
tony2001Sat Feb 10 00:50:38 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.70.2.3.2.13&r2=1.70.2.3.2.14&diff_format=u Index: php-src/ext/posix/posix.c diff -u

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

2007-02-09 Thread Antony Dovgal
tony2001Fri Feb 9 10:15:46 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: MFH: fix #40410 (ext/posix does not compile on MacOS 10.3.9) http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.70.2.3.2.12&r2=1.70.2.3.2.

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/posix posix.c /ext/standard filestat.c

2007-01-11 Thread Antony Dovgal
On 01/11/2007 12:24 PM, Hannes Magnusson wrote: Hi Sara This still doesn't fix it (at least on FreeBSD 6.2-prerelease) since _SC_GETPW_R_SIZE_MAX is defined but simply not implemented yet :( Same for Mac OS, sysconf() returns -1 there, even though _SC_GETPW_R_SIZE_MAX is defined. This patch

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/posix posix.c /ext/standard filestat.c

2007-01-11 Thread Hannes Magnusson
Hi Sara This still doesn't fix it (at least on FreeBSD 6.2-prerelease) since _SC_GETPW_R_SIZE_MAX is defined but simply not implemented yet :( -Hannes (p.s.; you missed one in main/safe_mode.c) On 1/11/07, Sara Golemon <[EMAIL PROTECTED]> wrote: pollita Thu Jan 11 02:33:07 2007 UTC

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/posix posix.c /ext/standard filestat.c

2007-01-10 Thread Sara Golemon
pollita Thu Jan 11 02:33:07 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard filestat.c /php-src/ext/posix posix.c Log: MFH http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.136.2.8.2.7&r2=1.136.2.8.2.8&diff_format=u I

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:00:58 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: fix possible leaks http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.70.2.3.2.8&r2=1.70.2.3.2.9&diff_format=u Index: php-src/ext/posix/po

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

2006-11-29 Thread Ilia Alshanetsky
iliaa Thu Nov 30 00:35:15 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: Thread safety fixed for *nix systems http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.70.2.3.2.6&r2=1.70.2.3.2.7&diff_format=u Index: php-src/ex

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/posix posix.c /ext/standard basic_functions.c html.c /ext/tidy tidy.c

2006-10-02 Thread Hannes Magnusson
bjori Mon Oct 2 07:58:14 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c /php-src/ext/tidy tidy.c /php-src/ext/standard basic_functions.c html.c Log: protos http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/posix posix.c /ext/posix/tests .cvsignore 001.phpt

2006-09-16 Thread Nuno Lopes
nlopess Sat Sep 16 17:41:57 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/posix/tests.cvsignore 001.phpt Modified files: /php-src/ext/posix posix.c Log: fix possible crash in posix_access() http://cvs.php.net/viewvc.cgi/php-sr

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

2006-06-19 Thread Ilia Alshanetsky
iliaa Mon Jun 19 23:52:39 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/posix posix.c Log: Added missing ifdef block. # Thanks Mike http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.70.2.3.2.2&r2=1.70.2.3.2.3&diff_format=u Index: php-