pollita Mon Dec 17 05:16:40 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
Add scoping braces for variable declaration
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.170&r2=1.171&diff_format=u
Index: php-src/ext/standard
janiWed Nov 21 11:28:26 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
- Fix crash when chown() 2nd parameter is something else than integer or
string
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.169&r2=1.170&diff
On 19.11.2007 18:55, Dmitry Stogov wrote:
> -/* $Id: filestat.c,v 1.168 2007/11/05 16:29:04 jani Exp $ */
> +/* $Id: filestat.c,v 1.169 2007/11/19 15:55:48 dmitry Exp $ */
>
> #include "php.h"
> #include "fopen_wrappers.h"
> @@ -428,12 +428,16 @@
> int ret;
>
> if (zend_parse_para
dmitry Mon Nov 19 15:55:48 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
/php-src/ext/standard/tests/filechgrp.phpt
Log:
fixed SIGSEGV in chgrp()
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.168&r2=1.169&diff_
janiMon Nov 5 16:29:04 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
ws
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.167&r2=1.168&diff_format=u
Index: php-src/ext/standard/filestat.c
diff -u php-src/ext/standard/
janiMon Nov 5 16:14:11 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
ws
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.166&r2=1.167&diff_format=u
Index: php-src/ext/standard/filestat.c
diff -u php-src/ext/standard/
janiMon Nov 5 16:12:55 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
ws + cs + sync some fixes from PHP_5_3 branch
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.165&r2=1.166&diff_format=u
Index: php-src/ext/standa
janiWed Oct 31 13:22:18 2007 UTC
Added files:
/php-src/ext/standard/tests/filebug43137.phpt
Modified files:
/php-src/ext/standard filestat.c php_filestat.h
/php-src/ext/standard/tests/file005_basic.phpt 005_error.phpt
tony2001Fri Sep 21 14:05:01 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
check the return value of getgroups() for -1 (coverity issue #390)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.163&r2=1.164&diff_fo
bjori Sun Sep 2 11:53:51 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
MFB: Fixed bug #42072 (No warning message for clearstatcache() with
arguments).
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.162&r2=1.163&d
tony2001Mon Jul 9 18:10:17 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
fix build on b0rked OSes (see #41920)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.160&r2=1.161&diff_format=u
Index: php-src/ext/sta
tony2001Mon Feb 26 20:35:41 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
simplify disk_*_space() functions sources by moving ifdef'ed implementations
into separate functions
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/fi
tony2001Mon Feb 26 14:11:14 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
fix folding
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.158&r2=1.159&diff_format=u
Index: php-src/ext/standard/filestat.c
diff -u p
helly Thu Jan 18 22:57:03 2007 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
- Use correct string inunicode mode
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.156&r2=1.157&diff_format=u
Index: php-src/ext/standard/filesta
helly Tue Jan 16 22:10:25 2007 UTC
Modified files:
/php-src/ext/standard filestat.c php_filestat.h
Log:
- Add php_u_stat()
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.155&r2=1.156&diff_format=u
Index: php-src/ext/standard/filestat.
andrei Fri Dec 1 18:42:24 2006 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
Fix group macro access.
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.152&r2=1.153&diff_format=u
Index: php-src/ext/standard/filestat.c
diff
iliaa Wed Nov 29 23:46:26 2006 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
MFB: Fixed bug #39648 (Implementation of PHP functions chown() and chgrp()
are not thread safe).
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?
dmitry Mon Nov 6 14:55:15 2006 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
Windows doesn't have chown(). Remove unused function and reference to
undeclared macro VCWD_CHOWN().
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.
pollita Thu Sep 21 23:36:13 2006 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
PHP6 Updates
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.149&r2=1.150&diff_format=u
Index: php-src/ext/standard/filestat.c
diff -u php-src/ext/
tony2001Fri Jun 30 10:52:51 2006 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
add error messages to disk_free_space() & disk_total_space() (feature request
#37971)
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/filestat.c?r1=1.
iliaa Fri May 19 02:51:18 2006 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
MFB: Fixed bug #37505 (touch() truncates large files).
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/filestat.c?r1=1.146&r2=1.147&diff_format=u
Index: php-src/
sniper Mon Apr 10 11:56:04 2006 UTC
Modified files:
/TSRM tsrm_virtual_cwd.h
/php-src/ext/standard filestat.c
Log:
- Fixed bug #36909 (ld: Undefined symbols: _lchown)
http://cvs.php.net/viewcvs.cgi/TSRM/tsrm_virtual_cwd.h?r1=1.52&r2=1.53&dif
iliaa Sun Apr 9 17:58:02 2006 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
MFB51: Fixed bug #36875 (is_*() functions do not account for open_basedir).
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/filestat.c?r1=1.144&r2=1.145&diff_
rrichards Wed Jan 4 17:34:44 2006 UTC
Modified files:
/php-src/ext/standard filestat.c
Log:
fix win build
http://cvs.php.net/viewcvs.cgi/php-src/ext/standard/filestat.c?r1=1.141&r2=1.142&diff_format=u
Index: php-src/ext/standard/filestat.c
diff -u p
On Wed, 9 Nov 2005, Antony Dovgal wrote:
> I would like to merge this patch into 5.0 and 4.4.
> It also fixes the problem that existed since 4.3 - is_executable() is affected
> by open_basedir setting:
>
> [EMAIL PROTECTED]:/usr/src/dev/orig/php-src_5_0> ./sapi/cli/php -n -d
> open_basedir="/www"
I would like to merge this patch into 5.0 and 4.4.
It also fixes the problem that existed since 4.3 - is_executable() is affected
by open_basedir setting:
[EMAIL PROTECTED]:/usr/src/dev/orig/php-src_5_0> ./sapi/cli/php -n -d open_basedir="/www"
-r 'var_dump(is_executable("/bin/bash"));'
bool(fa
wez Sat Oct 22 13:26:16 2005 EDT
Modified files:
/php-src/main/streams php_stream_plain_wrapper.h
/php-src/ext/standard filestat.c
Log:
merge VCWD_ACCESS bugfix to head.
Test suite is unusable in HEAD, so I guess it works here too.
http
hyanantha Mon Feb 21 04:08:54 2005 EDT
Modified files:
/php-src/ext/standard filestat.c
Log:
In NetWare statfs f_bavail member is known as f_bfree
http://cvs.php.net/diff.php/php-src/ext/standard/filestat.c?r1=1.134&r2=1.135&ty=u
Index: php-src/ex
hyanantha Thu Feb 17 08:57:21 2005 EDT
Modified files:
/php-src/ext/standard filestat.c
Log:
NetWare LibC has pwd.h
http://cvs.php.net/diff.php/php-src/ext/standard/filestat.c?r1=1.133&r2=1.134&ty=u
Index: php-src/ext/standard/filestat.c
diff -u p
Doesn't this blow up the portability of scripts?
andrey
Anantha Kesari H Y wrote:
hyanantha Tue Oct 19 04:21:25 2004 EDT
Modified files:
/php-src/ext/standard filestat.c
Log:
As NetWare LibC don't have the implementation of chown and chgrp there is no point
On Tue, 19 Oct 2004, Anantha Kesari H Y wrote:
> hyanantha Tue Oct 19 04:21:25 2004 EDT
>
> Modified files:
> /php-src/ext/standard filestat.c
> Log:
> As NetWare LibC don't have the implementation of chown and chgrp
> there is no point in exposing this function to PHP
hyanantha Tue Oct 19 04:21:25 2004 EDT
Modified files:
/php-src/ext/standard filestat.c
Log:
As NetWare LibC don't have the implementation of chown and chgrp there is no point
in exposing this function to PHP
http://cvs.php.net/diff.php/php-src/e
hyanantha Wed Sep 29 05:47:16 2004 EDT
Modified files:
/php-src/ext/standard filestat.c
Log:
removed redundant NEW_LIBC and CLIB_STAT_PATCH checks for NETWARE
http://cvs.php.net/diff.php/php-src/ext/standard/filestat.c?r1=1.131&r2=1.132&ty=u
Index
stasThu Sep 2 05:39:56 2004 EDT
Modified files:
/php-src/ext/standard filestat.c
Log:
MF4: fix crash if shutdown uses file stats
http://cvs.php.net/diff.php/php-src/ext/standard/filestat.c?r1=1.130&r2=1.131&ty=u
Index: php-src/ext/standard/filestat
At 07:47 PM 12/1/2003 +, Sara Golemon wrote:
+ if (strncmp(url, "file://", 7) == 0) {
+ url += 7;
+ }
Hi Sara,
Please when you write such code don't use constant numbers but sizeof.
It should look something like:
+ if (strncmp(url, "file://", sizeof("file://")-1
pollita Mon Dec 1 14:47:06 2003 EDT
Modified files:
/php-src/main php_streams.h
/php-src/main/streams plain_wrapper.c
/php-src/ext/standard filestat.c
Log:
Move safemode/basedir checks for url_stat to plain_wrapper.
Index: php-src/ma
On Fri, 7 Nov 2003, Derick Rethans wrote:
> On Fri, 7 Nov 2003, Marcus Boerger wrote:
>
> > helly Fri Nov 7 04:16:17 2003 EDT
> >
> > Modified files:
> > /php-src/ext/standard filestat.c php_filestat.h
> > Log:
> > Make php_stat() available for extensions.
>
> This requi
On Fri, 7 Nov 2003, Marcus Boerger wrote:
> helly Fri Nov 7 04:16:17 2003 EDT
>
> Modified files:
> /php-src/ext/standard filestat.c php_filestat.h
> Log:
> Make php_stat() available for extensions.
This requires bumping up the API number
Derick
--
PH
helly Fri Nov 7 04:16:17 2003 EDT
Modified files:
/php-src/ext/standard filestat.c php_filestat.h
Log:
Make php_stat() available for extensions.
Index: php-src/ext/standard/filestat.c
diff -u php-src/ext/standard/filestat.c:1.126 php-src/ext/standard
sniper Mon Sep 1 21:22:03 2003 EDT
Modified files:
/php-src/ext/standard filestat.c
Log:
- Fixed bug #25343 (is_dir() gives warning on FreeBSD).
Index: php-src/ext/standard/filestat.c
diff -u php-src/ext/standard/filestat.c:1.125 php-src/ext/standard/fil
iliaa Tue Jun 24 09:56:25 2003 EDT
Modified files:
/php-src/main fopen_wrappers.h fopen_wrappers.c
/php-src/ext/standard filestat.c
/php-src/ext/standard/tests/filebug24313.phpt
Log:
Fix for bug #24313 (port from dead PHP_5 branch)
41 matches
Mail list logo