Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | Rasmus Lerdorf | 2012-03-25 | 1 | -1/+12 |
|\ | |||||
| * | open_basedir check for linkinfo | Rasmus Lerdorf | 2012-03-25 | 1 | -1/+12 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| * | - fix #39863, do not accept paths with NULL in them. See http://news.php.net/... | Pierre Joye | 2010-11-18 | 1 | -0/+20 |
| * | - use php_sys_readlink | Pierre Joye | 2010-09-13 | 1 | -1/+1 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | - Added new parameter parsing option (p - for valid path (string without null... | Felipe Pena | 2011-06-06 | 1 | -3/+3 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | - use php_sys_readlink | Pierre Joye | 2010-09-13 | 1 | -1/+1 |
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -21/+0 |
|/ | |||||
* | 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 |
* | MFH: Check the relevant path for open_basedir in symlink() | Arnaud Le Blanc | 2008-08-11 | 1 | -1/+12 |
* | MFH: | Arnaud Le Blanc | 2008-08-10 | 1 | -5/+5 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH: sync | Jani Taskinen | 2007-11-06 | 1 | -26/+24 |
* | Fixed symlink("", "somthing") and link("", "somthing") in ZTS mode | Dmitry Stogov | 2007-07-10 | 1 | -0/+2 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | Additional expand_filepath() checks | Ilia Alshanetsky | 2006-09-16 | 1 | -6/+8 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | NetWare LibC has pwd.h | Anantha Kesari H Y | 2005-02-21 | 1 | -2/+0 |
* | Fixed open_basedir & safe_mode bypass inside readlink() function. | Ilia Alshanetsky | 2004-11-02 | 1 | -0/+8 |
* | Now NetWare LibC supports proper stat structure no need of CLIB_STAT_PATCH an... | Anantha Kesari H Y | 2004-09-25 | 1 | -4/+0 |
* | - 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 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | -php_error -> php_error_docref | Marcus Boerger | 2002-12-05 | 1 | -6/+6 |
* | With ZTS on, we need to resolve the full paths before making symlinks. | Ilia Alshanetsky | 2002-11-15 | 1 | -0/+8 |
* | Fixed bug #20423. | Ilia Alshanetsky | 2002-11-14 | 1 | -2/+2 |
* | Revert virtual_link() patch. | Ilia Alshanetsky | 2002-11-04 | 1 | -5/+3 |
* | Fixed symlink/link functions on ZTS builds. | Ilia Alshanetsky | 2002-10-21 | 1 | -19/+37 |
* | - Please do not use spaces for indentation! | Derick Rethans | 2002-09-06 | 1 | -1/+1 |
* | NetWare related additions/modifications | Anantha Kesari H Y | 2002-09-06 | 1 | -0/+6 |
* | Fixed Bug #17790 | Stefan Esser | 2002-06-16 | 1 | -0/+24 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | Back-substitute for Z_* macro's. If it breaks some extension (the script isn'... | Jeroen van Wolffelaar | 2001-09-25 | 1 | -1/+1 |
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
* | API Update | Sterling Hughes | 2001-09-05 | 1 | -16/+21 |
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -3/+3 |
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -2/+0 |
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -1/+1 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | - Use CHECKUID_* #define's instead of cryptic numbers in php_checkuid() | Andi Gutmans | 2000-11-02 | 1 | -2/+2 |
* | - Make PHP compile again under Windows. | Andi Gutmans | 2000-07-02 | 1 | -28/+0 |