summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* Added ability to use stream wrappers in include_pathDmitry Stogov2008-03-271-4/+59
* Fixed ws and commentDmitry Stogov2008-03-241-4/+4
* Disable path resolution for filenames with stream wrappersDmitry Stogov2008-03-131-2/+10
* Optimized require_once() and include_once() by eliminationg open() syscall on seDmitry Stogov2008-03-051-0/+74
* Fixed bug #43491 (Under certain conditions, file_exists() never returns)Dmitry Stogov2008-01-291-0/+3
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFB5.3: Fixed bug#43105 (PHP seems to fail to close open files.)Hannes Magnusson2007-12-271-0/+1
* Fix expand_filepath when including relative files, ideally you should test yo...Scott MacVicar2007-10-091-1/+3
* ws + csJani Taskinen2007-10-091-69/+66
* Fix for bug 41822. expand_filepath() will now return a relative path under t...Robert Thompson2007-10-091-11/+23
* use constantAntony Dovgal2007-07-191-1/+1
* Fixed symlink("", "somthing") and link("", "somthing") in ZTS modeDmitry Stogov2007-07-101-1/+3
* fix #41518 (file_exists() warns of open_basedir restriction on non-existent f...Antony Dovgal2007-06-011-1/+11
* Fixed endless loop in open_basedir checkDmitry Stogov2007-04-181-0/+2
* MFB: fix #40931 (open_basedir bypass via symlink and move_uploaded_file())Antony Dovgal2007-04-101-3/+63
* - avoid sprintfMarcus Boerger2007-02-241-6/+3
* MFB: Fix build (wharmby at uk dot ibm dot com)Hannes Magnusson2007-01-121-0/+1
* plug newly added leakAntony Dovgal2007-01-121-0/+3
* MFB:Ilia Alshanetsky2007-01-121-8/+22
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Removed unnecessary checks for ISREG file and corresponding stat() calls on WindDmitry Stogov2006-11-101-0/+5
* Simplify the code base as this getpwd() was used only onceDmitry Stogov2006-11-101-4/+0
* Extend open_basedir functionality to allow runtime tighteningSara Golemon2006-10-171-0/+58
* MFB5.2: const keywordingNuno Lopes2006-07-011-2/+2
* Eliminated unnecessary getcwd() syscallDmitry Stogov2006-03-171-2/+6
* So long safe_mode mode.Ilia Alshanetsky2006-03-081-6/+0
* Nuke int32_t (everywhere except streams layer) and signed/unsigned warningsDmitry Stogov2006-03-021-1/+0
* Nuke php_check_safe_mode_include_dirAndi Gutmans2006-02-191-72/+3
* - Some more safe_mode nukingAndi Gutmans2006-02-191-9/+0
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed bug #32937 (open_basedir looses trailing / in the limiter).Ilia Alshanetsky2005-09-271-2/+2
* - Bumber up yearfoobar2005-08-031-1/+1
* main/fopen_wrappers.cAnantha Kesari H Y2005-07-161-1/+1
* NetWare LibC has pwd.hAnantha Kesari H Y2005-02-231-2/+0
* Fixed bug #31514 (open_basedir uses path_translated rather then cwd for .Ilia Alshanetsky2005-02-021-14/+1
* removed redundant checks for NETWAREAnantha Kesari H Y2004-09-231-9/+0
* Fixed bug #27559 (Corrected open_basedir resolving logic).Ilia Alshanetsky2004-03-161-4/+6
* Fixed bug #26653 (open_basedir incorrectly resolved on win32).Ilia Alshanetsky2004-02-101-3/+3
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-1/+1
* Fixed bug #24873 (incorrect handling of / inside open_basedir)Ilia Alshanetsky2003-07-301-7/+7
* Make php_check_safe_mode_include_dir check independent of unrelatedIlia Alshanetsky2003-07-221-33/+32
* Fixed typo.Ilia Alshanetsky2003-06-241-1/+1
* Fix for bug #24313 (port from dead PHP_5 branch)Ilia Alshanetsky2003-06-241-3/+10
* updating license information in the headers.James Cox2003-06-101-3/+3
* really fixSterling Hughes2003-03-261-1/+1
* fix segfaultSterling Hughes2003-03-261-1/+7
* MFB: Fix for open_basedir error messagefoobar2003-02-231-1/+1
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+1
* Win32 build improvementsZeev Suraski2003-02-171-2/+0