| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -276/+0 |
* | * Pass TSRMLS_C around pageinfo.c | Kalle Sommer Nielsen | 2010-04-13 | 1 | -6/+6 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | - Removed unused variable. | Felipe Pena | 2008-07-24 | 1 | -1/+0 |
* | - Fixed securities issue detailed in CVE-2008-2665 and CVE-2008-2666. | Felipe Pena | 2008-07-21 | 1 | -8/+0 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Completed fix for bug #42739 (fixes bug #43276) | Ilia Alshanetsky | 2007-11-15 | 1 | -3/+10 |
* | - fix typo | Jani Taskinen | 2007-10-11 | 1 | -5/+4 |
* | - Fix ws/cs and wrap the stuff within #if HAVE_BROKEN_GETCWD | Jani Taskinen | 2007-10-11 | 1 | -7/+9 |
* | Fix for bug 41899, safe mode and relative paths with Solaris's broken getcwd(). | Robert Thompson | 2007-10-10 | 1 | -1/+9 |
* | Fixed bug #42739 (mkdir() doesnt like a trailing slash when safe_mode is | Ilia Alshanetsky | 2007-09-23 | 1 | -1/+1 |
* | MFH: Fixed compile warnings | Jani Taskinen | 2007-07-21 | 1 | -2/+3 |
* | Typo | Hannes Magnusson | 2007-01-12 | 1 | -1/+1 |
* | Fixed bug #40098 (php_fopen_primary_script() not thread safe). | Ilia Alshanetsky | 2007-01-12 | 1 | -3/+7 |
* | Fixed bug #40079 (php_get_current_user() not thread safe). | Ilia Alshanetsky | 2007-01-09 | 1 | -0/+15 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | fix #39575 (move_uploaded_file() no longer working (safe mode related)) | Antony Dovgal | 2006-11-22 | 1 | -1/+3 |
* | Simplify the code base as this getpwd() was used only once | Dmitry Stogov | 2006-11-10 | 1 | -9/+22 |
* | add const keywords | Nuno Lopes | 2006-07-01 | 1 | -2/+2 |
* | no need to do TSRMLS_FETCH() twice | Antony Dovgal | 2006-06-01 | 1 | -2/+0 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Do not silently truncate | Stefan Esser | 2004-12-01 | 1 | -3/+5 |
* | NetWare don't have uid for a file so modified the php_checkuid to return 1 fo... | Anantha Kesari H Y | 2004-09-29 | 1 | -0/+5 |
* | - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE() | Andi Gutmans | 2004-07-19 | 1 | -2/+2 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | Fix for Bug #21310, based on a patch by jflemer@php.net. | Wez Furlong | 2003-03-17 | 1 | -0/+5 |
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+1 |
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-01-09 | 1 | -4/+4 |
* | Bug #21531 file_exists() and other filestat functions throw errors when in ... | Sara Golemon | 2003-01-09 | 1 | -11/+23 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | Instead of checking whether realpath exists based on OS. Use the | Ilia Alshanetsky | 2002-11-06 | 1 | -4/+0 |
* | Add some more BeOS support. | David Reid | 2002-10-02 | 1 | -0/+3 |
* | use php_error_docref() | Marcus Boerger | 2002-08-25 | 1 | -5/+5 |
* | Enhance Ilia's recent patch to query the wrapper subsystem to determine | Wez Furlong | 2002-08-16 | 1 | -2/+3 |
* | Make https:// be exempt from safe_mode checks, just like http:// & ftp:// are. | Ilia Alshanetsky | 2002-08-16 | 1 | -1/+1 |
* | Accoding to safe_mode.h, php_checkuid() has six modes. | Yasuo Ohgaki | 2002-07-17 | 1 | -1/+3 |
* | Fix bug: #18285, php_checkuid() mangled the passed path. | foobar | 2002-07-13 | 1 | -3/+6 |
* | SAFE_MODE restriction error message fixed if the file doesn't exist | Stefan Esser | 2002-03-17 | 1 | -1/+9 |
* | fixed a typo within checkuid | Stefan Esser | 2002-03-14 | 1 | -2/+2 |
* | (php_checkuid) Added case for root directory when mode is | James E. Flemer | 2002-03-03 | 1 | -1/+4 |
* | (php_checkuid) Added case for root directory when mode is | James E. Flemer | 2002-03-03 | 1 | -1/+5 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -3/+3 |
* | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -3/+3 |