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

2009-06-23 Thread Gwynne Raskind
gwynne Tue Jun 23 21:11:12 2009 UTC Modified files: /php-src/ext/posix posix.c Log: add S_IRWXU and friends as defined POSIX constants http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.109r2=1.110diff_format=u Index: php-src/ext/posix/posix.c diff

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

2008-06-23 Thread Felipe Pena
felipe Mon Jun 23 17:54:14 2008 UTC Modified files: /php-src/ext/posix posix.c Log: - MFB: Added arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.101r2=1.102diff_format=u Index: php-src/ext/posix/posix.c diff -u

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

2008-06-22 Thread Felipe Pena
felipe Mon Jun 23 01:16:49 2008 UTC Modified files: /php-src/ext/posix posix.c Log: - MFB: Fix build where __USE_GNU is used instead of _GNU_SOURCE to define utsname.domainname

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

2008-05-05 Thread Rasmus Lerdorf
rasmus Mon May 5 21:28:47 2008 UTC Modified files: /php-src/ext/posix posix.c Log: No domainname element in utsname on OSX http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.99r2=1.100diff_format=u Index: php-src/ext/posix/posix.c diff -u

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

2008-05-04 Thread Antony Dovgal
tony2001Sun May 4 09:33:57 2008 UTC Modified files: /php-src/ext/posix posix.c Log: fix folding http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.98r2=1.99diff_format=u Index: php-src/ext/posix/posix.c diff -u

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

2008-04-11 Thread Antony Dovgal
tony2001Fri Apr 11 10:59:50 2008 UTC Modified files: /php-src/ext/posix posix.c Log: fix 2 segfaults in ZTS mode http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.97r2=1.98diff_format=u Index: php-src/ext/posix/posix.c diff -u

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

2007-07-25 Thread Hannes Magnusson
bjori Wed Jul 25 09:05:55 2007 UTC Modified files: /php-src/ext/posix posix.c Log: Show wrong parameter count error messages http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.93r2=1.94diff_format=u Index: php-src/ext/posix/posix.c diff -u

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

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

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

2007-02-09 Thread Antony Dovgal
tony2001Fri Feb 9 10:15:03 2007 UTC Modified files: /php-src/ext/posix posix.c Log: 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.90r2=1.91diff_format=u Index:

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

2007-02-09 Thread Antony Dovgal
tony2001Sat Feb 10 00:50:29 2007 UTC Modified files: /php-src/ext/posix posix.c Log: use the same ifdef anf get rid of unused var warnings http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.91r2=1.92diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/posix posix.c /main fopen_wrappers.c

2007-01-11 Thread Ilia Alshanetsky
iliaa Fri Jan 12 01:50:43 2007 UTC Modified files: /php-src/ext/posix posix.c /php-src/main fopen_wrappers.c Log: MFB: Fixed bug #40098 (php_fopen_primary_script() not thread safe). Adjusted previous fixes for similar issue to handle

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

2007-01-10 Thread Sara Golemon
pollita Thu Jan 11 01:52:24 2007 UTC Modified files: /php-src/ext/posix posix.c /php-src/ext/standard filestat.c Log: Some platforms have getpwnam_r() but are missing _SC_GETPW_R_SIZE_MAX

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

2007-01-10 Thread Sara Golemon
pollita Thu Jan 11 02:31:50 2007 UTC Modified files: /php-src/ext/posix posix.c Log: #ifdef out the rest of that getpwuid_r() patch, see prior commit http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.88r2=1.89diff_format=u Index:

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

2007-01-05 Thread Sara Golemon
pollita Fri Jan 5 20:01:44 2007 UTC Modified files: /php-src/ext/posix posix.c Log: BSD4.1 (possibly others) doesn't support _SC_TTY_NAME_MAX http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.85r2=1.86diff_format=u Index: php-src/ext/posix/posix.c

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

2006-12-20 Thread Antony Dovgal
tony2001Thu Dec 21 01:00:39 2006 UTC Modified files: /php-src/ext/posix posix.c Log: fix possible leaks http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.82r2=1.83diff_format=u Index: php-src/ext/posix/posix.c diff -u

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

2006-11-29 Thread Ilia Alshanetsky
iliaa Thu Nov 30 00:35:27 2006 UTC Modified files: /php-src/ext/posix posix.c Log: MFB: Thread safety fixed for *nix systems http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.80r2=1.81diff_format=u Index: php-src/ext/posix/posix.c diff -u

[PHP-CVS] cvs: php-src /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:54:37 2006 UTC Modified files: /php-src/ext/posix posix.c /php-src/ext/tidy tidy.c /php-src/ext/standard basic_functions.c html.c Log: Protos

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

2006-09-16 Thread Nuno Lopes
nlopess Sat Sep 16 17:42:44 2006 UTC Modified files: /php-src/ext/posix posix.c /php-src/ext/posix/tests.cvsignore 001.phpt Log: MFB http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.78r2=1.79diff_format=u Index: php-src/ext/posix/posix.c

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

2006-06-19 Thread Ilia Alshanetsky
iliaa Mon Jun 19 23:55:12 2006 UTC Modified files: /php-src/ext/posix posix.c Log: MFB: Added missing ifdef block. http://cvs.php.net/viewvc.cgi/php-src/ext/posix/posix.c?r1=1.76r2=1.77diff_format=u Index: php-src/ext/posix/posix.c diff -u

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

2005-11-02 Thread Derick Rethans
derick Wed Nov 2 10:50:07 2005 EDT Modified files: /php-src/ext/posix posix.c Log: - Fixed posix_mknod() checks and warnings. http://cvs.php.net/diff.php/php-src/ext/posix/posix.c?r1=1.70r2=1.71ty=u Index: php-src/ext/posix/posix.c diff -u

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

2005-08-08 Thread Magnus M��tt
magnus Mon Aug 8 17:44:59 2005 EDT Modified files: /php-src/ext/posix posix.c Log: makedev is a macro on several systems. http://cvs.php.net/diff.php/php-src/ext/posix/posix.c?r1=1.69r2=1.70ty=u Index: php-src/ext/posix/posix.c diff -u

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

2005-01-27 Thread Antony Dovgal
tony2001Thu Jan 27 20:38:56 2005 EDT Modified files: /php-src/ext/posix posix.c Log: change return type from NULL to FALSE when parameter parsing failed (as was requested by Ilia)

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

2005-01-07 Thread Magnus Määttä
magnus Fri Jan 7 12:38:04 2005 EDT Modified files: /php-src/ext/posix posix.c Log: Argh.. Committed old patch. Add safe_mode check and fix error code. http://cvs.php.net/diff.php/php-src/ext/posix/posix.c?r1=1.61r2=1.62ty=u Index: php-src/ext/posix/posix.c

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

2004-04-18 Thread Ilia Alshanetsky
iliaa Sun Apr 18 17:49:11 2004 EDT Modified files: /php-src/ext/posix posix.c Log: Simplify code via the use of macros. http://cvs.php.net/diff.php/php-src/ext/posix/posix.c?r1=1.59r2=1.60ty=u Index: php-src/ext/posix/posix.c diff -u