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

2009-06-18 Thread Rasmus Lerdorf
rasmus Thu Jun 18 06:39:11 2009 UTC Modified files: /php-src/main fopen_wrappers.c Log: Fix bug #48592 http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.213r2=1.214diff_format=u Index: php-src/main/fopen_wrappers.c diff -u

[PHP-CVS] cvs: php-src /main fopen_wrappers.c /main/streams plain_wrapper.c

2009-02-10 Thread Ilia Alshanetsky
iliaa Tue Feb 10 14:22:19 2009 UTC Modified files: /php-src/main/streams plain_wrapper.c /php-src/main fopen_wrappers.c Log: MFB: Added path truncation E_NOTICE to let people now when path resolving caused the file path to be truncated.

[PHP-CVS] cvs: php-src /main fopen_wrappers.c /main/streams plain_wrapper.c

2009-02-10 Thread Ilia Alshanetsky
iliaa Tue Feb 10 16:14:35 2009 UTC Modified files: /php-src/main/streams plain_wrapper.c /php-src/main fopen_wrappers.c Log: MFB:Adjust condition

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

2008-08-11 Thread Arnaud Le Blanc
lbarnaudMon Aug 11 15:32:52 2008 UTC Modified files: /php-src/main fopen_wrappers.c fopen_wrappers.h Log: Missing files in previous commit (Check the relevant path for open_basedir in symlink())

[PHP-CVS] cvs: php-src /main fopen_wrappers.c /sapi/cgi cgi_main.c

2008-08-04 Thread Dmitry Stogov
dmitry Mon Aug 4 07:20:44 2008 UTC Modified files: /php-src/sapi/cgi cgi_main.c /php-src/main fopen_wrappers.c Log: Removed shebang line check from CGI sapi (it is checked by scanner)

[PHP-CVS] cvs: php-src /main fopen_wrappers.c main.c /sapi/caudium caudium.c

2008-07-21 Thread Dmitry Stogov
dmitry Mon Jul 21 08:42:35 2008 UTC Modified files: /php-src/main fopen_wrappers.c main.c /php-src/sapi/caudium caudium.c Log: Fixed chdir() into requested file directory inconsistencies

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

2008-03-24 Thread Dmitry Stogov
dmitry Mon Mar 24 09:30:54 2008 UTC Modified files: /php-src/main fopen_wrappers.c Log: Fixed ws and comment http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.204r2=1.205diff_format=u Index: php-src/main/fopen_wrappers.c diff -u

[PHP-CVS] cvs: php-src /main fopen_wrappers.c fopen_wrappers.h main.c ZendEngine2 zend.c zend.h zend_vm_def.h zend_vm_execute.h

2008-03-05 Thread Dmitry Stogov
dmitry Wed Mar 5 13:35:02 2008 UTC Modified files: /ZendEngine2zend.c zend.h zend_vm_def.h zend_vm_execute.h /php-src/main fopen_wrappers.c fopen_wrappers.h main.c Log: Optimized require_once() and include_once() by eliminationg open() syscall

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

2008-01-29 Thread Dmitry Stogov
dmitry Tue Jan 29 14:25:08 2008 UTC Modified files: /php-src/main fopen_wrappers.c Log: Fixed bug #43491 (Under certain conditions, file_exists() never returns) http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.201r2=1.202diff_format=u

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

2007-12-26 Thread Hannes Magnusson
bjori Thu Dec 27 02:11:05 2007 UTC Modified files: /php-src/main fopen_wrappers.c Log: MFB5.3: Fixed bug#43105 (PHP seems to fail to close open files.) http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.199r2=1.200diff_format=u Index:

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

2007-10-09 Thread Jani Taskinen
janiTue Oct 9 08:40:25 2007 UTC Modified files: /php-src/main fopen_wrappers.c Log: ws + cs http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.197r2=1.198diff_format=u Index: php-src/main/fopen_wrappers.c diff -u

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

2007-10-09 Thread Scott MacVicar
scottmacTue Oct 9 10:04:20 2007 UTC Modified files: /php-src/main fopen_wrappers.c Log: Fix expand_filepath when including relative files, ideally you should test you code...

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

2007-07-19 Thread Antony Dovgal
tony2001Thu Jul 19 10:03:17 2007 UTC Modified files: /php-src/main fopen_wrappers.c Log: use constant http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.195r2=1.196diff_format=u Index: php-src/main/fopen_wrappers.c diff -u

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

2007-04-18 Thread Dmitry Stogov
dmitry Wed Apr 18 11:59:03 2007 UTC Modified files: /php-src/main fopen_wrappers.c Log: Fixed endless loop in open_basedir check http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.192r2=1.193diff_format=u Index:

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

2007-04-10 Thread Antony Dovgal
tony2001Tue Apr 10 22:31:27 2007 UTC Modified files: /php-src/main fopen_wrappers.c Log: MFB: fix #40931 (open_basedir bypass via symlink and move_uploaded_file())

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

2007-01-12 Thread Antony Dovgal
tony2001Fri Jan 12 09:10:05 2007 UTC Modified files: /php-src/main fopen_wrappers.c Log: plug newly added leak http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.188r2=1.189diff_format=u Index: php-src/main/fopen_wrappers.c diff

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

