[PHP-CVS] cvs: php-src /ext/standard dir.c /ext/standard/tests/file bug45181.phpt

2008-08-11 Thread Arnaud Le Blanc
lbarnaudMon Aug 11 22:38:17 2008 UTC Added files: /php-src/ext/standard/tests/filebug45181.phpt Modified files: /php-src/ext/standard dir.c Log: Fixed #45181 (chdir() should clear relative entries in stat cache)

[PHP-CVS] cvs: php-src /ext/standard dir.c /ext/standard/tests/file chroot_001.phpt

2008-08-11 Thread Arnaud Le Blanc
lbarnaudMon Aug 11 23:14:21 2008 UTC Added files: /php-src/ext/standard/tests/filechroot_001.phpt Modified files: /php-src/ext/standard dir.c Log: clear stat cache in chroot()

[PHP-CVS] cvs: php-src /ext/standard dir.c /ext/standard/tests/dir closedir_error.phpt closedir_variation1.phpt readdir_error.phpt readdir_variation1.phpt rewinddir_error.phpt rewinddir_variation1.ph

2008-07-24 Thread Felipe Pena
felipe Thu Jul 24 12:48:47 2008 UTC Modified files: /php-src/ext/standard dir.c /php-src/ext/standard/tests/dir closedir_error.phpt closedir_variation1.phpt

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

2008-03-05 Thread Antony Dovgal
tony2001Wed Mar 5 09:28:41 2008 UTC Modified files: /php-src/ext/standard dir.c Log: fix memory corruption due to double destruction of default dir handle (detected by ext/standard/tests/dir/readdir_variation6.phpt)

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

2008-03-05 Thread Antony Dovgal
tony2001Wed Mar 5 12:09:34 2008 UTC Modified files: /php-src/ext/standard dir.c Log: apply better fix, so that the default handle would be closed when closing its reference

RE: [PHP-CVS] cvs: php-src /ext/standard dir.c

2007-09-20 Thread Dmitry Stogov
It seems you've broken ext/standard/tests/file/bug41655_1.phpt Thanks. Dmitry. -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 2:40 AM To: php-cvs@lists.php.net Subject: [PHP-CVS] cvs: php-src /ext/standard dir.c iliaa

Re: [PHP-CVS] cvs: php-src /ext/standard dir.c

2007-09-20 Thread Pierre
On 9/20/07, Dmitry Stogov [EMAIL PROTECTED] wrote: It seems you've broken ext/standard/tests/file/bug41655_1.phpt The test has to be updated. The last fix seems to be the only way to actually fix what was reported in #41655 (one can test if a file exists outside open_basedir using glob) and to

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

2007-09-19 Thread Ilia Alshanetsky
iliaa Wed Sep 19 22:40:02 2007 UTC Modified files: /php-src/ext/standard dir.c Log: MFB: Fixed regression in glob() when enforcing safe_mode/open_basedir checks on paths containing '*'

[PHP-CVS] cvs: php-src /ext/standard dir.c file.c

2007-09-05 Thread Ilia Alshanetsky
iliaa Wed Sep 5 12:55:37 2007 UTC Modified files: /php-src/ext/standard dir.c file.c Log: MFB: Fixed possible buffer overflows inside the fnmatch() and glob() functions

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

2007-08-22 Thread Jani Taskinen
janiWed Aug 22 14:58:30 2007 UTC Modified files: /php-src/ext/standard dir.c Log: - Fixed bug #42365 (glob() crashes with invalid flags) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.167r2=1.168diff_format=u Index:

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

2007-07-16 Thread Antony Dovgal
tony2001Mon Jul 16 20:29:37 2007 UTC Modified files: /php-src/ext/standard dir.c Log: MFB: initialize glob struct http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.166r2=1.167diff_format=u Index: php-src/ext/standard/dir.c diff -u

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

