Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Follow up on bug #71270 | Anatol Belski | 2016-01-12 | 1 | -0/+1 |
* | 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 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -1/+1 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | Refactor php_escape_shell_* to return zend_string | Xinchen Hui | 2014-03-03 | 1 | -2/+2 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | revert changes to fix bug #60116. | Rui Hirokawa | 2011-11-11 | 1 | -4/+0 |
* | fixed bug #60116 escapeshellcmd() cannot escape the dangerous quotes. | Rui Hirokawa | 2011-10-23 | 1 | -0/+4 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | 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: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | MFH: sync | Jani Taskinen | 2007-11-05 | 1 | -1/+1 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | MFH: Nuke php3 legacy | foobar | 2005-12-05 | 1 | -1/+1 |
* | Allow php extensions to use php_escape_shell_cmd() and php_escape_shell_arg()... | Edin Kadribasic | 2005-09-24 | 1 | -2/+2 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
* | 1) Make the output of system() binary safe | Ilia Alshanetsky | 2003-02-26 | 1 | -3/+1 |
* | By popular demand nice() is renamed to proc_nice(). | Ilia Alshanetsky | 2003-02-18 | 1 | -1/+1 |
* | Added nice() function, which allows changing of priority for the current | Ilia Alshanetsky | 2003-02-18 | 1 | -0/+1 |
* | Add proc_terminate() function to forcibly kill off a process created | Wez Furlong | 2003-02-15 | 1 | -0/+1 |
* | Relieve scripts of the burden of ensuring that all pipes are closed prior | Wez Furlong | 2003-01-15 | 1 | -0/+1 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
* | Fixed bug #19313 | Ilia Alshanetsky | 2002-09-19 | 1 | -0/+2 |
* | Tidy up win32 implementation of proc_open. | Wez Furlong | 2002-04-03 | 1 | -0/+1 |
* | main/streams.c | Wez Furlong | 2002-04-02 | 1 | -0/+2 |
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
* | - Added php_escape_shell_arg to the header file | Derick Rethans | 2001-07-09 | 1 | -0/+1 |
* | - Add prototype. | Andi Gutmans | 2001-05-24 | 1 | -0/+2 |
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
* | Add EscapeShellArg() function which turns a b into 'a b' and | Rasmus Lerdorf | 2000-09-05 | 1 | -0/+1 |
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -22/+10 |
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
* | More php3_ annihilation | Zeev Suraski | 1999-12-18 | 1 | -1/+1 |
* | conv_proto *.[ch] | Sascha Schumann | 1999-05-16 | 1 | -4/+4 |