summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
...
* removed some bogus codeHartmut Holzgraefe2000-10-311-9/+5
* - URL-opened files now store the HTTP response header in $http_response_headerZeev Suraski2000-10-281-6/+8
* Kill compiler warning.Frank M. Kromann2000-10-271-1/+1
* We don't need to store NUL of the key which simplifies the lookupSascha Schumann2000-10-221-12/+6
* Close bug #7325. Patches by djm@web.us.uu.net.Joey Smith2000-10-191-1/+1
* now it works for me as CGI and APXS, with or without --enable-debug ...Hartmut Holzgraefe2000-10-131-2/+1
* compile fixes & update of win32 dspDaniel Beulshausen2000-10-131-0/+4
* fopen wrappers cleanupHartmut Holzgraefe2000-10-131-467/+27
* - Fix memory leak.Andi Gutmans2000-10-121-1/+2
* - Fix V_CHDIR_FILE() to only chdir() when a directory part is specified.Andi Gutmans2000-10-031-8/+2
* - Remove unneeded IS_SLASH() definition.Andi Gutmans2000-10-011-9/+0
* - Fix doc_root problem. If you need to limit under which directories theAndi Gutmans2000-09-171-15/+4
* - Use IS_ABSOLUTE_PATH() so that this will work correctly under WindowsAndi Gutmans2000-09-141-5/+4
* Added IPv6 support to php_fopen_url_wrap_ftp (EPSV and php_hostconnect())Stig Venaas2000-09-091-124/+70
* Never trust snprintf return valueStanislav Malyshev2000-09-081-0/+3
* renamed hostconnect() to php_hostconnect()Stig Venaas2000-09-051-1/+1
* using the new hostconnect() for the http wrapperStig Venaas2000-09-051-19/+3
* - Use emalloc() for opened_path now. This was a potential leak before.Andi Gutmans2000-08-311-1/+2
* - Remove redundant IS_SLASHAndi Gutmans2000-08-311-6/+1
* - Missed a spaceAndi Gutmans2000-08-301-1/+1
* - Fix bug when using safe_mode and doc_root togetherAndi Gutmans2000-08-301-7/+3
* Cleaning up some messSascha Schumann2000-08-211-1/+1
* - Remove old/deprecated version of expand_filepathAndi Gutmans2000-08-211-45/+0
* - Change PHP_SEPARATOR to PHP_DIR_SEPARATORAndi Gutmans2000-08-201-3/+3
* Provide PHP_SEPARATOR which expands to the default directory separatorSascha Schumann2000-08-201-5/+3
* Remove php_realpath from build.Sascha Schumann2000-08-201-1/+0
* - Centralize more fopen-wrappers functionality.Andi Gutmans2000-08-181-19/+8
* - The beginning of an attempt to cleanup fopen-wrappers.Andi Gutmans2000-08-161-42/+21
* Standartize full path handling - everything now goes via expand_filepathStanislav Malyshev2000-08-081-9/+21
* Virtualize realpath, chmod, chown and utimeAndi Gutmans2000-08-061-1/+1
* If we can't find a protocol in URL wrapper, try it as a filename (fix #5931)Stanislav Malyshev2000-08-031-0/+1
* This url symbol was a bit too generic. Change it to php_url instead.Rasmus Lerdorf2000-07-291-2/+2
* - Update .dsp'sZeev Suraski2000-07-291-2/+4
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-15/+7
* - Make Windows compileAndi Gutmans2000-06-161-1/+1
* - Don't need to check doc_root's length twiceAndi Gutmans2000-06-161-1/+0
* - Last one for tonight. Make sure that we don't check uninitializedAndi Gutmans2000-06-161-16/+21
* - Last patch for tonight. A more optimized way to check for absolute pathAndi Gutmans2000-06-161-1/+2
* - Missed a bracketAndi Gutmans2000-06-161-1/+1
* - Beautify fopen-wrappers a bit.Andi Gutmans2000-06-161-48/+48
* Avoid using E_CORE_* errorlevels in any place which is not in the global star...Zeev Suraski2000-06-121-1/+1
* @- Changed WDDX to always serialize arrays as structs. (Andrei)Andrei Zmievski2000-06-091-1/+1
* @ fopen_wrappers() are now extensible via modulesHartmut Holzgraefe2000-06-081-393/+509
* - Fix problem in sessions module under Win32. Need to use ; as an optionsAndi Gutmans2000-05-271-2/+2
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* A few .dsp fixesZeev Suraski2000-04-201-1/+1
* - Change a getcwd()Andi Gutmans2000-04-201-1/+1
* - Add missing V_STAT()Andi Gutmans2000-04-201-1/+1
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-10/+10
* - Turn off VIRTUAL_DIR by defaultAndi Gutmans2000-04-111-1/+1