2007-01-12 Thread Hannes Magnusson
bjori Fri Jan 12 14:34:47 2007 UTC Modified files: /php-src/main fopen_wrappers.c Log: MFB: Fix build (wharmby at uk dot ibm dot com) http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.189r2=1.190diff_format=u Index:

[PHP-CVS] cvs: php-src /main fopen_wrappers.c /main/streams plain_wrapper.c

2006-11-10 Thread Dmitry Stogov
dmitry Fri Nov 10 10:55:43 2006 UTC Modified files: /php-src/main fopen_wrappers.c /php-src/main/streams plain_wrapper.c Log: Removed unnecessary checks for ISREG file and corresponding stat() calls on Wind ows

[PHP-CVS] cvs: php-src /main fopen_wrappers.c fopen_wrappers.h network.c

2006-07-01 Thread Nuno Lopes
nlopess Sat Jul 1 11:50:52 2006 UTC Modified files: /php-src/main fopen_wrappers.c fopen_wrappers.h network.c Log: MFB5.2: const keywording http://cvs.php.net/viewvc.cgi/php-src/main/fopen_wrappers.c?r1=1.182r2=1.183diff_format=u Index:

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

2006-03-17 Thread Dmitry Stogov
dmitry Fri Mar 17 10:46:02 2006 UTC Modified files: /php-src/main fopen_wrappers.c Log: Eliminated unnecessary getcwd() syscall http://cvs.php.net/viewcvs.cgi/php-src/main/fopen_wrappers.c?r1=1.181r2=1.182diff_format=u Index:

[PHP-CVS] cvs: php-src /main fopen_wrappers.c main.c /main/streams plain_wrapper.c

2006-02-18 Thread Andi Gutmans
andiSun Feb 19 01:10:13 2006 UTC Modified files: /php-src/main fopen_wrappers.c main.c /php-src/main/streams plain_wrapper.c Log: - Some more safe_mode nuking

[PHP-CVS] cvs: php-src /main fopen_wrappers.c fopen_wrappers.h /main/streams plain_wrapper.c

2006-02-18 Thread Andi Gutmans
andiSun Feb 19 01:19:37 2006 UTC Modified files: /php-src/main fopen_wrappers.c fopen_wrappers.h /php-src/main/streams plain_wrapper.c Log: Nuke php_check_safe_mode_include_dir

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

2005-09-27 Thread Ilia Alshanetsky
iliaa Tue Sep 27 11:07:39 2005 EDT Modified files: /php-src/main fopen_wrappers.c Log: Fixed bug #32937 (open_basedir looses trailing / in the limiter). Patch by Adam Conrad

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

2005-07-16 Thread Anantha Kesari H Y
hyanantha Sat Jul 16 08:21:35 2005 EDT Modified files: /php-src/main fopen_wrappers.c main.c Log: main/fopen_wrappers.c NetWare file names are case insensitive main/main.c NetWare has no sendmail binary. It uses the smart host mailing code

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

2005-02-23 Thread Anantha Kesari H Y
hyanantha Wed Feb 23 03:56:51 2005 EDT Modified files: /php-src/main fopen_wrappers.c Log: NetWare LibC has pwd.h http://cvs.php.net/diff.php/php-src/main/fopen_wrappers.c?r1=1.172r2=1.173ty=u Index: php-src/main/fopen_wrappers.c diff -u

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

2005-02-02 Thread Ilia Alshanetsky
iliaa Wed Feb 2 18:43:17 2005 EDT Modified files: /php-src/main fopen_wrappers.c Log: Fixed bug #31514 (open_basedir uses path_translated rather then cwd for . translation).

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

2004-09-23 Thread Anantha Kesari H Y
hyanantha Thu Sep 23 11:43:54 2004 EDT Modified files: /php-src/main fopen_wrappers.c Log: removed redundant checks for NETWARE http://cvs.php.net/diff.php/php-src/main/fopen_wrappers.c?r1=1.170r2=1.171ty=u Index: php-src/main/fopen_wrappers.c

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

2004-02-10 Thread Ilia Alshanetsky
iliaa Tue Feb 10 11:08:56 2004 EDT Modified files: /php-src/main fopen_wrappers.c Log: Fixed bug #26653 (open_basedir incorrectly resolved on win32). http://cvs.php.net/diff.php/php-src/main/fopen_wrappers.c?r1=1.168r2=1.169ty=u Index:

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

2003-07-30 Thread Ilia Alshanetsky
iliaa Wed Jul 30 13:55:06 2003 EDT Modified files: /php-src/main fopen_wrappers.c Log: Fixed bug #24873 (incorrect handling of / inside open_basedir) Index: php-src/main/fopen_wrappers.c diff -u php-src/main/fopen_wrappers.c:1.165

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

2003-07-21 Thread Ilia Alshanetsky
iliaa Mon Jul 21 21:32:01 2003 EDT Modified files: /php-src/main fopen_wrappers.c Log: Make php_check_safe_mode_include_dir check independent of unrelated open_basedir directive and make it properly handle undefined/empty safe_mode_include_dir

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

2003-06-24 Thread Ilia Alshanetsky
iliaa Tue Jun 24 10:36:01 2003 EDT Modified files: /php-src/main fopen_wrappers.c Log: Fixed typo. Index: php-src/main/fopen_wrappers.c diff -u php-src/main/fopen_wrappers.c:1.163 php-src/main/fopen_wrappers.c:1.164 ---