Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -2/+2 |
* | Use literal as format | Anatol Belski | 2018-03-12 | 1 | -1/+1 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Backport some printf() fixes to 7.2 | Nikita Popov | 2017-11-16 | 1 | -4/+4 |
* | Avoid useless dereferences and separations during paramter passing. | Dmitry Stogov | 2017-06-19 | 1 | -4/+7 |
* | 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 | -20/+20 |
* | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2016-11-03 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-11-03 | 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 |
* | | | | Always include the header for nice() on Windows | Kalle Sommer Nielsen | 2016-10-18 | 1 | -0/+4 |
* | | | | Implemented proc_nice() for Windows (FR #49806) | Kalle Sommer Nielsen | 2016-10-16 | 1 | -0/+4 |
|/ / / | |||||
* | | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-30 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | 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 |
* | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-23 | 1 | -4/+4 |
|/ / / | |||||
* | | | 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 |