summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: fixed a mistake on reverting my previous patch.Rui Hirokawa2012-04-091-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* revert changes to fix bug #60116.Rui Hirokawa2011-11-111-39/+8
* MFH: fixed bug #60116 (escapeshellcmd() cannot escape the characters which ca...Rui Hirokawa2011-11-101-9/+40
* - remove magic quotes support, functions are kept (see the NEWS entry for the...Pierre Joye2011-07-221-9/+2
* Suppress a dozen unused return value warnings in places where the returnRasmus Lerdorf2011-05-161-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Remove unused variablesPierrick Charron2010-06-011-2/+0
* * implement new output API, fixing some bugs and implementing some feature Michael Wallner2010-05-311-1/+3
* Remove unused variablesPierrick Charron2010-04-271-1/+1
* Removed safe_modeKalle Sommer Nielsen2010-04-261-39/+3
* - Reverted r296062 and r296065Jani Taskinen2010-03-121-3/+1
* MFH: Improved / fixed output buffering (Michael Wallner)Jani Taskinen2010-03-111-1/+3
* Fixed bug #50732 (exec() adds single byte twice to $output array).Ilia Alshanetsky2010-01-131-2/+2
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* Fixed bug #49847 (exec() fails to return data inside 2nd parameter, given out...Ilia Alshanetsky2009-10-141-2/+5
* - MFB: #45997, safe_mode bypass with exec/sytem/passthru (windows only)Pierre Joye2009-04-301-0/+9
* Fixed bug #47937 (system() calls sapi_flush() regardless of outputIlia Alshanetsky2009-04-191-1/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - RevertFelipe Pena2008-10-161-0/+4
* Fixed compilation warnings: tsrm_ls is not used here (anymore?)Alexey Zakhlestin2008-10-161-3/+0
* - [DOC] MFH: improve fix for #43261 for % and "Pierre Joye2008-08-171-4/+6
* Fix windows build error.Scott MacVicar2008-07-221-1/+1
* MFH: Add test for escapeshellcmd and restore previous behaviour with strippin...Scott MacVicar2008-07-221-2/+5
* MFH Fixed bug #43261Scott MacVicar2008-05-301-4/+4
* MFB: Fixed bug #44564 (escapeshellarg removes UTF-8 multi-byte characters)Felipe Pena2008-03-301-0/+4
* fix ZTS buildAntony Dovgal2008-03-211-0/+1
* Refine fix for multibyte char hanling inside command names and argsIlia Alshanetsky2008-03-201-1/+16
* Fix buildFelipe Pena2008-03-181-0/+3
* Properly address incomplete multibyte chars inside escapeshellcmd()Ilia Alshanetsky2008-03-171-0/+5
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: syncJani Taskinen2007-11-051-50/+61
* MFH: Nuked ending dots from error messagesJani Taskinen2007-09-301-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Warning fixes by StephMarcus Boerger2006-02-261-2/+2
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: Nuke php3 legacyfoobar2005-12-051-4/+4
* - Bumber up yearfoobar2005-08-031-1/+1
* Fixed possible un-initialized var on error.Ilia Alshanetsky2005-02-061-2/+4
* Missing patch.Ilia Alshanetsky2004-07-121-4/+6
* Fixed command line escaping routines for win32.Ilia Alshanetsky2004-05-181-1/+11
* Fixed bug #26938 (exec() has problems reading long lines).Ilia Alshanetsky2004-01-211-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Fixed bug #26615 (patch by runekl at opoint dot com)Derick Rethans2003-12-131-1/+1
* Fixed bug #26285 (escapeshellarg() uses wrong quotes on windows).Ilia Alshanetsky2003-11-191-1/+14
* signed/unsigned compiler warning fixesHartmut Holzgraefe2003-09-261-2/+2
* kill warningsSascha Schumann2003-08-281-1/+1
* emalloc -> safe_emallocIlia Alshanetsky2003-08-111-2/+2
* Fix doclineZeev Suraski2003-08-071-1/+1
* Fixed bug #18291 (escapeshellcmd() can now handle quoted arguments).Ilia Alshanetsky2003-08-051-2/+12