Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix for bug #16811 | Derick Rethans | 2002-04-25 | 1 | -0/+1 |
| | |||||
* | fix TS build | Wez Furlong | 2002-04-03 | 1 | -2/+2 |
| | |||||
* | Tidy up win32 implementation of proc_open. | Wez Furlong | 2002-04-03 | 1 | -105/+249 |
| | | | | | | Respect safe_mode_exec_dir. Implement proc_close and return process return code under win32. | ||||
* | main/streams.c | Wez Furlong | 2002-04-02 | 1 | -0/+356 |
| | |||||
* | Streams are all tracked as resources now. | Wez Furlong | 2002-03-20 | 1 | -5/+1 |
| | | | | | | Add some logic that will help track down leaks when debug is enabled. | ||||
* | change * formatting | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -1/+4 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | ws fix | foobar | 2001-11-04 | 1 | -3/+4 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -18/+18 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | More TSRMLS_FETCH work. Got it under 400 now. | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-30 | 1 | -9/+8 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -15/+0 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -3/+1 |
| | |||||
* | While researching a crash-bug in mail(), I found these two goldies. | Sascha Schumann | 2001-07-22 | 1 | -41/+52 |
| | | | | | Replace php_escape_shell_(arg|cmd) with straight-forward implementations. | ||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -3/+13 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -0/+1 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | - Change macros from V_ to VCWD_ because of AIX name clash | Andi Gutmans | 2001-04-30 | 1 | -6/+6 |
| | |||||
* | - Fix for bugs #9042, #8212, and #8962. Patch from <tunacat@yahoo.com> | Sean Bright | 2001-04-28 | 1 | -4/+6 |
| | | | | | - Fixed proto for exec() | ||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | fix stas' last commit, added additional ifdefs PHP_SIGCHILD to fix win32 build | André Langhorst | 2001-02-23 | 1 | -2/+14 |
| | |||||
* | Fix #8992, patch by yasushi_takahashi@tsuken.co.jp | Stanislav Malyshev | 2001-02-22 | 1 | -0/+11 |
| | |||||
* | Name this php_Exec instead | Rasmus Lerdorf | 2001-01-14 | 1 | -8/+8 |
| | |||||
* | Export _Exec for extensions to use | Rasmus Lerdorf | 2001-01-14 | 1 | -1/+1 |
| | |||||
* | - There was one ret left, changed it to FG(pclose_ret), this fixes the | Derick Rethans | 2001-01-13 | 1 | -1/+1 |
| | | | | | build | ||||
* | - Fix exec() bug | Zeev Suraski | 2001-01-13 | 1 | -7/+10 |
| | | | | | - Merge fsock and file globals | ||||
* | exec'd processes now get cleaned up even if the browser connections was | Thies C. Arntzen | 2001-01-10 | 1 | -1/+12 |
| | | | | | | aborted. fixes: #8143 | ||||
* | Use platform's dir separator | Stanislav Malyshev | 2001-01-08 | 1 | -1/+1 |
| | |||||
* | That slipped in :( | Zeev Suraski | 2000-12-13 | 1 | -2/+1 |
| | |||||
* | Fix call_user_function() with objects - it could leak under certain ↵ | Zeev Suraski | 2000-12-13 | 1 | -1/+2 |
| | | | | circumstances | ||||
* | The result of conv_z_macros and some manual conversion of | Sascha Schumann | 2000-11-27 | 1 | -29/+28 |
| | | | | | "return_value.*=.*IS_STRING" constructs to RETVAL_STRINGL. | ||||
* | Add EscapeShellArg() function which turns a b into 'a b' and | Rasmus Lerdorf | 2000-09-05 | 1 | -1/+47 |
| | | | | | | a'b into 'a'\''b' @Add EscapeShellArg() function (Rasmus) | ||||
* | Description from the ChangeLog. Thies, is it correct? | Egon Schmid | 2000-08-06 | 1 | -2/+2 |
| | |||||
* | When output is empty, exec should return "", not "\0" (#5775) | Stanislav Malyshev | 2000-08-01 | 1 | -2/+3 |
| | | | | | @- Fixed exec() returning "\0" when output is empty | ||||
* | Make exec() fwork on Unix again | Stanislav Malyshev | 2000-06-26 | 1 | -0/+8 |
| | |||||
* | - I wrote a long msg but the commit didn't go through. | Zeev Suraski | 2000-06-25 | 1 | -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 directory | Andi Gutmans | 2000-06-12 | 1 | -6/+6 |
| | | | | | - when in VIRTUAL_DIR mode. | ||||
* | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -4/+4 |
| | |||||
* | another bunch of proto fixes | Hartmut Holzgraefe | 2000-05-23 | 1 | -3/+4 |
| | |||||
* | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -2/+2 |
| | |||||
* | Hartmut don't touch protos. Only two lines are allowed. | Egon Schmid | 2000-03-06 | 1 | -1/+0 |
| | |||||
* | off-by-one error (bug id #3741) fixed | Hartmut Holzgraefe | 2000-03-06 | 1 | -1/+3 |
| | |||||
* | More protos. | Egon Schmid | 2000-02-24 | 1 | -1/+1 |
| | |||||
* | (PHP exec) Return last line of output properly. | Andrei Zmievski | 2000-02-22 | 1 | -8/+8 |
| | |||||
* | the pipe is breaking all the time | Zeev Suraski | 2000-02-19 | 1 | -2/+2 |
| | |||||
* | Fix prototype. | Andrei Zmievski | 2000-02-11 | 1 | -1/+1 |
| | |||||
* | (PHP passthru) Shouldn't return anything. | Andrei Zmievski | 2000-02-11 | 1 | -3/+1 |
| | | | | | This fixes bugs #3428 and #3430. | ||||
* | Fine tune Andi's patch | Zeev Suraski | 2000-02-11 | 1 | -3/+3 |
| |