summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* WhitespaceZeev Suraski2001-08-111-18/+18
* more tsrm cleanupSascha Schumann2001-08-061-1/+1
* More TSRMLS_FETCH work. Got it under 400 now.Zeev Suraski2001-07-311-1/+1
* More TSRMLS_FETCH workZeev Suraski2001-07-301-9/+8
* Zend compatibility patchZeev Suraski2001-07-301-15/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-3/+1
* While researching a crash-bug in mail(), I found these two goldies.Sascha Schumann2001-07-221-41/+52
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+13
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-6/+6
* - Fix for bugs #9042, #8212, and #8962. Patch from <tunacat@yahoo.com>Sean Bright2001-04-281-4/+6
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 buildAndré Langhorst2001-02-231-2/+14
* Fix #8992, patch by yasushi_takahashi@tsuken.co.jpStanislav Malyshev2001-02-221-0/+11