Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
* | Update more func info information for ext/standard | Nikita Popov | 2019-05-29 | 1 | -4/+4 |
* | Merge link.c and link_win32.c | Christoph M. Becker | 2019-04-22 | 1 | -2/+20 |
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | Create and expose php_sys_symlink() and php_sys_link() | Christoph M. Becker | 2018-08-02 | 1 | -3/+3 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | Avoid double copying and string length recalculation | Dmitry Stogov | 2018-03-06 | 1 | -1/+1 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Move cwd_state and path related routines to size_t | Anatol Belski | 2017-07-27 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Use new param API in standard | Sara Golemon | 2016-12-30 | 1 | -12/+14 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-04-14 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4.40' into PHP-5.5.24 | Stanislav Malyshev | 2015-04-11 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed bug #69353 (Missing null byte checks for paths in various PHP extensions) | Stanislav Malyshev | 2015-04-11 | 1 | -1/+1 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -2/+2 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -6/+6 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -26/+26 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | fix linkinfo() | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -3/+3 |
* | | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -2/+2 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -2/+2 |
* | | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-13 | 1 | -1/+1 |
* | | | 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 |