| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFH(r-1.226, r-1.24, r-1.99, r-1.68): fixed implicit cast issue | Moriyoshi Koizumi | 2003-04-16 | 1 | -2/+2 |
| * | 64-bit correction to variables passed to zend_parse_parameters | David Hill | 2003-03-07 | 1 | -1/+1 |
| * | MFH | Ilia Alshanetsky | 2003-02-25 | 1 | -1/+1 |
| * | MFH | Ilia Alshanetsky | 2003-02-20 | 1 | -4/+5 |
| * | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| * | MFH fix for bug #21077. | Wez Furlong | 2002-12-19 | 1 | -1/+1 |
| * | Fix some issues with the return value from pclose and proc_close, | Wez Furlong | 2002-12-12 | 1 | -9/+9 |
| * | MFH | Marcus Boerger | 2002-12-05 | 1 | -1/+1 |
| * | Silence compiler warning. | Ilia Alshanetsky | 2002-11-04 | 1 | -1/+1 |
| * | - fix segfault in proc_open | Jan Lehnardt | 2002-10-24 | 1 | -1/+1 |
| * | Make these all work with persistent streams too. | Wez Furlong | 2002-09-25 | 1 | -1/+1 |
| * | Fixed bug #19313 | Ilia Alshanetsky | 2002-09-19 | 1 | -3/+18 |
| * | php_error_docref | Marcus Boerger | 2002-08-24 | 1 | -33/+20 |
| * | Fix typo in #if. Bug #17538. | James E. Flemer | 2002-08-02 | 1 | -1/+1 |
| * | Ugh | Rasmus Lerdorf | 2002-08-01 | 1 | -1/+1 |
| * | Unify error messages | Derick Rethans | 2002-07-08 | 1 | -12/+12 |
| * | Fix (stupid) segfault. #17379 | Wez Furlong | 2002-05-23 | 1 | -3/+3 |
| * | - Fix unchecked return values with parameters to proc_open. (Fixes | Derick Rethans | 2002-05-23 | 1 | -8/+28 |
| * | Return right exit status | Stanislav Malyshev | 2002-05-05 | 1 | -1/+1 |
| * | - 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 |
| * | 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 |
| * | 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 |
| * | 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 |
| * | - 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 |
| * | - 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 |
| * | - Fix exec() bug | Zeev Suraski | 2001-01-13 | 1 | -7/+10 |
| * | exec'd processes now get cleaned up even if the browser connections was | Thies C. Arntzen | 2001-01-10 | 1 | -1/+12 |
| * | Use platform's dir separator | Stanislav Malyshev | 2001-01-08 | 1 | -1/+1 |
| * | That slipped in :( | Zeev Suraski | 2000-12-13 | 1 | -2/+1 |