summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* updating license information in the headers.James Cox2003-06-101-3/+3
* Fixed implicit cast issue with is*() and to*() functionsMoriyoshi Koizumi2003-04-161-2/+2
* 1) Make the output of system() binary safeIlia Alshanetsky2003-02-261-195/+119
* Made shell_exec() use streams, this simplifies the code and in some casesIlia Alshanetsky2003-02-251-15/+11
* Fixed bug #22414 and added a test case for it.Ilia Alshanetsky2003-02-251-1/+1
* Fixed bug #22308 (optimized passthru, code is now ~40 times faster).Ilia Alshanetsky2003-02-201-4/+5
* By popular demand nice() is renamed to proc_nice().Ilia Alshanetsky2003-02-181-3/+3
* Added nice() function, which allows changing of priority for the currentIlia Alshanetsky2003-02-181-0/+27
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-12/+0
* - Move proc_open code to a source file of it's own.Wez Furlong2003-01-151-504/+0
* Modified for NetWare.Anantha Kesari H Y2003-01-031-14/+5
* Modified for NetWare.Anantha Kesari H Y2003-01-031-0/+12
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Correct mistake introduced by my last commit on these files;Wez Furlong2002-12-191-1/+1
* MFB: popen/pclose and proc_open/proc_close fixes.Wez Furlong2002-12-121-9/+9
* -php_error -> php_error_docrefMarcus Boerger2002-12-051-1/+1
* Silence compiler warning.Ilia Alshanetsky2002-11-041-1/+1
* - fix segfault in proc_openJan Lehnardt2002-10-241-1/+1