summaryrefslogtreecommitdiff
path: root/ext/standard/exec.c
Commit message (Collapse)AuthorAgeFilesLines
* - 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
| | | | | | Respect safe_mode_exec_dir. Implement proc_close and return process return code under win32.
* main/streams.cWez Furlong2002-04-021-0/+356
|
* Streams are all tracked as resources now.Wez Furlong2002-03-201-5/+1
| | | | | | Add some logic that will help track down leaks when debug is enabled.
* 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
| | | | | Replace php_escape_shell_(arg|cmd) with straight-forward implementations.
* 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
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* - 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
| | | | | - Fixed proto for exec()
* - 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
| | | | | build
* - Fix exec() bugZeev Suraski2001-01-131-7/+10
| | | | | - Merge fsock and file globals
* exec'd processes now get cleaned up even if the browser connections wasThies C. Arntzen2001-01-101-1/+12
| | | | | | aborted. fixes: #8143
* Use platform's dir separatorStanislav Malyshev2001-01-081-1/+1
|
* That slipped in :(Zeev Suraski2000-12-131-2/+1
|
* Fix call_user_function() with objects - it could leak under certain ↵Zeev Suraski2000-12-131-1/+2
| | | | circumstances
* The result of conv_z_macros and some manual conversion ofSascha Schumann2000-11-271-29/+28
| | | | | "return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL.
* Add EscapeShellArg() function which turns a b into 'a b' andRasmus Lerdorf2000-09-051-1/+47
| | | | | | a'b into 'a'\''b' @Add EscapeShellArg() function (Rasmus)
* Description from the ChangeLog. Thies, is it correct?Egon Schmid2000-08-061-2/+2
|
* When output is empty, exec should return "", not "\0" (#5775)Stanislav Malyshev2000-08-011-2/+3
| | | | | @- Fixed exec() returning "\0" when output is empty
* Make exec() fwork on Unix againStanislav Malyshev2000-06-261-0/+8
|
* - I wrote a long msg but the commit didn't go through.Zeev Suraski2000-06-251-8/+0
| | | | | | | | | | - So here is the short version: - a) Start moving to binary opens in Windows - b) Give checkuid_mode() a small face lift including the fopen-wrappers.c - The mode to this function should at least be a #define but that is for - another day. Anyway this whole stuff should be given more face lifts in - the future.
* - On UNIX support popen() which works with current working directoryAndi Gutmans2000-06-121-6/+6
| | | | | - when in VIRTUAL_DIR mode.
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-4/+4
|
* another bunch of proto fixesHartmut Holzgraefe2000-05-231-3/+4
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
|
* Hartmut don't touch protos. Only two lines are allowed.Egon Schmid2000-03-061-1/+0
|
* off-by-one error (bug id #3741) fixedHartmut Holzgraefe2000-03-061-1/+3
|
* More protos.Egon Schmid2000-02-241-1/+1
|
* (PHP exec) Return last line of output properly.Andrei Zmievski2000-02-221-8/+8
|
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
|
* Fix prototype.Andrei Zmievski2000-02-111-1/+1
|
* (PHP passthru) Shouldn't return anything.Andrei Zmievski2000-02-111-3/+1
| | | | | This fixes bugs #3428 and #3430.
* Fine tune Andi's patchZeev Suraski2000-02-111-3/+3
|