summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Expand)AuthorAgeFilesLines
* MFH(r-1.226, r-1.24, r-1.99, r-1.68): fixed implicit cast issueMoriyoshi Koizumi2003-04-161-2/+2
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-1/+1
* MFHIlia Alshanetsky2003-02-251-1/+1
* MFHIlia Alshanetsky2003-02-201-4/+5
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFH fix for bug #21077.Wez Furlong2002-12-191-1/+1
* Fix some issues with the return value from pclose and proc_close,Wez Furlong2002-12-121-9/+9
* MFHMarcus 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
* Name this php_Exec insteadRasmus Lerdorf2001-01-141-8/+8
* Export _Exec for extensions to useRasmus Lerdorf2001-01-141-1/+1
* - There was one ret left, changed it to FG(pclose_ret), this fixes theDerick Rethans2001-01-131-1/+1
* - Fix exec() bugZeev Suraski2001-01-131-7/+10
* exec'd processes now get cleaned up even if the browser connections wasThies C. Arntzen2001-01-101-1/+12
* Use platform's dir separatorStanislav Malyshev2001-01-081-1/+1
* That slipped in :(Zeev Suraski2000-12-131-2/+1