Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-11-03 | 1 | -7/+5 |
|\ | |||||
* \ | Merge branch 'PHP-5.6' into PHP-7.0 | Stanislav Malyshev | 2016-11-03 | 1 | -4/+6 |
|\ \ | |/ | |||||
| * | More string length checks & fixes | Stanislav Malyshev | 2016-11-03 | 1 | -5/+5 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Christoph M. Becker | 2016-09-30 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix #73203: passing additional_parameters causes mail to fail | Christoph M. Becker | 2016-09-30 | 1 | -2/+2 |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2016-02-02 | 1 | -0/+11 |
| |\ | |||||
| | * | add error check to sysconf call | Anatol Belski | 2016-02-02 | 1 | -0/+11 |
| * | | Merge branch 'PHP-5.5.32' into PHP-5.6.18 | Stanislav Malyshev | 2016-02-01 | 1 | -5/+71 |
| |\ \ | | |/ | |||||
| | * | backport the escapeshell* functions hardening branch | Anatol Belski | 2016-01-28 | 1 | -5/+71 |
* | | | reapply the sysconf error check patch | Anatol Belski | 2016-02-02 | 1 | -0/+11 |
* | | | extend _SC_ARG_MAX usage onto platforms where it's available | Anatol Belski | 2016-01-28 | 1 | -2/+2 |
* | | | Fixed bug #71039 exec functions ignore length but look for NULL termination | Anatol Belski | 2016-01-12 | 1 | -0/+8 |
* | | | Follow up on bug #71270 | Anatol Belski | 2016-01-12 | 1 | -5/+51 |
* | | | Patch for Heap Buffer Overflow in EscapeShell | libnex | 2016-01-06 | 1 | -2/+2 |
* | | | 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 |
| * | | Revert "Fixed invalid read" | Xinchen Hui | 2015-07-08 | 1 | -2/+2 |
* | | | Fixed bug #70018 (exec does not strip all whitespace) | Xinchen Hui | 2015-07-08 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fixed invalid read | Xinchen Hui | 2015-07-08 | 1 | -2/+2 |
| |/ | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -24/+24 |
* | | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-06-24 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Christoph M. Becker | 2015-06-24 | 1 | -1/+3 |
| |\ | |||||
| | * | Fixed bug #69768 (escapeshell*() doesn't cater to !) | Christoph M. Becker | 2015-06-24 | 1 | -1/+3 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-06-09 | 1 | -0/+8 |
| |\ \ | | |/ | |||||
| | * | Fix bug #69646 OS command injection vulnerability in escapeshellarg | Stanislav Malyshev | 2015-06-09 | 1 | -0/+8 |
* | | | Fixed bug #69646 (OS command injection vulnerability in escapeshellarg) | Stanislav Malyshev | 2015-06-09 | 1 | -0/+8 |
* | | | Optimize zend_string_realloc() add more specialized versions zend_string_exte... | Dmitry Stogov | 2015-03-20 | 1 | -2/+2 |
* | | | Added NULL byte protection to exec, system and passthru. | Yasuo Ohgaki | 2015-02-14 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.6' | Yasuo Ohgaki | 2015-02-14 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Yasuo Ohgaki | 2015-02-14 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Add NULL byte protection to exec, system and passthru | Yasuo Ohgaki | 2015-02-14 | 1 | -0/+4 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | MFH: fixed a mistake on reverting my previous patch. | Rui Hirokawa | 2012-04-09 | 1 | -1/+1 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | revert changes to fix bug #60116. | Rui Hirokawa | 2011-11-11 | 1 | -39/+8 |
| | * | MFH: fixed bug #60116 (escapeshellcmd() cannot escape the characters which ca... | Rui Hirokawa | 2011-11-10 | 1 | -9/+40 |
| | * | - remove magic quotes support, functions are kept (see the NEWS entry for the... | Pierre Joye | 2011-07-22 | 1 | -9/+2 |
| | * | Suppress a dozen unused return value warnings in places where the return | Rasmus Lerdorf | 2011-05-16 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+15 |
* | | | typo fixes - https://github.com/vlajos/misspell_fixer | Veres Lajos | 2014-11-19 | 1 | -1/+1 |
* | | | fix build | Anatol Belski | 2014-11-14 | 1 | -0/+3 |
* | | | remove unused var | Anatol Belski | 2014-11-14 | 1 | -1/+0 |
* | | | fix datatype mismatches | Anatol Belski | 2014-10-22 | 1 | -7/+8 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |