summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Make these all work with persistent streams too.Wez Furlong2002-09-251-1/+1
* Fixed bug #19313Ilia Alshanetsky2002-09-191-3/+18
* php_error_docrefMarcus Boerger2002-08-241-33/+20
* Fix typo in #if. Bug #17538.James E. Flemer2002-08-021-1/+1
* UghRasmus Lerdorf2002-08-011-1/+1
* Unify error messagesDerick Rethans2002-07-081-12/+12
* Fix (stupid) segfault. #17379Wez Furlong2002-05-231-3/+3
* - Fix unchecked return values with parameters to proc_open. (FixesDerick Rethans2002-05-231-8/+28
* Return right exit statusStanislav Malyshev2002-05-051-1/+1
* - Fix for bug #16811Derick Rethans2002-04-251-0/+1
* fix TS buildWez Furlong2002-04-031-2/+2
* Tidy up win32 implementation of proc_open.Wez Furlong2002-04-031-105/+249
* main/streams.cWez Furlong2002-04-021-0/+356
* Streams are all tracked as resources now.Wez Furlong2002-03-201-5/+1
* change * formattingWez Furlong2002-03-161-1/+1
* New PHP streams...Wez Furlong2002-03-151-1/+4
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* ws fixfoobar2001-11-041-3/+4
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2