2007-06-26 Thread Antony Dovgal
tony2001Tue Jun 26 12:14:24 2007 UTC Modified files: /php-src/ext/standard dir.c Log: add missing include and fix warning http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.165r2=1.166diff_format=u Index: php-src/ext/standard/dir.c

Re: [PHP-CVS] cvs: php-src /ext/standard dir.c /ext/standard/tests/file bug41655_1.phpt

2007-06-25 Thread Pierre
Hi Dmitry, On 6/25/07, Dmitry Stogov [EMAIL PROTECTED] wrote: dmitry Mon Jun 25 08:40:37 2007 UTC Modified files: /php-src/ext/standard dir.c /php-src/ext/standard/tests/filebug41655_1.phpt Log: Better fix for bug #41655

[PHP-CVS] cvs: php-src /ext/standard dir.c /ext/standard/tests/file bug41655_1.phpt

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 08:40:37 2007 UTC Modified files: /php-src/ext/standard dir.c /php-src/ext/standard/tests/filebug41655_1.phpt Log: Better fix for bug #41655

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

2007-06-25 Thread Dmitry Stogov
dmitry Mon Jun 25 09:42:49 2007 UTC Modified files: /php-src/ext/standard dir.c Log: (forgotten part of fix) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.164r2=1.165diff_format=u Index: php-src/ext/standard/dir.c diff -u

RE: [PHP-CVS] cvs: php-src /ext/standard dir.c /ext/standard/tests/file bug41655_1.phpt

2007-06-25 Thread Dmitry Stogov
] cvs: php-src /ext/standard dir.c /ext/standard/tests/file bug41655_1.phpt Hi Dmitry, On 6/25/07, Dmitry Stogov [EMAIL PROTECTED] wrote: dmitry Mon Jun 25 08:40:37 2007 UTC Modified files: /php-src/ext/standard dir.c /php-src/ext/standard/tests/file

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

2007-06-12 Thread Ilia Alshanetsky
iliaa Tue Jun 12 12:57:43 2007 UTC Modified files: /php-src/ext/standard dir.c Log: MFB: Fixed bug #41655 (open_basedir bypass via glob()) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.161r2=1.162diff_format=u Index:

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

2007-06-12 Thread Scott MacVicar
scottmacTue Jun 12 13:42:05 2007 UTC Modified files: /php-src/ext/standard dir.c Log: Fix ZTS build http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.162r2=1.163diff_format=u Index: php-src/ext/standard/dir.c diff -u

[PHP-CVS] cvs: php-src /ext/standard dir.c mail.c user_filters.c /ext/standard/tests/array bug40709.phpt /ext/standard/tests/strings bug40432.phpt bug40704.phpt bug40754.phpt htmlentities18.phpt /e

2007-05-29 Thread Ilia Alshanetsky
iliaa Tue May 29 20:11:23 2007 UTC Modified files: /php-src/ext/standard user_filters.c mail.c dir.c /php-src/ext/standard/tests/array bug40709.phpt /php-src/ext/standard/tests/strings bug40432.phpt bug40704.phpt

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

2006-10-04 Thread Ilia Alshanetsky
iliaa Wed Oct 4 23:20:54 2006 UTC Modified files: /php-src/ext/standard dir.c Log: MFB: Fixed missing open_basedir check inside chdir() function. http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.157r2=1.158diff_format=u Index:

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

2006-10-02 Thread Sara Golemon
pollita Mon Oct 2 17:45:30 2006 UTC Modified files: /php-src/ext/standard dir.c Log: Switch opendir/chroot/chdir to new path_param API and upgrade scandir() for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.155r2=1.156diff_format=u

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

2006-10-02 Thread Sara Golemon
pollita Mon Oct 2 18:14:43 2006 UTC Modified files: /php-src/ext/standard dir.c Log: Update glob() for PHP6 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.156r2=1.157diff_format=u Index: php-src/ext/standard/dir.c diff -u

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

