summaryrefslogtreecommitdiff
path: root/main/fopen_wrappers.c
Commit message (Expand)AuthorAgeFilesLines
* fix #39575 (move_uploaded_file() no longer working (safe mode related))Antony Dovgal2006-11-221-1/+1
* Removed unnecessary checks for ISREG file and corresponding stat() calls on W...Dmitry Stogov2006-11-101-0/+5
* Simplify the code base as this getpwd() was used only onceDmitry Stogov2006-11-101-4/+0
* add const keywordsNuno Lopes2006-07-011-3/+3
* Eliminated unnecessary getcwd() syscallDmitry Stogov2006-03-171-2/+6
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: 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
* A add much more useful select(2) implementation than is provided byWez Furlong2003-02-161-2/+2
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* php_error_docref aborts cgi. This broke using php as cgi underShane Caraveo2002-12-011-1/+1
* Made open_basedir error more descriptive.Ilia Alshanetsky2002-11-081-1/+2
* Added 4th argument to virtual_file_ex() that specifies whether or notIlia Alshanetsky2002-11-051-1/+1
* Fixed a problem where opendir with <path>/ and having <path>/ inBrian France2002-10-041-0/+7
* Uh, this is what I meant to do. Fix for #19292Rasmus Lerdorf2002-09-281-3/+3
* Probable fix for bug #19292Rasmus Lerdorf2002-09-281-2/+2
* Fixed bug #19395Ilia Alshanetsky2002-09-221-2/+12
* NetWare related changes/modificationsAnantha Kesari H Y2002-09-091-1/+14
* use php_error_docref()Marcus Boerger2002-08-251-2/+2
* Fix a few warningsZeev Suraski2002-08-191-2/+2
* MTH - thought the code was slightly different in HEAD because of theRasmus Lerdorf2002-05-111-1/+1
* New PHP streams...Wez Furlong2002-03-151-137/+0
* Fix thread-safe build.Sebastian Bergmann2002-02-021-2/+2
* Changed php.ini directive 'safe_mode_include_dir' to accept aJames E. Flemer2002-02-011-43/+67
* Undefine AF_UNIX under RISC OSAlex Waugh2001-12-231-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Z_TYPE(filehandle)?? ok.. whatever... ;)Sterling Hughes2001-11-261-1/+1
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-1/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* - TSRMLS_FETCH workZeev Suraski2001-08-051-5/+5
* kill warning and make this build again.foobar2001-08-011-1/+1
* Fix some warningsZeev Suraski2001-07-311-1/+1