2006-09-23 Thread Antony Dovgal
tony2001Sat Sep 23 12:32:32 2006 UTC Modified files: /php-src/ext/standard dir.c Log: add missing parameter to opendir() and fix segfault http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.154r2=1.155diff_format=u Index:

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

2006-09-22 Thread Sara Golemon
pollita Fri Sep 22 23:57:38 2006 UTC Modified files: /php-src/ext/standard dir.c Log: PHP6 Updates http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dir.c?r1=1.153r2=1.154diff_format=u Index: php-src/ext/standard/dir.c diff -u

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

2005-06-12 Thread Hartmut Holzgraefe
hholzgraSun Jun 12 03:53:25 2005 EDT Modified files: /php-src/ext/standard dir.c Log: Support for GLOB_ERR so that glob() reports permission problems (Bug #28355) http://cvs.php.net/diff.php/php-src/ext/standard/dir.c?r1=1.145r2=1.146ty=u

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

2005-06-11 Thread Hartmut Holzgraefe
hholzgraSat Jun 11 20:59:08 2005 EDT Modified files: /php-src/ext/standard dir.c Log: Removed bogus fix for bug #28355 (it was dead code anyway) http://cvs.php.net/diff.php/php-src/ext/standard/dir.c?r1=1.143r2=1.144ty=u Index:

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

2005-06-11 Thread Hartmut Holzgraefe
hholzgraSat Jun 11 21:13:25 2005 EDT Modified files: /php-src/ext/standard dir.c Log: thinko fix (E_COMMIT_AFTER_MIDNIGHT) http://cvs.php.net/diff.php/php-src/ext/standard/dir.c?r1=1.144r2=1.145ty=u Index: php-src/ext/standard/dir.c diff -u

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

2005-02-23 Thread Ilia Alshanetsky
iliaa Wed Feb 23 13:53:09 2005 EDT Modified files: /php-src/ext/standard dir.c Log: Fixed compiler warning. http://cvs.php.net/diff.php/php-src/ext/standard/dir.c?r1=1.142r2=1.143ty=u Index: php-src/ext/standard/dir.c diff -u

[PHP-CVS] cvs: php-src /ext/standard dir.c /main php_streams.h /main/streams streams.c

2005-02-21 Thread Ilia Alshanetsky
iliaa Mon Feb 21 19:24:13 2005 EDT Modified files: /php-src/main php_streams.h /php-src/main/streams streams.c /php-src/ext/standard dir.c Log: Fixed bug #31515 (Improve performance of scandir() by factor of 10 or so).

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

2004-06-06 Thread Ilia Alshanetsky
iliaa Sun Jun 6 12:21:12 2004 EDT Modified files: /php-src/ext/standard dir.c Log: Fixed bug #28649 (Proper glob() return value on Linux when there are no matches). http://cvs.php.net/diff.php/php-src/ext/standard/dir.c?r1=1.138r2=1.139ty=u Index:

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

2004-05-11 Thread Ilia Alshanetsky
iliaa Tue May 11 09:34:19 2004 EDT Modified files: /php-src/ext/standard dir.c Log: Fixed bug #28355 (glob() does not return error on Linux when it does not have permission to open the directory).

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

2004-05-09 Thread Ilia Alshanetsky
iliaa Sun May 9 15:01:14 2004 EDT Modified files: /php-src/ext/standard dir.c Log: Fixed bug #28289 (incorrect resolving of relative paths by glob() in windows). http://cvs.php.net/diff.php/php-src/ext/standard/dir.c?r1=1.136r2=1.137ty=u Index:

[PHP-CVS] cvs: php-src /ext/standard dir.c /main/streams plain_wrapper.c

2004-03-16 Thread Ilia Alshanetsky
iliaa Tue Mar 16 18:23:18 2004 EDT Modified files: /php-src/main/streams plain_wrapper.c /php-src/ext/standard dir.c Log: Fixed bug #27498 (bogus safe_mode error on nonexistent directories for chdir() and opendir() functions).

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

2004-02-29 Thread Sara Golemon
pollita Mon Mar 1 00:40:15 2004 EDT Modified files: /php-src/ext/standard dir.c Log: context parameter for opendir() and dir() http://cvs.php.net/diff.php/php-src/ext/standard/dir.c?r1=1.134r2=1.135ty=u Index: php-src/ext/standard/dir.c diff -u

[PHP-CVS] cvs: php-src /ext/standard dir.c /main php_streams.h /main/streams streams.c

2004-01-28 Thread Sara Golemon
pollita Wed Jan 28 17:21:55 2004 EDT Modified files: /php-src/ext/standard dir.c /php-src/main php_streams.h /php-src/main/streams streams.c Log: 'Bug Fix': scandir, being a new function in PHP5 should have always been wrapper aware.

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

2003-10-29 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 29 13:48:38 2003 EDT Modified files: /php-src/ext/standard dir.c Log: MFB(r-1.109.2.12): A possible fix for bug #26026 Index: php-src/ext/standard/dir.c diff -u php-src/ext/standard/dir.c:1.129 php-src/ext/standard/dir.c:1.130

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

2003-10-29 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 29 16:50:16 2003 EDT Modified files: /php-src/ext/standard dir.c Log: This check's always necessary. Index: php-src/ext/standard/dir.c diff -u php-src/ext/standard/dir.c:1.130 php-src/ext/standard/dir.c:1.131 ---

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

2003-09-19 Thread Ilia Alshanetsky
iliaa Fri Sep 19 22:51:21 2003 EDT Modified files: /php-src/ext/standard dir.c Log: Fixed bug #25583 (Incorrect handling of paths starting with / on win32 inside glob() function). Index: php-src/ext/standard/dir.c diff -u

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

2003-08-02 Thread Marcus Boerger
helly Sat Aug 2 09:49:12 2003 EDT Modified files: /php-src/ext/standard dir.c Log: Use correct macro Index: php-src/ext/standard/dir.c diff -u php-src/ext/standard/dir.c:1.126 php-src/ext/standard/dir.c:1.127 --- php-src/ext/standard/dir.c:1.126Wed

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

2003-07-23 Thread Ilia Alshanetsky
iliaa Wed Jul 23 17:41:44 2003 EDT Modified files: /php-src/ext/standard dir.c Log: Fixed GLOB_ONLYDIR to work on GNU libc based system. Index: php-src/ext/standard/dir.c diff -u php-src/ext/standard/dir.c:1.125 php-src/ext/standard/dir.c:1.126 ---

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

2003-07-14 Thread Jani Taskinen
sniper Mon Jul 14 12:23:14 2003 EDT Modified files: /php-src/ext/standard dir.c Log: CS WS fixes Index: php-src/ext/standard/dir.c diff -u php-src/ext/standard/dir.c:1.124 php-src/ext/standard/dir.c:1.125 --- php-src/ext/standard/dir.c:1.124Fri Jul

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

2003-07-04 Thread Hartmut Holzgraefe
hholzgraFri Jul 4 09:24:47 2003 EDT Modified files: /php-src/ext/standard dir.c Log: make sure operator precedence is not playing tricks on us (it worked before on gcc3.2/Linux and with VC++ 6, but not with gcc3.1/MacOSX) Index:

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

2003-07-03 Thread Hartmut Holzgraefe
hholzgraThu Jul 3 10:34:02 2003 EDT Modified files: /php-src/ext/standard dir.c Log: PHP glob() will now emulate GLOB_ONLYDIR on non-GNU systems Index: php-src/ext/standard/dir.c diff -u php-src/ext/standard/dir.c:1.121

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

2003-07-03 Thread Hartmut Holzgraefe
hholzgraThu Jul 3 10:54:03 2003 EDT Modified files: /php-src/ext/standard dir.c Log: VCWD awareness and (hopefully) windows compile fix Index: php-src/ext/standard/dir.c diff -u php-src/ext/standard/dir.c:1.122 php-src/ext/standard/dir.c:1.123